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

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h286 /// isConstantPhysReg - Returns true if PhysReg is unallocatable and constant
289 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp90 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent()))
H A DMachineRegisterInfo.cpp350 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, function in class:MachineRegisterInfo
H A DMachineSink.cpp495 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
H A DMachineCSE.cpp209 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
H A DTargetInstrInfo.cpp491 if (!MRI.isConstantPhysReg(Reg, MF))
H A DMachineLICM.cpp938 if (!MRI->isConstantPhysReg(Reg, *I.getParent()->getParent()))

Completed in 330 milliseconds