Searched refs:getOpIdx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| HD | GlobalISelMatchTable.cpp | 634 << MatchTable::ULEB128Value(Condition->getOpIdx()); in emitPredicateSpecificOpcodes() 699 if (TM->getInsnVarID() == 0 && TM->getOpIdx() == 0) in getFirstConditionAsRootType() 723 return std::tuple(L->getKind(), L->getInsnVarID(), L->getOpIdx()) < in optimize() 724 std::tuple(R->getKind(), R->getInsnVarID(), R->getOpIdx()); in optimize() 899 OM.getSymbolicName(), getOperandMatcher(OM.getSymbolicName()).getOpIdx(), in defineOperand() 1157 << MatchTable::ULEB128Value(OtherOM.getOpIdx()) in emitPredicateOpcodes() 1710 return X->getOpIdx() == OpIdx; in getOperand() 1838 << MatchTable::Comment("OpIdx") << MatchTable::ULEB128Value(getOpIdx()) in emitCaptureOpcodes() 1883 emitRenderOpcodes(Table, Rule, NewInsnID, OldInsnVarID, Operand.getOpIdx(), in emitRenderOpcodes() 1894 Operand.getOpIdx(), PhysReg->getName()); in emitRenderOpcodes() [all …]
|
| HD | GlobalISelMatchTable.h | 838 unsigned getOpIdx() const { return OpIdx; } in getOpIdx() function 1278 getInsnVarID(), getOpIdx(), std::forward<Args>(args)...)); in addPredicate() 1282 unsigned getOpIdx() const { return OpIdx; } in getOpIdx() function
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| HD | RegBankSelect.h | 363 unsigned getOpIdx() const { return OpIdx; } in getOpIdx() function
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | RegBankSelect.cpp | 332 assert(&MI.getOperand(RepairPt.getOpIdx()) == &MO && in tryAvoidingSplit() 601 unsigned OpIdx = RepairPt.getOpIdx(); in applyMapping()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | GlobalISelCombinerEmitter.cpp | 103 "]->getOperand(" + to_string(OM.getOpIdx()) + ")"); in declareOperandExpansion() 2087 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(), in emitBuiltinApplyPattern() 2092 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(), in emitBuiltinApplyPattern() 2093 NewOM.getInsnVarID(), NewOM.getOpIdx()); in emitBuiltinApplyPattern()
|