Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp166 auto getPredicates = [&](const CodeGenInstruction *Inst) { in run() local
231 std::make_pair(EVEXInst->TheDef->getName(), getPredicates(VEXInst))); in run()
H A DCompressInstEmitter.cpp520 static unsigned getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, in getPredicates() function
780 getPredicates(MCOpPredicateMap, MCOpPredicates, DestOperand.Rec, in emitCompressInstEmitter()
787 getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
803 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates, in emitCompressInstEmitter()
810 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
H A DCodeGenSchedule.h339 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates() function
391 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
H A DPredicateExpander.cpp450 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
H A DCodeGenDAGPatterns.cpp4411 PatternsToMatch.emplace_back(P.getSrcRecord(), P.getPredicates(), in ExpandHwModeBasedTypes()
4771 if ((i != p) && (PatternsToMatch[i].getPredicates() != in GenerateVariants()
4772 PatternsToMatch[p].getPredicates())) in GenerateVariants()
4787 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
H A DCodeGenDAGPatterns.h1082 ListInit *getPredicates() const { return Predicates; } in getPredicates() function
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h430 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const {
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2513 for (const auto *Pred : Union->getPredicates()) { in expandUnionPredicate()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp14451 for (const auto *Pred : U->getPredicates()) in visitUnknown()
14751 auto &OldPreds = Preds->getPredicates(); in addPredicate()
14822 Preds(std::make_unique<SCEVUnionPredicate>(Init.Preds->getPredicates())), in PredicatedScalarEvolution()