Home
last modified time | relevance | path

Searched refs:hasLessThanNumFused (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp46 bool llvm::hasLessThanNumFused(const SUnit &SU, unsigned FuseLimit) { in hasLessThanNumFused() function in llvm
78 assert(hasLessThanNumFused(FirstSU, 2) && in fuseInstructionPair()
203 if (!hasLessThanNumFused(DepSU, 2) || in scheduleAdjacentImpl()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp170 if (!hasLessThanNumFused(*ISUI, 2)) in apply()
177 if (!hasLessThanNumFused(*JSUI, 2) || in apply()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMacroFusion.h39 bool hasLessThanNumFused(const SUnit &SU, unsigned FuseLimit);