Home
last modified time | relevance | path

Searched refs:getOpIdx (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp642 << 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 DGlobalISelMatchTable.h852 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 DGIMatchTree.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h363 unsigned getOpIdx() const { return OpIdx; } in getOpIdx() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp104 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 DGICombinerEmitter.cpp
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp332 assert(&MI.getOperand(RepairPt.getOpIdx()) == &MO && in tryAvoidingSplit()
601 unsigned OpIdx = RepairPt.getOpIdx(); in applyMapping()