Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3621 Error importChildMatcher(RuleMatcher &Rule, InstructionMatcher &InsnMatcher,
4131 if (auto Error = importChildMatcher(Rule, InsnMatcher, PtrChild, true, in createAndImportSelDAGMatcher()
4135 if (auto Error = importChildMatcher(Rule, InsnMatcher, ValueChild, false, in createAndImportSelDAGMatcher()
4186 importChildMatcher(Rule, InsnMatcher, SrcChild, OperandIsAPointer, in createAndImportSelDAGMatcher()
4225 Error GlobalISelEmitter::importChildMatcher( in importChildMatcher() function in __anoncee47b830111::GlobalISelEmitter