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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h38 unsigned getOpIdx() const { function in class:llvm::GIMatchTreeVariableBinding
233 unsigned getOpIdx() const { return OpIdx; } function in class:llvm::GIMatchTreeOperandInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h362 unsigned getOpIdx() const { return OpIdx; } function in class:llvm::RegBankSelect::RepairingPlacement
602 /// \pre \p MO == MO.getParent()->getOperand(\p RepairPt.getOpIdx())
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1095 unsigned getOpIdx() const { return OpIdx; } function in class:__anon5929::PredicateMatcher
1510 getInsnVarID(), getOpIdx(), std::forward<Args>(args)...));
1514 unsigned getOpIdx() const { return OpIdx; } function in class:__anon5929::OperandMatcher
2085 return X->getOpIdx() == OpIdx;
2209 if (TM->getInsnVarID() == 0 && TM->getOpIdx() == 0)
2245 << MatchTable::Comment("OpIdx") << MatchTable::IntValue(getOpIdx())
2365 << MatchTable::IntValue(Operand.getOpIdx())
2396 << MatchTable::IntValue(Operand.getOpIdx())
2433 << MatchTable::IntValue(Operand.getOpIdx())
2535 << MatchTable::IntValue(Operand.getOpIdx())
[all...]
H A DGICombinerEmitter.cpp756 to_string(VarBinding.getOpIdx()) + ")");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp332 assert(&MI.getOperand(RepairPt.getOpIdx()) == &MO &&
594 unsigned OpIdx = RepairPt.getOpIdx();

Completed in 186 milliseconds