Home
last modified time | relevance | path

Searched defs:isTriviallyReMaterializable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1596 bool PreRARematStage::isTriviallyReMaterializable(const MachineInstr &MI) { in isTriviallyReMaterializable() function in PreRARematStage
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp751 bool MachineLICMBase::isTriviallyReMaterializable( in isTriviallyReMaterializable() function in MachineLICMBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h143 bool isTriviallyReMaterializable(const MachineInstr &MI) const { in isTriviallyReMaterializable() function