Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp121 !TII->isIgnorableUse(MO)) in isCycleInvariant()
H A DMachineLoopInfo.cpp276 !TII->isIgnorableUse(MO)) in isLoopInvariant()
H A DMachineSink.cpp315 (TII->isIgnorableUse(MO) || (MRI && MRI->isConstantPhysReg(Reg)))) in INITIALIZE_PASS_DEPENDENCY()
421 (MRI->isConstantPhysReg(Reg) || TII->isIgnorableUse(MO))) in PerformSinkAndFold()
1151 if (MO.isUse() && !MRI->isConstantPhysReg(Reg) && !TII->isIgnorableUse(MO)) in isProfitableToSinkTo()
1258 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.cpp281 return TRI.isCallerPreservedPhysReg(Reg, MF) || TII.isIgnorableUse(MO) || in isCallerPreservedOrConstPhysReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h152 virtual bool isIgnorableUse(const MachineOperand &MO) const { in isIgnorableUse() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h232 bool isIgnorableUse(const MachineOperand &MO) const override;
H A DSIInstrInfo.cpp184 bool SIInstrInfo::isIgnorableUse(const MachineOperand &MO) const { in isIgnorableUse() function in SIInstrInfo