Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp283 SmallVector<InstructionPattern *, 8> ApplyPats; member in __anon569e2aa20111::CombineRuleOperandTypeChecker
298 ApplyPats.push_back(&P); in processApplyPattern()
324 for (auto *Pat : ApplyPats) { in propagateAndInferTypes()
371 for (auto *Pat : ApplyPats) { in propagateAndInferTypes()
382 for (auto *Pat : ApplyPats) { in propagateAndInferTypes()
585 for (const auto *Pat : ApplyPats) in getRuleEqClasses()
784 PatternMap ApplyPats; member in __anon569e2aa20111::CombineRuleBuilder
900 DumpPats("ApplyPats", ApplyPats); in print()
945 VerifyPats(ApplyPats); in verify()
948 if (any_of(ApplyPats, in verify()
[all …]
H A DGlobalISelCombinerMatchTableEmitter.cpp