Lines Matching refs:getLocReg
2239 VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) && in LowerReturn()
2252 if (VA.getLocReg() == X86::FP0 || in LowerReturn()
2253 VA.getLocReg() == X86::FP1) { in LowerReturn()
2267 if (VA.getLocReg() == X86::XMM0 || VA.getLocReg() == X86::XMM1) { in LowerReturn()
2279 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), ValToCopy, Flag); in LowerReturn()
2281 RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT())); in LowerReturn()
2404 if ((VA.getLocReg() == X86::FP0 || VA.getLocReg() == X86::FP1) && in LowerCallResult()
2410 Chain = DAG.getCopyFromReg(Chain, dl, VA.getLocReg(), in LowerCallResult()
2733 unsigned Reg = MF.addLiveIn(VA.getLocReg(), RC); in LowerFormalArguments()
3230 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg)); in LowerCall()
3235 switch (VA.getLocReg()) { in LowerCall()
3756 if (VA.getLocReg() == X86::FP0 || VA.getLocReg() == X86::FP1) in IsEligibleForTailCallOptimization()
3782 if (RVLocs1[i].getLocReg() != RVLocs2[i].getLocReg()) in IsEligibleForTailCallOptimization()
3848 unsigned Reg = VA.getLocReg(); in IsEligibleForTailCallOptimization()