Searched refs:TempOpIdx (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 390 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 D | GlobalISelMatchTable.cpp | 1718 unsigned TempOpIdx) { in addPhysRegInput() argument 1720 OperandMatcher *OM = new OperandMatcher(*this, OpIdx, "", TempOpIdx); in addPhysRegInput()
|
H A D | GlobalISelMatchTable.h | 1768 unsigned TempOpIdx);
|