Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSchedStrategy.cpp1596 bool PreRARematStage::isTriviallyReMaterializable(const MachineInstr &MI) { in isTriviallyReMaterializable() function in PreRARematStage
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLICM.cpp751 bool MachineLICMBase::isTriviallyReMaterializable( in isTriviallyReMaterializable() function in MachineLICMBase
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h143 bool isTriviallyReMaterializable(const MachineInstr &MI) const { in isTriviallyReMaterializable() function