Home
last modified time | relevance | path

Searched full:analysis (Results 1 – 25 of 7834) sorted by relevance

12345678910>>...314

/external/angle/third_party/spirv-tools/src/test/opt/
Dstruct_cfg_analysis_test.cpp56 StructuredCFGAnalysis analysis(context.get()); in TEST_F() local
59 EXPECT_EQ(analysis.ContainingConstruct(1), 0); in TEST_F()
60 EXPECT_EQ(analysis.ContainingLoop(1), 0); in TEST_F()
61 EXPECT_EQ(analysis.MergeBlock(1), 0); in TEST_F()
62 EXPECT_EQ(analysis.NestingDepth(1), 0); in TEST_F()
63 EXPECT_EQ(analysis.LoopMergeBlock(1), 0); in TEST_F()
64 EXPECT_EQ(analysis.LoopNestingDepth(1), 0); in TEST_F()
65 EXPECT_EQ(analysis.ContainingSwitch(1), 0); in TEST_F()
66 EXPECT_EQ(analysis.SwitchMergeBlock(1), 0); in TEST_F()
67 EXPECT_FALSE(analysis.IsContinueBlock(1)); in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstruct_cfg_analysis_test.cpp56 StructuredCFGAnalysis analysis(context.get()); in TEST_F() local
59 EXPECT_EQ(analysis.ContainingConstruct(1), 0); in TEST_F()
60 EXPECT_EQ(analysis.ContainingLoop(1), 0); in TEST_F()
61 EXPECT_EQ(analysis.MergeBlock(1), 0); in TEST_F()
62 EXPECT_EQ(analysis.NestingDepth(1), 0); in TEST_F()
63 EXPECT_EQ(analysis.LoopMergeBlock(1), 0); in TEST_F()
64 EXPECT_EQ(analysis.LoopNestingDepth(1), 0); in TEST_F()
65 EXPECT_EQ(analysis.ContainingSwitch(1), 0); in TEST_F()
66 EXPECT_EQ(analysis.SwitchMergeBlock(1), 0); in TEST_F()
67 EXPECT_FALSE(analysis.IsContinueBlock(1)); in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dstruct_cfg_analysis_test.cpp56 StructuredCFGAnalysis analysis(context.get()); in TEST_F() local
59 EXPECT_EQ(analysis.ContainingConstruct(1), 0); in TEST_F()
60 EXPECT_EQ(analysis.ContainingLoop(1), 0); in TEST_F()
61 EXPECT_EQ(analysis.MergeBlock(1), 0); in TEST_F()
62 EXPECT_EQ(analysis.NestingDepth(1), 0); in TEST_F()
63 EXPECT_EQ(analysis.LoopMergeBlock(1), 0); in TEST_F()
64 EXPECT_EQ(analysis.LoopNestingDepth(1), 0); in TEST_F()
65 EXPECT_EQ(analysis.ContainingSwitch(1), 0); in TEST_F()
66 EXPECT_EQ(analysis.SwitchMergeBlock(1), 0); in TEST_F()
67 EXPECT_FALSE(analysis.IsContinueBlock(1)); in TEST_F()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dnested_loops_with_unreachables.cpp290 DominatorAnalysis* analysis = context->GetDominatorAnalysis(f); in TEST_F() local
292 EXPECT_TRUE(analysis->Dominates(5, 10)); in TEST_F()
293 EXPECT_TRUE(analysis->Dominates(5, 14)); in TEST_F()
294 EXPECT_TRUE(analysis->Dominates(5, 11)); in TEST_F()
295 EXPECT_TRUE(analysis->Dominates(5, 29)); in TEST_F()
296 EXPECT_TRUE(analysis->Dominates(5, 33)); in TEST_F()
297 EXPECT_TRUE(analysis->Dominates(5, 30)); in TEST_F()
298 EXPECT_TRUE(analysis->Dominates(5, 32)); in TEST_F()
299 EXPECT_TRUE(analysis->Dominates(5, 31)); in TEST_F()
300 EXPECT_TRUE(analysis->Dominates(5, 13)); in TEST_F()
[all …]
Dpost.cpp150 PostDominatorAnalysis* analysis = context->GetPostDominatorAnalysis(f); in TEST_F() local
152 EXPECT_TRUE(analysis->Dominates(19, 18)); in TEST_F()
153 EXPECT_TRUE(analysis->Dominates(19, 5)); in TEST_F()
154 EXPECT_TRUE(analysis->Dominates(19, 53)); in TEST_F()
155 EXPECT_TRUE(analysis->Dominates(19, 19)); in TEST_F()
156 EXPECT_TRUE(analysis->Dominates(19, 25)); in TEST_F()
157 EXPECT_TRUE(analysis->Dominates(19, 29)); in TEST_F()
158 EXPECT_TRUE(analysis->Dominates(19, 27)); in TEST_F()
159 EXPECT_TRUE(analysis->Dominates(19, 26)); in TEST_F()
160 EXPECT_TRUE(analysis->Dominates(19, 28)); in TEST_F()
[all …]
/external/angle/third_party/spirv-tools/src/test/opt/dominator_tree/
Dnested_loops_with_unreachables.cpp290 DominatorAnalysis* analysis = context->GetDominatorAnalysis(f); in TEST_F() local
292 EXPECT_TRUE(analysis->Dominates(5, 10)); in TEST_F()
293 EXPECT_TRUE(analysis->Dominates(5, 14)); in TEST_F()
294 EXPECT_TRUE(analysis->Dominates(5, 11)); in TEST_F()
295 EXPECT_TRUE(analysis->Dominates(5, 29)); in TEST_F()
296 EXPECT_TRUE(analysis->Dominates(5, 33)); in TEST_F()
297 EXPECT_TRUE(analysis->Dominates(5, 30)); in TEST_F()
298 EXPECT_TRUE(analysis->Dominates(5, 32)); in TEST_F()
299 EXPECT_TRUE(analysis->Dominates(5, 31)); in TEST_F()
300 EXPECT_TRUE(analysis->Dominates(5, 13)); in TEST_F()
[all …]
Dpost.cpp150 PostDominatorAnalysis* analysis = context->GetPostDominatorAnalysis(f); in TEST_F() local
152 EXPECT_TRUE(analysis->Dominates(19, 18)); in TEST_F()
153 EXPECT_TRUE(analysis->Dominates(19, 5)); in TEST_F()
154 EXPECT_TRUE(analysis->Dominates(19, 53)); in TEST_F()
155 EXPECT_TRUE(analysis->Dominates(19, 19)); in TEST_F()
156 EXPECT_TRUE(analysis->Dominates(19, 25)); in TEST_F()
157 EXPECT_TRUE(analysis->Dominates(19, 29)); in TEST_F()
158 EXPECT_TRUE(analysis->Dominates(19, 27)); in TEST_F()
159 EXPECT_TRUE(analysis->Dominates(19, 26)); in TEST_F()
160 EXPECT_TRUE(analysis->Dominates(19, 28)); in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/dominator_tree/
Dnested_loops_with_unreachables.cpp290 DominatorAnalysis* analysis = context->GetDominatorAnalysis(f); in TEST_F() local
292 EXPECT_TRUE(analysis->Dominates(5, 10)); in TEST_F()
293 EXPECT_TRUE(analysis->Dominates(5, 14)); in TEST_F()
294 EXPECT_TRUE(analysis->Dominates(5, 11)); in TEST_F()
295 EXPECT_TRUE(analysis->Dominates(5, 29)); in TEST_F()
296 EXPECT_TRUE(analysis->Dominates(5, 33)); in TEST_F()
297 EXPECT_TRUE(analysis->Dominates(5, 30)); in TEST_F()
298 EXPECT_TRUE(analysis->Dominates(5, 32)); in TEST_F()
299 EXPECT_TRUE(analysis->Dominates(5, 31)); in TEST_F()
300 EXPECT_TRUE(analysis->Dominates(5, 13)); in TEST_F()
[all …]
Dpost.cpp150 PostDominatorAnalysis* analysis = context->GetPostDominatorAnalysis(f); in TEST_F() local
152 EXPECT_TRUE(analysis->Dominates(19, 18)); in TEST_F()
153 EXPECT_TRUE(analysis->Dominates(19, 5)); in TEST_F()
154 EXPECT_TRUE(analysis->Dominates(19, 53)); in TEST_F()
155 EXPECT_TRUE(analysis->Dominates(19, 19)); in TEST_F()
156 EXPECT_TRUE(analysis->Dominates(19, 25)); in TEST_F()
157 EXPECT_TRUE(analysis->Dominates(19, 29)); in TEST_F()
158 EXPECT_TRUE(analysis->Dominates(19, 27)); in TEST_F()
159 EXPECT_TRUE(analysis->Dominates(19, 26)); in TEST_F()
160 EXPECT_TRUE(analysis->Dominates(19, 28)); in TEST_F()
[all …]
/external/ow2-asm/asm-analysis/src/test/resources/
Dsigtest-4.0.txt269 CLSS public org.objectweb.asm.tree.analysis.Analyzer
270 cons public init(org.objectweb.asm.tree.analysis.Interpreter)
274 meth protected org.objectweb.asm.tree.analysis.Frame newFrame(int,int)
275 meth protected org.objectweb.asm.tree.analysis.Frame newFrame(org.objectweb.asm.tree.analysis.Frame)
276 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
279 …objectweb.asm.tree.analysis.Frame[] analyze(java.lang.String,org.objectweb.asm.tree.MethodNode) th…
280 meth public org.objectweb.asm.tree.analysis.Frame[] getFrames()
284 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
286 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
291 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-5.0.txt272 CLSS public org.objectweb.asm.tree.analysis.Analyzer
273 cons public init(org.objectweb.asm.tree.analysis.Interpreter)
277 meth protected org.objectweb.asm.tree.analysis.Frame newFrame(int,int)
278 meth protected org.objectweb.asm.tree.analysis.Frame newFrame(org.objectweb.asm.tree.analysis.Frame)
279 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
282 …objectweb.asm.tree.analysis.Frame[] analyze(java.lang.String,org.objectweb.asm.tree.MethodNode) th…
283 meth public org.objectweb.asm.tree.analysis.Frame[] getFrames()
287 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
289 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
294 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-6.0.txt278 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
279 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
283 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
284 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
285 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
288analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
289 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
293 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
295 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
300 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-6.1.txt279 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
280 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
284 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
285 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
286 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
289analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
290 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
294 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
296 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
302 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-9.2.txt294 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
295 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
299 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
300 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
301 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
304analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
305analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyzeAndComputeMaxs(java.lang.Str…
306 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
310 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
312 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
[all …]
Dsigtest-9.4.txt297 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
298 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
302 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
303 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
304 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
307analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
308analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyzeAndComputeMaxs(java.lang.Str…
309 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
313 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
315 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
[all …]
Dsigtest-9.1.txt293 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
294 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
298 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
299 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
300 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
303analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
304analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyzeAndComputeMaxs(java.lang.Str…
305 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
309 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
311 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
[all …]
Dsigtest-9.0.txt292 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
293 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
297 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
298 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
299 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
302analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
303 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
307 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
309 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
315 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-7.0.txt283 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
284 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
288 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
289 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
290 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
293analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
294 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
298 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
300 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
306 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-8.0.1.txt290 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
291 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
295 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
296 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
297 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
300analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
301 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
305 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
307 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
313 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-7.3.1.txt288 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
289 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
293 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
294 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
295 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
298analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
299 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
303 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
305 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
311 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
Dsigtest-7.2.txt287 CLSS public org.objectweb.asm.tree.analysis.Analyzer<%0 extends org.objectweb.asm.tree.analysis.Val…
288 cons public init(org.objectweb.asm.tree.analysis.Interpreter<{org.objectweb.asm.tree.analysis.Analy…
292 meth protected org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> …
293 ….analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}> newFrame(org.objectweb.asm.tree.anal…
294 ….String,org.objectweb.asm.tree.MethodNode) throws org.objectweb.asm.tree.analysis.AnalyzerException
297analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] analyze(java.lang.String,org.object…
298 meth public org.objectweb.asm.tree.analysis.Frame<{org.objectweb.asm.tree.analysis.Analyzer%0}>[] g…
302 CLSS public org.objectweb.asm.tree.analysis.AnalyzerException
304 ….asm.tree.AbstractInsnNode,java.lang.String,java.lang.Object,org.objectweb.asm.tree.analysis.Value)
310 CLSS public org.objectweb.asm.tree.analysis.BasicInterpreter
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java41 * which are built from the opcode map output, and an analysis engine
104 int analysis = analyze(compiler, stepOpCodePos, stepIndex); in loadWalkers() local
108 walker = createDefaultWalker(compiler, stepOpCodePos, lpi, analysis); in loadWalkers()
113 // walker.setAnalysis(analysis); in loadWalkers()
134 public static boolean isSet(int analysis, int bits) in isSet() argument
136 return (0 != (analysis & bits)); in isSet()
139 public static void diagnoseIterator(String name, int analysis, Compiler compiler) in diagnoseIterator() argument
142 + Integer.toBinaryString(analysis) + ", " in diagnoseIterator()
143 + getAnalysisString(analysis)); in diagnoseIterator()
148 * returned is based on an analysis of the XPath operations.
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp54 const analysis::Constant* GenerateIntegerConstant( in GenerateIntegerConstant()
55 const analysis::Integer* integer_type, uint64_t result, in GenerateIntegerConstant()
56 analysis::ConstantManager* const_mgr) { in GenerateIntegerConstant()
79 const analysis::Constant* GetNan(const analysis::Type* type, in GetNan()
80 analysis::ConstantManager* const_mgr) { in GetNan()
81 const analysis::Float* float_type = type->AsFloat(); in GetNan()
99 const analysis::Constant* GetInf(const analysis::Type* type, in GetInf()
100 analysis::ConstantManager* const_mgr) { in GetInf()
101 const analysis::Float* float_type = type->AsFloat(); in GetInf()
117 bool HasFloatingPoint(const analysis::Type* type) { in HasFloatingPoint()
[all …]
/external/angle/third_party/spirv-tools/src/source/opt/
Dconst_folding_rules.cpp26 const analysis::Constant* GetNan(const analysis::Type* type, in GetNan()
27 analysis::ConstantManager* const_mgr) { in GetNan()
28 const analysis::Float* float_type = type->AsFloat(); in GetNan()
46 const analysis::Constant* GetInf(const analysis::Type* type, in GetInf()
47 analysis::ConstantManager* const_mgr) { in GetInf()
48 const analysis::Float* float_type = type->AsFloat(); in GetInf()
64 bool HasFloatingPoint(const analysis::Type* type) { in HasFloatingPoint()
67 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint()
76 const analysis::Constant* NegateFPConst(const analysis::Type* result_type, in NegateFPConst()
77 const analysis::Constant* val, in NegateFPConst()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp26 const analysis::Constant* GetNan(const analysis::Type* type, in GetNan()
27 analysis::ConstantManager* const_mgr) { in GetNan()
28 const analysis::Float* float_type = type->AsFloat(); in GetNan()
46 const analysis::Constant* GetInf(const analysis::Type* type, in GetInf()
47 analysis::ConstantManager* const_mgr) { in GetInf()
48 const analysis::Float* float_type = type->AsFloat(); in GetInf()
64 bool HasFloatingPoint(const analysis::Type* type) { in HasFloatingPoint()
67 } else if (const analysis::Vector* vec_type = type->AsVector()) { in HasFloatingPoint()
76 const analysis::Constant* NegateFPConst(const analysis::Type* result_type, in NegateFPConst()
77 const analysis::Constant* val, in NegateFPConst()
[all …]

12345678910>>...314