Home
last modified time | relevance | path

Searched refs:kFullyUnroll (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_simple.cpp3179 const bool kFullyUnroll = true; in TEST_F() local
3181 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll, in TEST_F()
3250 const bool kFullyUnroll = true; in TEST_F() local
3252 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll, in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_simple.cpp3179 const bool kFullyUnroll = true; in TEST_F() local
3181 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll, in TEST_F()
3250 const bool kFullyUnroll = true; in TEST_F() local
3252 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll, in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/loop_optimizations/
Dunroll_simple.cpp3179 const bool kFullyUnroll = true; in TEST_F() local
3181 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll, in TEST_F()
3250 const bool kFullyUnroll = true; in TEST_F() local
3252 SinglePassRunAndMatch<opt::LoopUnroller>(text, true, kFullyUnroll, in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.h39 kFullyUnroll, enumerator
Dllvm_loop.cc161 if (unroll_mode_ == xla::llvm_ir::UnrollMode::kFullyUnroll) { in GetLoopMetadata()