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

  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 94 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent()))
MachineRegisterInfo.cpp 417 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg,
MachineCSE.cpp 233 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
MachineSink.cpp 542 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
TargetInstrInfo.cpp 616 if (!MRI.isConstantPhysReg(Reg, MF))
    [all...]
MachineLICM.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 564 /// isConstantPhysReg - Returns true if PhysReg is unallocatable and constant
567 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;
    [all...]

Completed in 84 milliseconds