Home
last modified time | relevance | path

Searched refs:getInsnVarID (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp457 if (Predicate.getInsnVarID() != 0) in candidateConditionMatches()
565 if (Predicate.getInsnVarID() != 0) in candidateConditionMatches()
627 << MatchTable::ULEB128Value(Condition->getInsnVarID()); in emitPredicateSpecificOpcodes()
632 << MatchTable::ULEB128Value(Condition->getInsnVarID()) 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()
882 unsigned RuleMatcher::getInsnVarID(InstructionMatcher &InsnMatcher) const { in getInsnVarID() function in llvm::gi::RuleMatcher
1146 unsigned OtherInsnVarID = Rule.getInsnVarID(OtherOM.getInstructionMatcher()); in emitPredicateOpcodes()
1147 assert(OtherInsnVarID == OtherOM.getInstructionMatcher().getInsnVarID()); in emitPredicateOpcodes()
[all …]
H A DGlobalISelMatchTable.h610 unsigned getInsnVarID(InstructionMatcher &InsnMatcher) const;
837 unsigned getInsnVarID() const { return InsnVarID; } in getInsnVarID() function
1278 getInsnVarID(), getOpIdx(), std::forward<Args>(args)...)); in addPredicate()
1283 unsigned getInsnVarID() const;
1755 std::make_unique<Kind>(getInsnVarID(), std::forward<Args>(args)...)); in addPredicate()
1761 unsigned getInsnVarID() const { return InsnVarID; } in getInsnVarID() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp90 CE.declare(Name, "State.MIs[" + to_string(IM.getInsnVarID()) + "]"); in declareInstExpansion()
102 CE.declare(Name, "State.MIs[" + to_string(OM.getInsnVarID()) + in declareOperandExpansion()
1577 assert(IM.getInsnVarID() == 0); in emitMatchPattern()
1808 M.getInsnVarID(M.getInstructionMatcher(MatchRoot->getName())); in emitApplyPatterns()
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()
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelEmitter.cpp2001 unsigned RootInsnID = M.getInsnVarID(InsnMatcher); in runOnPattern()
2220 unsigned RootInsnID = M.getInsnVarID(InsnMatcher); in runOnPattern()