Searched refs:getPredicates (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86EVEX2VEXTablesEmitter.cpp | |
| H A D | CompressInstEmitter.cpp | 556 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 D | CodeGenSchedule.h | 361 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates() function 413 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
|
| H A D | PredicateExpander.cpp | 470 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
|
| H A D | CodeGenDAGPatterns.cpp | 4459 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 D | CodeGenDAGPatterns.h | 1090 const ListInit *getPredicates() const { return Predicates; } in getPredicates() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 428 ArrayRef<const SCEVPredicate *> getPredicates() const { return Preds; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 2245 for (const auto *Pred : Union->getPredicates()) { in expandUnionPredicate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 14809 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()
|