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 96 if (MRI.isConstantPhysReg(MO.getReg(), *OrigMI->getParent()->getParent()))
MachineRegisterInfo.cpp 406 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg,
MachineSink.cpp 501 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
MachineCSE.cpp 225 if (!MRI->isConstantPhysReg(Reg, *MBB->getParent()))
TargetInstrInfo.cpp 618 if (!MRI.isConstantPhysReg(Reg, MF))
MachineLICM.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 540 /// isConstantPhysReg - Returns true if PhysReg is unallocatable and constant
543 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;
    [all...]

Completed in 61 milliseconds