Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1944 auto OpLookupRes = MatchOpTable.lookup(OpName); in emitInstructionApplyPattern() local
1945 if (OpLookupRes.Found) { in emitInstructionApplyPattern()
1946 if (OpLookupRes.isLiveIn()) { in emitInstructionApplyPattern()
1952 assert(OpLookupRes.Def); in emitInstructionApplyPattern()
1958 if (OpLookupRes.Def != MatchRoot) { in emitInstructionApplyPattern()