Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp462 inferSubRegIndexForNode(const TreePatternNode &SubRegIdxNode) const;
1807 const CodeGenSubRegIndex *SubIdx = inferSubRegIndexForNode(Dst.getChild(1)); in constrainOperands()
1879 const CodeGenSubRegIndex *SubIdx = inferSubRegIndexForNode(SubRegChild); in constrainOperands()
1976 const CodeGenSubRegIndex *SubIdx = inferSubRegIndexForNode(N.getChild(1)); in inferRegClassFromInstructionPattern()
2040 const CodeGenSubRegIndex *GlobalISelEmitter::inferSubRegIndexForNode( in inferSubRegIndexForNode() function in __anon868ebc530111::GlobalISelEmitter