Searched refs:getOpIdx (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 642 << MatchTable::ULEB128Value(Condition->getOpIdx()); in emitPredicateSpecificOpcodes() 704 if (TM->getInsnVarID() == 0 && TM->getOpIdx() == 0) in getFirstConditionAsRootType() 728 return std::tuple(L->getKind(), L->getInsnVarID(), L->getOpIdx()) < in optimize() 729 std::tuple(R->getKind(), R->getInsnVarID(), R->getOpIdx()); in optimize() 894 OM.getSymbolicName(), getOperandMatcher(OM.getSymbolicName()).getOpIdx(), in defineOperand() 1150 << MatchTable::ULEB128Value(OtherOM.getOpIdx()) in emitPredicateOpcodes() 1732 return X->getOpIdx() == OpIdx; in getOperand() 1863 << MatchTable::Comment("OpIdx") << MatchTable::ULEB128Value(getOpIdx()) in emitCaptureOpcodes() 1911 emitRenderOpcodes(Table, Rule, NewInsnID, OldInsnVarID, Operand.getOpIdx(), in emitRenderOpcodes() 1922 Operand.getOpIdx(), PhysReg->getName()); in emitRenderOpcodes() [all …]
|
| H A D | GlobalISelMatchTable.h | 852 unsigned getOpIdx() const { return OpIdx; } in getOpIdx() function 1317 getInsnVarID(), getOpIdx(), std::forward<Args>(args)...)); in addPredicate() 1321 unsigned getOpIdx() const { return OpIdx; } in getOpIdx() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 363 unsigned getOpIdx() const { return OpIdx; } in getOpIdx() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerEmitter.cpp | 104 to_string(OM.getOpIdx()) + ")"); in declareOperandExpansion() 107 "]->getOperand(" + to_string(OM.getOpIdx()) + ")"); in declareOperandExpansion() 2184 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(), in emitBuiltinApplyPattern() 2189 M.addAction<ReplaceRegAction>(OldOM.getInsnVarID(), OldOM.getOpIdx(), in emitBuiltinApplyPattern() 2190 NewOM.getInsnVarID(), NewOM.getOpIdx()); in emitBuiltinApplyPattern()
|
| H A D | GICombinerEmitter.cpp | |
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 332 assert(&MI.getOperand(RepairPt.getOpIdx()) == &MO && in tryAvoidingSplit() 601 unsigned OpIdx = RepairPt.getOpIdx(); in applyMapping()
|