Searched refs:getOpIdx (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp634 << MatchTable::ULEB128Value(Condition->getOpIdx());
699 if (TM->getInsnVarID() == 0 && TM->getOpIdx() == 0)
723 return std::make_tuple(L->getKind(), L->getInsnVarID(), L->getOpIdx()) <
724 std::make_tuple(R->getKind(), R->getInsnVarID(), R->getOpIdx());
876 OM.getSymbolicName(), getOperandMatcher(OM.getSymbolicName()).getOpIdx(),
1125 << MatchTable::ULEB128Value(OtherOM.getOpIdx())
1666 return X->getOpIdx() == OpIdx;
1794 << MatchTable::Comment("OpIdx") << MatchTable::ULEB128Value(getOpIdx())
1828 << MatchTable::ULEB128Value(Operand.getOpIdx())
1843 << MatchTable::ULEB128Value(Operand.getOpIdx())
[all...]
H A DGlobalISelCombinerEmitter.cpp101 "]->getOperand(" + to_string(OM.getOpIdx()) + ")");
2415 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(),
2420 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(),
2421 NewOM.getInsnVarID(), NewOM.getOpIdx());
H A DGlobalISelMatchTable.h829 unsigned getOpIdx() const { return OpIdx; } function in class:llvm::PredicateMatcher
1269 getInsnVarID(), getOpIdx(), std::forward<Args>(args)...));
1273 unsigned getOpIdx() const { return OpIdx; } function in class:llvm::OperandMatcher
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h363 unsigned getOpIdx() const { return OpIdx; } function in class:llvm::RegBankSelect::RepairingPlacement
603 /// \pre \p MO == MO.getParent()->getOperand(\p RepairPt.getOpIdx())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp332 assert(&MI.getOperand(RepairPt.getOpIdx()) == &MO &&
600 unsigned OpIdx = RepairPt.getOpIdx();

Completed in 134 milliseconds