reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1954 const Value *ArgVal = Args[VA.getValNo()]; 1955 Register Arg = ArgRegs[VA.getValNo()]; 1956 MVT ArgVT = ArgVTs[VA.getValNo()]; 1962 switch (VA.getLocInfo()) { 1965 MVT DestVT = VA.getLocVT(); 1974 MVT DestVT = VA.getLocVT(); 1981 unsigned BC = fastEmit_r(ArgVT, VA.getLocVT(), ISD::BITCAST, Arg, 1985 ArgVT = VA.getLocVT(); 1992 if (VA.isRegLoc() && !VA.needsCustom()) { 1992 if (VA.isRegLoc() && !VA.needsCustom()) { 1994 TII.get(TargetOpcode::COPY), VA.getLocReg()).addReg(Arg); 1995 RegArgs.push_back(VA.getLocReg()); 1996 } else if (VA.needsCustom()) { 1998 assert(VA.getLocVT() == MVT::f64 && 2004 assert(VA.isRegLoc() && NextVA.isRegLoc() && 2008 TII.get(ARM::VMOVRRD), VA.getLocReg()) 2011 RegArgs.push_back(VA.getLocReg()); 2014 assert(VA.isMemLoc()); 2024 Addr.Offset = VA.getLocMemOffset();