HomeSort by relevance Sort by last modified time
    Searched refs:getLocReg (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 103 MF.getRegInfo().addLiveOut(RVLocs[i].getLocReg());
113 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(),
186 MF.getRegInfo().addLiveIn(VA.getLocReg(), VRegHi);
201 unsigned loReg = MF.addLiveIn(NextVA.getLocReg(),
212 MF.getRegInfo().addLiveIn(VA.getLocReg(), VReg);
478 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Hi));
482 RegsToPass.push_back(std::make_pair(NextVA.getLocReg(), Lo));
516 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
520 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
599 unsigned Reg = RVLocs[i].getLocReg();
    [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 121 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 769 if (VA.getLocReg() == X86::ST0 || VA.getLocReg() == X86::ST1)
798 unsigned DstReg = VA.getLocReg();
807 MRI.addLiveOut(VA.getLocReg());
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 743 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
850 Chain = DAG.getCopyFromReg(Chain, dl, RVLocs[i].getLocReg(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 310 DAG.getMachineFunction().getRegInfo().addLiveOut(RVLocs[i].getLocReg());
318 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(), OutVals[i], Flag);
359 RVLocs[i].getLocReg(),
488 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
843 RegInfo.addLiveIn(VA.getLocReg(), VReg);
848 RegInfo.addLiveIn(VA.getLocReg(), VReg);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 335 RegInfo.addLiveIn(VA.getLocReg(), VReg);
404 DAG.getMachineFunction().getRegInfo().addLiveOut(RVLocs[i].getLocReg());
414 Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(),
486 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
577 Chain = DAG.getCopyFromReg(Chain, dl, RVLocs[i].getLocReg(),
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 923 milliseconds