Searched refs:importChildMatcher (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 3580 Error importChildMatcher(RuleMatcher &Rule, InstructionMatcher &InsnMatcher, 4073 if (auto Error = importChildMatcher(Rule, InsnMatcher, PtrChild, true, in createAndImportSelDAGMatcher() 4077 if (auto Error = importChildMatcher(Rule, InsnMatcher, ValueChild, false, in createAndImportSelDAGMatcher() 4128 importChildMatcher(Rule, InsnMatcher, SrcChild, OperandIsAPointer, in createAndImportSelDAGMatcher() 4167 Error GlobalISelEmitter::importChildMatcher( in importChildMatcher() function in __anon332dbd1e0111::GlobalISelEmitter
|