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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp514 static unsigned getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, function
774 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
781 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates,
798 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates,
805 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.h1136 const std::vector<Predicate> &getPredicates() const { return Predicates; }
H A DCodeGenDAGPatterns.cpp4666 PatternsToMatch[i].getPredicates();
4675 Matches[p] = (Predicates == PatternsToMatch[p].getPredicates());
4716 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(),
H A DGlobalISelEmitter.cpp4734 if (auto Error = importRulePredicates(M, P.getPredicates()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h412 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const { function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2483 for (auto Pred : Union->getPredicates()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4943 if (!PSE.getUnionPredicate().getPredicates().empty()) {

Completed in 230 milliseconds