reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3080 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; 3081 MVT ArgVT = OutVTs[VA.getValNo()]; 3088 switch (VA.getLocInfo()) { 3092 MVT DestVT = VA.getLocVT(); 3102 MVT DestVT = VA.getLocVT(); 3114 if (VA.isRegLoc() && !VA.needsCustom()) { 3114 if (VA.isRegLoc() && !VA.needsCustom()) { 3116 TII.get(TargetOpcode::COPY), VA.getLocReg()).addReg(ArgReg); 3117 CLI.OutRegs.push_back(VA.getLocReg()); 3118 } else if (VA.needsCustom()) { 3122 assert(VA.isMemLoc() && "Assuming store on stack."); 3138 Addr.setOffset(VA.getLocMemOffset() + BEAlign);