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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineRegisterInfo.cpp259 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
261 unsigned MachineRegisterInfo::getLiveInVirtReg(unsigned PReg) const {
263 if (I->first == PReg)
H A DMachineFunction.cpp406 unsigned MachineFunction::addLiveIn(unsigned PReg, argument
409 unsigned VReg = MRI.getLiveInVirtReg(PReg);
415 MRI.addLiveIn(PReg, VReg);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineFunction.h292 unsigned addLiveIn(unsigned PReg, const TargetRegisterClass *RC);
H A DMachineRegisterInfo.h486 /// getLiveInVirtReg - If PReg is a live-in physical register, return the
488 unsigned getLiveInVirtReg(unsigned PReg) const;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FastISel.cpp954 unsigned PReg = createResultReg(&X86::GR8RegClass); local
956 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(X86::SETPr), PReg);
958 .addReg(PReg).addReg(NEReg);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp458 unsigned PReg = PMO.getReg(); local
459 unsigned PRegNum = PMO.isUndef() ? UINT_MAX : TRI->getEncodingValue(PReg);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp885 AddLiveIn(MachineFunction &MF, unsigned PReg, const TargetRegisterClass *RC) argument
887 assert(RC->contains(PReg) && "Not the correct regclass!");
889 MF.getRegInfo().addLiveIn(PReg, VReg);

Completed in 322 milliseconds