Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2262 unsigned TempOpIdx) { in addPhysRegInput() argument
2264 OperandMatcher *OM = new OperandMatcher(*this, OpIdx, "", TempOpIdx); in addPhysRegInput()
3543 const TreePatternNode *Src, unsigned &TempOpIdx);
3545 unsigned &TempOpIdx) const;
3549 unsigned OpIdx, unsigned &TempOpIdx);
3882 const TreePatternNode *Src, unsigned &TempOpIdx) { in createAndImportSelDAGMatcher() argument
3913 OperandMatcher &OM = InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher()
3967 InsnMatcher.addOperand(OpIdx++, Src->getName(), TempOpIdx); in createAndImportSelDAGMatcher()
3980 InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher()
4000 InsnMatcher.addOperand(OpIdx++, SrcChild->getName(), TempOpIdx); in createAndImportSelDAGMatcher()
[all …]