Lines Matching refs:LLTOperandMatcher
1239 class LLTOperandMatcher : public OperandPredicateMatcher { class
1254 LLTOperandMatcher(unsigned InsnVarID, unsigned OpIdx, const LLTCodeGen &Ty) in LLTOperandMatcher() function in __anoncee47b830111::LLTOperandMatcher
1264 Ty == cast<LLTOperandMatcher>(&B)->Ty; in isIdentical()
1289 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues;
1744 addPredicate<LLTOperandMatcher>(LLT::pointer(VTy.getPtrAddrSpace(), in addTypeCheckPredicate()
1747 addPredicate<LLTOperandMatcher>(*OpTyOrNone); in addTypeCheckPredicate()
2464 dyn_cast<LLTOperandMatcher>(&**InsnMatcher.predicates_begin())) in getFirstConditionAsRootType()
2555 if (isa<LLTOperandMatcher>(OP)) in optimize()
3748 LLTOperandMatcher::initTypeIDValuesMap(); in gatherTypeIDValues()
6166 return isa<InstructionOpcodeMatcher>(P) || isa<LLTOperandMatcher>(P); in isSupportedPredicateType()
6241 if (const auto *Condition = dyn_cast<LLTOperandMatcher>(&P)) { in emitPredicateSpecificOpcodes()