Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp791 Pattern *MatchRoot = nullptr; member in __anon569e2aa20111::CombineRuleBuilder
826 assert(MatchRoot); in emitRuleMatchers()
831 switch (MatchRoot->getKind()) { in emitRuleMatchers()
833 if (!emitMatchPattern(CE, Alts, *cast<AnyOpcodePattern>(MatchRoot))) in emitRuleMatchers()
840 if (!emitMatchPattern(CE, Alts, *cast<InstructionPattern>(MatchRoot))) in emitRuleMatchers()
887 if (Pat.get() == MatchRoot) in print()
1146 assert(MatchRoot && "Cannot call this before findRoots()"); in checkSemantics()
1242 const auto *IRoot = dyn_cast<CodeGenInstructionPattern>(MatchRoot); in checkSemantics()
1268 if (MatchOpTable.getDef(OldRegName) != MatchRoot) { in checkSemantics()
1340 assert(MatchRoot); in findRoots()
[all …]
H A DGlobalISelCombinerMatchTableEmitter.cpp