Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2061 auto InferredClass = inferRegClassFromPattern(Dst.getChild(0)); in runOnPattern() local
2062 if (!InferredClass) in runOnPattern()
2068 MatchedRC = (*InferredClass)->getDef(); in runOnPattern()