Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1357 auto *ApplyRoot = dyn_cast<InstructionPattern>(It->second.get()); in findRoots() local
1358 if (!ApplyRoot) { in findRoots()
1364 ApplyRoots.insert(ApplyRoot); in findRoots()
1770 for (auto *ApplyRoot : ApplyRoots) { in emitApplyPatterns() local
1771 assert(isa<InstructionPattern>(ApplyRoot) && in emitApplyPatterns()
1774 cast<InstructionPattern>(*ApplyRoot), in emitApplyPatterns()