Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp3930 auto InsnMatcherOrError = addBuiltinPredicates( in createAndImportSelDAGMatcher() local
3932 if (auto Error = InsnMatcherOrError.takeError()) in createAndImportSelDAGMatcher()
4206 auto InsnMatcherOrError = createAndImportSelDAGMatcher( in importChildMatcher() local
4208 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher()
5081 auto InsnMatcherOrError = in runOnPattern() local
5083 if (auto Error = InsnMatcherOrError.takeError()) in runOnPattern()
5085 InstructionMatcher &InsnMatcher = InsnMatcherOrError.get(); in runOnPattern()