|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/MachineRegisterInfo.h 613 bool isConstantPhysReg(unsigned PhysReg) const;
References
lib/CodeGen/LiveRangeEdit.cpp 118 if (MRI.isConstantPhysReg(MO.getReg()))
lib/CodeGen/LiveRangeShrink.cpp 179 if (!Reg || MRI.isConstantPhysReg(Reg))
lib/CodeGen/MachineCSE.cpp 269 (MRI.reservedRegsFrozen() && MRI.isConstantPhysReg(Reg));
lib/CodeGen/MachineCopyPropagation.cpp 426 if (MRI->isReserved(CopySrcReg) && !MRI->isConstantPhysReg(CopySrcReg))
lib/CodeGen/MachineLICM.cpp 1023 if (!MRI->isConstantPhysReg(Reg) &&
lib/CodeGen/MachineRegisterInfo.cpp 538 return isConstantPhysReg(PhysReg) ||
lib/CodeGen/MachineSink.cpp 649 if (!MRI->isConstantPhysReg(Reg))
lib/CodeGen/RegisterCoalescer.cpp 1995 if (!MRI->isConstantPhysReg(DstReg)) {
2057 if (!MRI->isConstantPhysReg(DstReg)) {
lib/CodeGen/ScheduleDAGInstrs.cpp 289 if (MRI.isConstantPhysReg(Reg))
lib/CodeGen/TargetInstrInfo.cpp 937 if (!MRI.isConstantPhysReg(Reg))
lib/Target/PowerPC/PPCBranchCoalescing.cpp 347 && !(Op1.isUse() && MRI->isConstantPhysReg(Op1.getReg()))) {