Searched refs:PredName (Results 1 – 4 of 4) sorted by relevance
558 void addRequiredSimplePredicate(StringRef PredName);1164 std::string PredName;1169 PredName(P) {} in CmpPredicateOperandMatcher()1173 PredName == cast<CmpPredicateOperandMatcher>(&B)->PredName; in isIdentical()
200 unsigned getPatternPredicate(StringRef PredName) { in getPatternPredicate() argument201 return llvm::find(PatternPredicates, PredName) - PatternPredicates.begin(); in getPatternPredicate()
837 void RuleMatcher::addRequiredSimplePredicate(StringRef PredName) { in addRequiredSimplePredicate() argument838 RequiredSimplePredicates.push_back(PredName.str()); in addRequiredSimplePredicate()1269 << MatchTable::NamedValue(2, "CmpInst", PredName) in emitPredicateOpcodes()
449 StringRef PredName = FCmpInst::getPredicateName(Pred); in cloneInstruction() local450 Args.push_back(MetadataAsValue::get(Ctx, MDString::get(Ctx, PredName))); in cloneInstruction()