reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsISelLowering.cpp
 3129     MVT ValVT = VA.getValVT(), LocVT = VA.getLocVT();
 3129     MVT ValVT = VA.getValVT(), LocVT = VA.getLocVT();
 3146                    VA);
 3152     switch (VA.getLocInfo()) {
 3156       if (VA.isRegLoc()) {
 3168           Register LocRegLo = VA.getLocReg();
 3201       unsigned LocSizeInBits = VA.getLocVT().getSizeInBits();
 3203           ISD::SHL, DL, VA.getLocVT(), Arg,
 3204           DAG.getConstant(LocSizeInBits - ValSizeInBits, DL, VA.getLocVT()));
 3209     if (VA.isRegLoc()) {
 3210       RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
 3215     assert(VA.isMemLoc());
 3219     MemOpChains.push_back(passArgOnStack(StackPtr, VA.getLocMemOffset(),