Home
last modified time | relevance | path

Searched defs:analysis (Results 1 – 25 of 56) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java104 int analysis = analyze(compiler, stepOpCodePos, stepIndex); in loadWalkers() local
134 public static boolean isSet(int analysis, int bits) in isSet()
139 public static void diagnoseIterator(String name, int analysis, Compiler compiler) in diagnoseIterator()
165 int analysis = analyze(compiler, firstStepPos, 0); in newDTMIterator() local
832 int analysis = analyze(compiler, stepOpCodePos, stepIndex); in loadSteps() local
980 int analysis, StepPattern tail, StepPattern head) in createDefaultStepPattern()
1165 WalkingIterator lpi, int analysis) in createDefaultWalker()
1283 public static String getAnalysisString(int analysis) in getAnalysisString()
1367 public static boolean hasPredicate(int analysis) in hasPredicate()
1372 public static boolean isWild(int analysis) in isWild()
[all …]
DWalkingIteratorSorted.java69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in WalkingIteratorSorted()
200 int analysis = getAnalysisBits(); in fixupVariables() local
DBasicTestIterator.java73 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) in BasicTestIterator()
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) in BasicTestIterator()
DAttributeIterator.java45 AttributeIterator(Compiler compiler, int opPos, int analysis) in AttributeIterator()
DSelfIteratorNoPredicate.java47 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) in SelfIteratorNoPredicate()
DChildIterator.java49 ChildIterator(Compiler compiler, int opPos, int analysis) in ChildIterator()
DChildTestIterator.java54 ChildTestIterator(Compiler compiler, int opPos, int analysis) in ChildTestIterator()
DOneStepIteratorForward.java52 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) in OneStepIteratorForward()
DMatchPatternIterator.java74 MatchPatternIterator(Compiler compiler, int opPos, int analysis) in MatchPatternIterator()
DOneStepIterator.java56 OneStepIterator(Compiler compiler, int opPos, int analysis) in OneStepIterator()
DDescendantIterator.java53 DescendantIterator(Compiler compiler, int opPos, int analysis) in DescendantIterator()
/external/llvm/include/llvm/
DPassSupport.h36 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
50 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
57 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
162 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
182 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
187 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis_test.cc126 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
160 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
203 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
238 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
279 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
364 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
464 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
555 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
628 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
690 const HloAliasAnalysis& analysis = RunAnalysis(); in TEST_F() local
[all …]
Dhlo_cost_analysis_test.cc155 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
176 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
200 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
222 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
240 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
260 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
273 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
293 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
426 HloCostAnalysis analysis(ShapeSize); in TEST_F() local
Dhlo_dataflow_analysis_test.cc112 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
160 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
215 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
270 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
323 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
375 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
437 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
512 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
617 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
704 const HloDataflowAnalysis& analysis = RunAnalysis(ssa_form); in TEST_P() local
[all …]
Dlogical_buffer_analysis.cc45 std::unique_ptr<LogicalBufferAnalysis> analysis( in Run() local
/external/swiftshader/third_party/LLVM/include/llvm/
DPassSupport.h148 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
159 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
167 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
263 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
280 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
284 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/external/llvm/include/llvm/CodeGen/
DPasses.h388 #define INITIALIZE_TM_PASS_END(passName, arg, name, cfg, analysis) \ argument
407 #define INITIALIZE_TM_PASS(passName, arg, name, cfg, analysis) \ argument
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/analysis/
DBasicVerifierTest.class ... java package org.objectweb.asm.tree.analysis public org.objectweb.asm.tree.analysis
DSimpleVerifierTest.class ... java package org.objectweb.asm.tree.analysis public org.objectweb.asm.tree.analysis
DDataflowTest.class ... java package org.objectweb.asm.tree.analysis public org.objectweb.asm.tree.analysis
/external/lisa/tools/analysis/
Drun_binder_throughput_analysis.py148 analysis = BinderThroughputAnalysis(args.cs_pairs) variable
150 analysis = BinderThroughputAnalysis(args.payloads) variable
/external/clang/unittests/Analysis/
DCFGTest.cpp18 namespace analysis { namespace
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp18 traverseCaseBody(AnalyzeCallDepth* analysis, in traverseCaseBody()
/external/skqp/tests/
DGrPorterDuffTest.cpp69 GrProcessorSet::Analysis analysis = in do_analysis() local
84 GrProcessorSet::Analysis analysis = do_analysis(xpf, inputColor, inputCoverage, caps); in XPInfo() local

123