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

/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp94 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent()))
H A DMachineRegisterInfo.cpp417 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, function in class:MachineRegisterInfo
H A DMachineCSE.cpp233 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
H A DMachineSink.cpp611 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
H A DMachineLICM.cpp907 if (!MRI->isConstantPhysReg(Reg, *I.getParent()->getParent()))
H A DTargetInstrInfo.cpp879 if (!MRI.isConstantPhysReg(Reg, MF))
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h540 /// isConstantPhysReg - Returns true if PhysReg is unallocatable and constant
543 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;

Completed in 121 milliseconds