Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2036 auto InferredClass = inferRegClassFromPattern(Dst->getChild(0)); in runOnPattern() local
2037 if (!InferredClass) in runOnPattern()
2043 MatchedRC = (*InferredClass)->getDef(); in runOnPattern()