Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3980 auto InsnMatcherOrError = addBuiltinPredicates( in createAndImportSelDAGMatcher() local
3982 if (auto Error = InsnMatcherOrError.takeError()) in createAndImportSelDAGMatcher()
4267 auto InsnMatcherOrError = createAndImportSelDAGMatcher( in importChildMatcher() local
4269 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher()
5146 auto InsnMatcherOrError = in runOnPattern() local
5148 if (auto Error = InsnMatcherOrError.takeError()) in runOnPattern()
5150 InstructionMatcher &InsnMatcher = InsnMatcherOrError.get(); in runOnPattern()