Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp574 InstructionMatcher &InsnMatcher, bool &HasAddedMatcher) { in addBuiltinPredicates()
720 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in createAndImportSelDAGMatcher()
961 RuleMatcher &Rule, InstructionMatcher &InsnMatcher, in importChildMatcher()
1346 RuleMatcher &M, InstructionMatcher &InsnMatcher, const TreePatternNode &Src, in createAndImportInstructionRenderer()
1976 InstructionMatcher &InsnMatcher = InsnMatcherOrError.get(); in runOnPattern() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp695 InstructionMatcher &InsnMatcher = *Matchers.front(); in getFirstConditionAsRootType() local
706 InstructionMatcher &InsnMatcher = *Item.first; in optimize() local
1923 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes() local
1938 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes() local
2097 InstructionMatcher &InsnMatcher = Rule.getInstructionMatcher(SymbolicName); in emitRenderOpcodes() local
H A DGlobalISelMatchTable.h632 void reserveInsnMatcherForMutation(InstructionMatcher *InsnMatcher) { in reserveInsnMatcherForMutation()