Searched refs:PredName (Results 1 – 4 of 4) sorted by relevance
567 void addRequiredSimplePredicate(StringRef PredName);1187 std::string PredName;1192 PredName(std::move(P)) {} in CmpPredicateOperandMatcher()1196 PredName == cast<CmpPredicateOperandMatcher>(&B)->PredName; in isIdentical()
865 void RuleMatcher::addRequiredSimplePredicate(StringRef PredName) { in addRequiredSimplePredicate() argument866 RequiredSimplePredicates.push_back(PredName.str()); in addRequiredSimplePredicate()1304 << MatchTable::NamedValue(2, "CmpInst", PredName) in emitPredicateOpcodes()
489 StringRef PredName = FCmpInst::getPredicateName(Pred); in cloneInstruction() local490 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()