Home
last modified time | relevance | path

Searched refs:isIgnorableUse (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp139 !TII->isIgnorableUse(MO)) in isCycleInvariant()
H A DMachineLoopInfo.cpp263 !TII->isIgnorableUse(MO)) in isLoopInvariant()
H A DMachineSink.cpp355 (TII->isIgnorableUse(MO) || (MRI && MRI->isConstantPhysReg(Reg)))) in INITIALIZE_PASS_DEPENDENCY()
461 (MRI->isConstantPhysReg(Reg) || TII->isIgnorableUse(MO))) in PerformSinkAndFold()
1318 !TII->isIgnorableUse(MO)) in isProfitableToSinkTo()
1428 if (!MRI->isConstantPhysReg(Reg) && !TII->isIgnorableUse(MO)) in FindSuccToSinkTo()
H A DLiveRangeEdit.cpp118 if (MRI.isConstantPhysReg(MO.getReg()) || TII.isIgnorableUse(MO)) in allUsesAvailableAt()
H A DMachineCSE.cpp276 return TRI.isCallerPreservedPhysReg(Reg, MF) || TII.isIgnorableUse(MO) || in isCallerPreservedOrConstPhysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1660 !DAG.TII->isIgnorableUse(MO)) in allUsesAvailableAt()
2037 if (DAG.MRI.isConstantPhysReg(MO.getReg()) || DAG.TII->isIgnorableUse(MO)) in isTriviallyReMaterializable()
H A DSIInstrInfo.h241 bool isIgnorableUse(const MachineOperand &MO) const override;
H A DSIInstrInfo.cpp190 bool SIInstrInfo::isIgnorableUse(const MachineOperand &MO) const { in isIgnorableUse() function in SIInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h159 virtual bool isIgnorableUse(const MachineOperand &MO) const { in isIgnorableUse() function