HomeSort by relevance Sort by last modified time
    Searched refs:isConstantPhysReg (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 286 /// isConstantPhysReg - Returns true if PhysReg is unallocatable and constant
289 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 90 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent()))
MachineRegisterInfo.cpp 350 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg,
MachineSink.cpp 495 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
MachineCSE.cpp 209 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
TargetInstrInfo.cpp 491 if (!MRI.isConstantPhysReg(Reg, MF))
MachineLICM.cpp     [all...]

Completed in 86 milliseconds