Searched refs:LLTOperandMatcher (Results 1 – 4 of 4) sorted by relevance
555 return isa<InstructionOpcodeMatcher>(P) || isa<LLTOperandMatcher>(P); in isSupportedPredicateType()630 if (const auto *Condition = dyn_cast<LLTOperandMatcher>(&P)) { in emitPredicateSpecificOpcodes()698 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()1131 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues;1133 MatchTableRecord LLTOperandMatcher::getValue() const { in getValue()1140 bool LLTOperandMatcher::hasValue() const { in hasValue()1146 void LLTOperandMatcher::emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()1377 addPredicate<LLTOperandMatcher>( in addTypeCheckPredicate()1380 addPredicate<LLTOperandMatcher>(*OpTyOrNone); in addTypeCheckPredicate()1775 if (isa<LLTOperandMatcher>(OP)) in optimize()
918 class LLTOperandMatcher : public OperandPredicateMatcher {933 LLTOperandMatcher(unsigned InsnVarID, unsigned OpIdx, const LLTCodeGen &Ty) in LLTOperandMatcher() function944 Ty == cast<LLTOperandMatcher>(&B)->Ty; in isIdentical()
2505 !M.getOperandMatcher(OpName).contains<LLTOperandMatcher>()) { in emitCodeGenInstructionMatchPattern()2512 OM.addPredicate<LLTOperandMatcher>(getLLTCodeGen(Ty)); in emitCodeGenInstructionMatchPattern()2949 LLTOperandMatcher::initTypeIDValuesMap(); in run()
471 LLTOperandMatcher::initTypeIDValuesMap(); in gatherTypeIDValues()