Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp511 static unsigned getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, in getPredicates() function
759 getPredicates(MCOpPredicateMap, MCOpPredicates, DestOperand.Rec, in emitCompressInstEmitter()
766 getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
782 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates, in emitCompressInstEmitter()
789 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
H A DX86EVEX2VEXTablesEmitter.cpp191 auto getPredicates = [&](const CodeGenInstruction *Inst) { in run() local
260 std::make_pair(EVEXInst->TheDef->getName(), getPredicates(VEXInst))); in run()
H A DCodeGenSchedule.h344 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates() function
396 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
H A DPredicateExpander.cpp452 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
H A DCodeGenDAGPatterns.cpp4335 PatternsToMatch.emplace_back(P.getSrcRecord(), P.getPredicates(), in ExpandHwModeBasedTypes()
4701 if ((i != p) && (PatternsToMatch[i].getPredicates() != in GenerateVariants()
4702 PatternsToMatch[p].getPredicates())) in GenerateVariants()
4717 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
H A DCodeGenDAGPatterns.h1074 ListInit *getPredicates() const { return Predicates; } in getPredicates() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h413 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2629 for (auto Pred : Union->getPredicates()) { in expandUnionPredicate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5560 if (!PSE.getUnionPredicate().getPredicates().empty()) { in runtimeChecksRequired()