Home
last modified time | relevance | path

Searched refs:test_loop (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dbasic-loop.ll4 ; CHECK-LABEL: {{^}}test_loop:
5 define void @test_loop(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %in, i32 %val) nou…
Dcf-loop-on-constant.ll4 ; GCN-LABEL: {{^}}test_loop:
10 define void @test_loop(float addrspace(3)* %ptr, i32 %n) nounwind {
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dbasic-loop.ll4 ; CHECK-LABEL: {{^}}test_loop:
5 define amdgpu_kernel void @test_loop(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %in,…
Dcf-loop-on-constant.ll4 ; 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/
Dtime_test.c220 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/
Dexponential-nontrivial-unswitch2.ll72 %test_loop = icmp slt i32 %iv, 50
73 br i1 %test_loop, label %loop, label %exit
Dexponential-nontrivial-unswitch.ll96 %test_loop = icmp slt i32 %iv, 50
97 br i1 %test_loop, label %loop, label %exit
Dexponential-nontrivial-unswitch-nested.ll147 %test_loop = icmp slt i32 %iv3, 50
148 br i1 %test_loop, label %loop, label %middle_latch
Dexponential-nontrivial-unswitch-nested2.ll159 %test_loop = icmp slt i32 %iv3, 50
160 br i1 %test_loop, label %loop, label %middle_latch
/external/llvm/test/CodeGen/SPARC/
D2011-01-19-DelaySlot.ll28 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone {
29 ; CHECK: test_loop
/external/llvm-project/llvm/test/CodeGen/SPARC/
D2011-01-19-DelaySlot.ll28 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone {
29 ; CHECK: test_loop
/external/OpenCL-CTS/test_conformance/basic/
DCMakeLists.txt8 test_if.cpp test_loop.cpp
Dtest_loop.cpp71 int test_loop(cl_device_id device, cl_context context, cl_command_queue queue, int num_elements) in test_loop() function
Dprocs.h38 extern int test_loop(cl_device_id deviceID, cl_context context, cl_command_queue queue, int …
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap.c1201 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/
Dtraining_arrays_v1.py586 test_loop = functools.partial( variable
685 return test_loop(
Dtraining_distributed_v1.py722 return training_arrays_v1.test_loop(
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drematerialize-derived-pointers.ll221 define void @test_loop(i32 addrspace(1)* %base) gc "statepoint-example" {
222 ; CHECK-LABEL: test_loop
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dmultiblock-loops.ll102 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/
Drematerialize-derived-pointers.ll296 define void @test_loop(i32 addrspace(1)* %base) gc "statepoint-example" {
297 ; CHECK-LABEL: @test_loop(
/external/autotest/docs/
Dfaft-design-doc.md246 ('*:*:*:*:*', cgpt_st.test_loop),
/external/python/cpython3/Lib/test/
Dtest_fstring.py1072 def test_loop(self): member in TestCase