Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1961 const TreePatternNode &Child0 = N.getChild(0); in inferRegClassFromInstructionPattern() local
1962 assert(Child0.getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromInstructionPattern()
1963 return inferSuperRegisterClassForNode(N.getExtType(0), Child0, in inferRegClassFromInstructionPattern()