Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp514 static unsigned getPredicates(DenseMap<const Record *, unsigned> &PredicateMap, in getPredicates() function
771 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates, in emitCompressInstEmitter()
778 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
795 unsigned Entry = getPredicates(MCOpPredicateMap, MCOpPredicates, in emitCompressInstEmitter()
802 unsigned Entry = getPredicates(ImmLeafPredicateMap, ImmLeafPredicates, in emitCompressInstEmitter()
DCodeGenSchedule.h344 ArrayRef<PredicateInfo> getPredicates() const { return Predicates; } in getPredicates() function
396 Groups.back().getOpcodeInfo().getPredicates() != Info.getPredicates()) in addOpcode()
DPredicateExpander.cpp452 for (const PredicateInfo &PI : OI.getPredicates()) { in expandOpcodeGroup()
DCodeGenDAGPatterns.h1132 const std::vector<Predicate> &getPredicates() const { return Predicates; } in getPredicates() function
DCodeGenDAGPatterns.cpp4671 PatternsToMatch[i].getPredicates(); in GenerateVariants()
4680 Matches[p] = (Predicates == PatternsToMatch[p].getPredicates()); in GenerateVariants()
4721 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
DGlobalISelEmitter.cpp5043 if (auto Error = importRulePredicates(M, P.getPredicates())) in runOnPattern()
/external/antlr/tool/src/main/java/org/antlr/analysis/
DLL1Analyzer.java393 public SemanticContext getPredicates(NFAState altStartState) { in getPredicates() method in LL1Analyzer
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DStepPattern.java218 public Expression[] getPredicates() in getPredicates() method in StepPattern
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h703 ListInit *getPredicates() const { return Predicates; } in getPredicates() function
DCodeGenDAGPatterns.cpp3823 if (PatternsToMatch[i].getPredicates() != in GenerateVariants()
3824 PatternsToMatch[p].getPredicates()) in GenerateVariants()
3839 PatternsToMatch[i].getSrcRecord(), PatternsToMatch[i].getPredicates(), in GenerateVariants()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java906 attrPat.setPredicates(pat.getPredicates()); in loadSteps()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h385 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h411 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const {
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h413 const SmallVectorImpl<const SCEVPredicate *> &getPredicates() const {
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2148 for (auto Pred : Union->getPredicates()) { in expandUnionPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2366 for (auto Pred : Union->getPredicates()) { in expandUnionPredicate()
/external/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2590 for (auto Pred : Union->getPredicates()) { in expandUnionPredicate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4895 if (!PSE.getUnionPredicate().getPredicates().empty()) { in runtimeChecksRequired()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5419 if (!PSE.getUnionPredicate().getPredicates().empty()) { in runtimeChecksRequired()