Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4037 auto InsnMatcherOrError = addBuiltinPredicates( in createAndImportSelDAGMatcher() local
4039 if (auto Error = InsnMatcherOrError.takeError()) in createAndImportSelDAGMatcher()
4335 auto InsnMatcherOrError = createAndImportSelDAGMatcher( in importChildMatcher() local
4337 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher()
5214 auto InsnMatcherOrError = in runOnPattern() local
5216 if (auto Error = InsnMatcherOrError.takeError()) in runOnPattern()
5218 InstructionMatcher &InsnMatcher = InsnMatcherOrError.get(); in runOnPattern()