Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp
H A DCompressInstEmitter.cpp556 static unsigned getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, in getPredicates() function
831 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates, in emitCompressInstEmitter()
838 getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, DestRec, in emitCompressInstEmitter()
854 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates, in emitCompressInstEmitter()
862 getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, DestRec, in emitCompressInstEmitter()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h361 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates() function
413 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
H A DPredicateExpander.cpp470 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
H A DCodeGenDAGPatterns.cpp4459 PatternsToMatch.emplace_back(P.getSrcRecord(), P.getPredicates(), in ExpandHwModeBasedTypes()
4812 if ((i != p) && (PatternsToMatch[i].getPredicates() != in GenerateVariants()
4813 PatternsToMatch[p].getPredicates())) in GenerateVariants()
4829 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
H A DCodeGenDAGPatterns.h1090 const ListInit *getPredicates() const { return Predicates; } in getPredicates() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h428 ArrayRef<const SCEVPredicate *> getPredicates() const { return Preds; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2245 for (const auto *Pred : Union->getPredicates()) { in expandUnionPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14809 for (const auto *Pred : U->getPredicates()) in visitUnknown()
15188 SmallVector<const SCEVPredicate *, 4> NewPreds(Preds->getPredicates()); in addPredicate()
15258 Preds(std::make_unique<SCEVUnionPredicate>(Init.Preds->getPredicates(), in PredicatedScalarEvolution()