Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCycleAnalysis.cpp121 !TII->isIgnorableUse(MO)) in isCycleInvariant()
H A DMachineLoopInfo.cpp180 !TII->isIgnorableUse(MO)) in isLoopInvariant()
H A DMachineSink.cpp810 (MRI->isConstantPhysReg(Reg) || TII->isIgnorableUse(MO))) in isProfitableToSinkTo()
918 if (!MRI->isConstantPhysReg(Reg) && !TII->isIgnorableUse(MO)) in FindSuccToSinkTo()
1327 (TII->isIgnorableUse(MO) || (MRI && MRI->isConstantPhysReg(Reg)))) in blockPrologueInterferes()
H A DLiveRangeEdit.cpp118 if (MRI.isConstantPhysReg(MO.getReg()) || TII.isIgnorableUse(MO)) in allUsesAvailableAt()
H A DMachineCSE.cpp280 return TRI.isCallerPreservedPhysReg(Reg, MF) || TII.isIgnorableUse(MO) || in isCallerPreservedOrConstPhysReg()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h139 virtual bool isIgnorableUse(const MachineOperand &MO) const { in isIgnorableUse() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h189 bool isIgnorableUse(const MachineOperand &MO) const override;
H A DSIInstrInfo.cpp166 bool SIInstrInfo::isIgnorableUse(const MachineOperand &MO) const { in isIgnorableUse() function in SIInstrInfo