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

References

lib/Target/X86/X86ISelLowering.cpp
 3762     EVT RegVT = VA.getLocVT();
 3767     switch (VA.getLocInfo()) {
 3808         SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
 3819     if (VA.needsCustom()) {
 3820       assert(VA.getValVT() == MVT::v64i1 &&
 3823       Passv64i1ArgInRegs(dl, DAG, Arg, RegsToPass, VA, ArgLocs[++I], Subtarget);
 3824     } else if (VA.isRegLoc()) {
 3825       RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
 3828         CSInfo.emplace_back(VA.getLocReg(), I);
 3833         switch (VA.getLocReg()) {
 3843       assert(VA.isMemLoc());
 3848                                              dl, DAG, VA, Flags));