Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h329 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp413 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, in isConstantPhysReg() function in MachineRegisterInfo
DLiveRangeEdit.cpp95 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent())) in allUsesAvailableAt()
DMachineSink.cpp512 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent())) in FindSuccToSinkTo()
DMachineCSE.cpp209 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent())) in hasLivePhysRegDefUses()
DTargetInstrInfo.cpp533 if (!MRI.isConstantPhysReg(Reg, MF)) in isReallyTriviallyReMaterializableGeneric()
DMachineLICM.cpp938 if (!MRI->isConstantPhysReg(Reg, *I.getParent()->getParent())) in IsLoopInvariantInst()