Searched refs:PredName (Results 1 – 4 of 4) sorted by relevance
562 void addRequiredSimplePredicate(StringRef PredName);1173 std::string PredName;1178 PredName(std::move(P)) {} in CmpPredicateOperandMatcher()1182 PredName == cast<CmpPredicateOperandMatcher>(&B)->PredName; in isIdentical()
860 void RuleMatcher::addRequiredSimplePredicate(StringRef PredName) { in addRequiredSimplePredicate() argument861 RequiredSimplePredicates.push_back(PredName.str()); in addRequiredSimplePredicate()1310 << MatchTable::NamedValue(2, "CmpInst", PredName) in emitPredicateOpcodes()
439 StringRef PredName = FCmpInst::getPredicateName(Pred); in cloneInstruction() local440 Args.push_back(MetadataAsValue::get(Ctx, MDString::get(Ctx, PredName))); in cloneInstruction()
199 unsigned getPatternPredicate(StringRef PredName) { in getPatternPredicate() argument200 return llvm::find(PatternPredicates, PredName) - PatternPredicates.begin(); in getPatternPredicate()