Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp390 const TreePatternNode &Src, unsigned &TempOpIdx);
392 unsigned &TempOpIdx) const;
396 unsigned OpIdx, unsigned &TempOpIdx);
721 const TreePatternNode &Src, unsigned &TempOpIdx) { in createAndImportSelDAGMatcher() argument
753 OperandMatcher &OM = InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher()
822 InsnMatcher.addOperand(OpIdx++, Src.getName(), TempOpIdx); in createAndImportSelDAGMatcher()
835 InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher()
840 InsnMatcher.addOperand(OpIdx++, Src.getName(), TempOpIdx); in createAndImportSelDAGMatcher()
860 InsnMatcher.addOperand(OpIdx++, SrcChild.getName(), TempOpIdx); in createAndImportSelDAGMatcher()
907 InsnMatcher.addOperand(OpIdx++, SrcChild.getName(), TempOpIdx); in createAndImportSelDAGMatcher()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1718 unsigned TempOpIdx) { in addPhysRegInput() argument
1720 OperandMatcher *OM = new OperandMatcher(*this, OpIdx, "", TempOpIdx); in addPhysRegInput()
H A DGlobalISelMatchTable.h1768 unsigned TempOpIdx);