Home
last modified time | relevance | path

Searched refs:getPredicates (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h341 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates() function
394 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
H A DPredicateExpander.cpp433 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
H A DCodeGenDAGPatterns.h1118 const std::vector<Predicate> &getPredicates() const { return Predicates; } in getPredicates() function
H A DCodeGenDAGPatterns.cpp4545 PatternsToMatch[i].getPredicates(); in GenerateVariants()
4554 Matches[p] = (Predicates == PatternsToMatch[p].getPredicates()); in GenerateVariants()
4595 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
H A DGlobalISelEmitter.cpp3837 if (auto Error = importRulePredicates(M, P.getPredicates())) in runOnPattern()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h395 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const {
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2276 for (auto Pred : Union->getPredicates()) { in expandUnionPredicate()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4653 if (!PSE.getUnionPredicate().getPredicates().empty()) { in computeMaxVF()