/external/llvm/test/CodeGen/AMDGPU/ |
D | basic-loop.ll | 4 ; CHECK-LABEL: {{^}}test_loop: 5 define void @test_loop(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %in, i32 %val) nou…
|
D | cf-loop-on-constant.ll | 4 ; GCN-LABEL: {{^}}test_loop: 10 define void @test_loop(float addrspace(3)* %ptr, i32 %n) nounwind {
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | basic-loop.ll | 4 ; CHECK-LABEL: {{^}}test_loop: 5 define amdgpu_kernel void @test_loop(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %in,…
|
D | cf-loop-on-constant.ll | 4 ; GCN-LABEL: {{^}}test_loop: 11 define amdgpu_kernel void @test_loop(float addrspace(3)* %ptr, i32 %n) nounwind {
|
/external/autotest/client/tests/monotonic_time/src/ |
D | time_test.c | 220 void *test_loop(void *arg) in test_loop() function 257 nthreads = create_per_cpu_threads(cpus, test_loop, test); in run_test()
|
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | exponential-nontrivial-unswitch2.ll | 72 %test_loop = icmp slt i32 %iv, 50 73 br i1 %test_loop, label %loop, label %exit
|
D | exponential-nontrivial-unswitch.ll | 96 %test_loop = icmp slt i32 %iv, 50 97 br i1 %test_loop, label %loop, label %exit
|
D | exponential-nontrivial-unswitch-nested.ll | 147 %test_loop = icmp slt i32 %iv3, 50 148 br i1 %test_loop, label %loop, label %middle_latch
|
D | exponential-nontrivial-unswitch-nested2.ll | 159 %test_loop = icmp slt i32 %iv3, 50 160 br i1 %test_loop, label %loop, label %middle_latch
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2011-01-19-DelaySlot.ll | 28 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone { 29 ; CHECK: test_loop
|
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | 2011-01-19-DelaySlot.ll | 28 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone { 29 ; CHECK: test_loop
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | CMakeLists.txt | 8 test_if.cpp test_loop.cpp
|
D | test_loop.cpp | 71 int test_loop(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements) in test_loop() function
|
D | procs.h | 38 extern int test_loop(cl_device_id deviceID, cl_context context, cl_command_queue queue, int …
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 1201 static int test_loop(int cgrp) in test_loop() function 1241 err = test_loop(cgrp); in test_txmsg() 1247 err = test_loop(cgrp); in test_txmsg() 1253 err = test_loop(cgrp); in test_txmsg() 1260 err = test_loop(cgrp); in test_txmsg()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_arrays_v1.py | 586 test_loop = functools.partial( variable 685 return test_loop(
|
D | training_distributed_v1.py | 722 return training_arrays_v1.test_loop(
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | rematerialize-derived-pointers.ll | 221 define void @test_loop(i32 addrspace(1)* %base) gc "statepoint-example" { 222 ; CHECK-LABEL: test_loop
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | multiblock-loops.ll | 102 define void @test_loop(i32 %N, i32* noalias nocapture readonly %A, i32* noalias nocapture readonly … 103 ; CHECK-LABEL: @test_loop(
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | rematerialize-derived-pointers.ll | 296 define void @test_loop(i32 addrspace(1)* %base) gc "statepoint-example" { 297 ; CHECK-LABEL: @test_loop(
|
/external/autotest/docs/ |
D | faft-design-doc.md | 246 ('*:*:*:*:*', cgpt_st.test_loop),
|
/external/python/cpython3/Lib/test/ |
D | test_fstring.py | 1072 def test_loop(self): member in TestCase
|