Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp3444 auto InsnMatcherOrError = createAndImportSelDAGMatcher( in importChildMatcher() local
3446 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher()
3875 auto InsnMatcherOrError = in runOnPattern() local
3877 if (auto Error = InsnMatcherOrError.takeError()) in runOnPattern()
3879 InstructionMatcher &InsnMatcher = InsnMatcherOrError.get(); in runOnPattern()