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

/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp96 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent()))
H A DMachineRegisterInfo.cpp406 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, function in class:MachineRegisterInfo
H A DMachineSink.cpp501 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
H A DMachineCSE.cpp225 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
H A DTargetInstrInfo.cpp618 if (!MRI.isConstantPhysReg(Reg, MF))
H A DMachineLICM.cpp941 if (!MRI->isConstantPhysReg(Reg, *I.getParent()->getParent()))
/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 122 milliseconds