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.cpp523 static unsigned getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, in getPredicates() function
782 getPredicates(MCOpPredicateMap, MCOpPredicates, DestOperand.Rec, in emitCompressInstEmitter()
789 getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
805 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates, in emitCompressInstEmitter()
812 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h349 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates() function
401 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
H A DPredicateExpander.cpp493 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
H A DCodeGenDAGPatterns.cpp4424 P.getSrcRecord(), P.getPredicates(), std::move(NewSrc), in ExpandHwModeBasedTypes()
4776 if ((i != p) && (PatternsToMatch[i].getPredicates() != in GenerateVariants()
4777 PatternsToMatch[p].getPredicates())) in GenerateVariants()
4793 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
H A DCodeGenDAGPatterns.h1077 ListInit *getPredicates() const { return Predicates; } in getPredicates() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h430 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2238 for (const auto *Pred : Union->getPredicates()) { in expandUnionPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp14619 for (const auto *Pred : U->getPredicates()) in visitUnknown()
14931 auto &OldPreds = Preds->getPredicates(); in addPredicate()
15002 Preds(std::make_unique<SCEVUnionPredicate>(Init.Preds->getPredicates())), in PredicatedScalarEvolution()