Searched refs:PReg (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineRegisterInfo.cpp | 216 unsigned MachineRegisterInfo::getLiveInVirtReg(unsigned PReg) const { in getLiveInVirtReg() 218 if (I->first == PReg) in getLiveInVirtReg()
|
D | MachineFunction.cpp | 395 unsigned MachineFunction::addLiveIn(unsigned PReg, in addLiveIn() argument 398 unsigned VReg = MRI.getLiveInVirtReg(PReg); in addLiveIn() 404 MRI.addLiveIn(PReg, VReg); in addLiveIn()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 429 unsigned getLiveInVirtReg(unsigned PReg) const;
|
D | MachineFunction.h | 288 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 938 unsigned PReg = createResultReg(&X86::GR8RegClass); in X86SelectCmp() local 940 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(X86::SETPr), PReg); in X86SelectCmp() 942 .addReg(PReg).addReg(NEReg); in X86SelectCmp()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 458 unsigned PReg = PMO.getReg(); in MergeLDR_STR() local 460 : getARMRegisterNumbering(PReg); in MergeLDR_STR()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 763 AddLiveIn(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC) in AddLiveIn() argument 765 assert(RC->contains(PReg) && "Not the correct regclass!"); in AddLiveIn() 767 MF.getRegInfo().addLiveIn(PReg, VReg); in AddLiveIn()
|