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.cpp392 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 DGlobalISelMatchTable.cpp1741 unsigned TempOpIdx) { in addPhysRegInput() argument
1743 OperandMatcher *OM = new OperandMatcher(*this, OpIdx, "", TempOpIdx); in addPhysRegInput()
H A DGlobalISelMatchTable.h1824 unsigned TempOpIdx);