Searched refs:TempOpIdx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 392 const TreePatternNode &Src, unsigned &TempOpIdx); 394 unsigned &TempOpIdx) const; 398 unsigned OpIdx, unsigned &TempOpIdx); 748 const TreePatternNode &Src, unsigned &TempOpIdx) { in createAndImportSelDAGMatcher() argument 793 OperandMatcher &OM = InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher() 853 InsnMatcher.addOperand(OpIdx++, Src.getName().str(), TempOpIdx); in createAndImportSelDAGMatcher() 868 InsnMatcher.addOperand(OpIdx++, "", TempOpIdx); in createAndImportSelDAGMatcher() 888 OpIdx++, SrcChild.getName().str(), TempOpIdx); in createAndImportSelDAGMatcher() 935 OpIdx++, SrcChild.getName().str(), TempOpIdx); in createAndImportSelDAGMatcher() 950 OperandIsImmArg, OpIdx++, TempOpIdx)) in createAndImportSelDAGMatcher() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 1741 unsigned TempOpIdx) { in addPhysRegInput() argument 1743 OperandMatcher *OM = new OperandMatcher(*this, OpIdx, "", TempOpIdx); in addPhysRegInput()
|
| H A D | GlobalISelMatchTable.h | 1824 unsigned TempOpIdx);
|