Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1462 bool PreRARematStage::isTriviallyReMaterializable(const MachineInstr &MI) { in isTriviallyReMaterializable() function in PreRARematStage
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp667 bool MachineLICMBase::isTriviallyReMaterializable( in isTriviallyReMaterializable() function in MachineLICMBase
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h130 bool isTriviallyReMaterializable(const MachineInstr &MI) const { in isTriviallyReMaterializable() function