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.cpp1839 const TreePatternNode &Child0 = N.getChild(0); in inferRegClassFromPattern() local
1840 assert(Child0.getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()
1841 const TypeSetByHwMode &VTy = Child0.getExtType(0); in inferRegClassFromPattern()
1842 return inferSuperRegisterClassForNode(VTy, Child0, N.getChild(2)); in inferRegClassFromPattern()