Home
last modified time | relevance | path

Searched refs:PReg (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp216 unsigned MachineRegisterInfo::getLiveInVirtReg(unsigned PReg) const { in getLiveInVirtReg()
218 if (I->first == PReg) in getLiveInVirtReg()
DMachineFunction.cpp395 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/
DMachineRegisterInfo.h429 unsigned getLiveInVirtReg(unsigned PReg) const;
DMachineFunction.h288 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
/external/llvm/lib/Target/X86/
DX86FastISel.cpp938 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/
DARMLoadStoreOptimizer.cpp458 unsigned PReg = PMO.getReg(); in MergeLDR_STR() local
460 : getARMRegisterNumbering(PReg); in MergeLDR_STR()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp763 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()