Searched refs:getPredicates (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp493 static unsigned getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, function
743 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
750 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates,
767 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
774 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates,
H A DCodeGenSchedule.h340 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } function in class:llvm::OpcodeInfo
393 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates())
H A DPredicateExpander.cpp432 for (const PredicateInfo &PI : OI.getPredicates()) {
H A DCodeGenDAGPatterns.h1135 const std::vector<Predicate> &getPredicates() const { return Predicates; }
H A DCodeGenDAGPatterns.cpp4651 PatternsToMatch[i].getPredicates();
4660 Matches[p] = (Predicates == PatternsToMatch[p].getPredicates());
4701 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(),
H A DGlobalISelEmitter.cpp4627 if (auto Error = importRulePredicates(M, P.getPredicates()))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h411 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const { function in class:llvm::final
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2366 for (auto Pred : Union->getPredicates()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4895 if (!PSE.getUnionPredicate().getPredicates().empty()) {

Completed in 281 milliseconds