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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
 1505     if (VA.getLocInfo() == CCValAssign::Indirect) {
 1528       ArgValue = convertValVTToLocVT(DAG, DL, VA, ArgValue);
 1530     if (VA.isRegLoc())
 1532       RegsToPass.push_back(std::make_pair(VA.getLocReg(), ArgValue));
 1534       assert(VA.isMemLoc() && "Argument not register or memory");
 1540       unsigned Offset = SystemZMC::CallFrameSize + VA.getLocMemOffset();
 1541       if (VA.getLocVT() == MVT::i32 || VA.getLocVT() == MVT::f32)
 1541       if (VA.getLocVT() == MVT::i32 || VA.getLocVT() == MVT::f32)