Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4027 auto InsnMatcherOrError = addBuiltinPredicates( in createAndImportSelDAGMatcher() local
4029 if (auto Error = InsnMatcherOrError.takeError()) in createAndImportSelDAGMatcher()
4325 auto InsnMatcherOrError = createAndImportSelDAGMatcher( in importChildMatcher() local
4327 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher()
5204 auto InsnMatcherOrError = in runOnPattern() local
5206 if (auto Error = InsnMatcherOrError.takeError()) in runOnPattern()
5208 InstructionMatcher &InsnMatcher = InsnMatcherOrError.get(); in runOnPattern()