Home
last modified time | relevance | path

Searched refs:test_local (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfence-barrier.ll10 @test_local.temp = internal addrspace(3) global [1 x i32] undef, align 4
13 ; GCN-LABEL: {{^}}test_local
19 define amdgpu_kernel void @test_local(i32 addrspace(1)*) {
28 …rspace(3)* getelementptr inbounds ([1 x i32], [1 x i32] addrspace(3)* @test_local.temp, i64 0, i64…
35 …rspace(3)* getelementptr inbounds ([1 x i32], [1 x i32] addrspace(3)* @test_local.temp, i64 0, i64…
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Andersen/
Dattrs.ll6 ; CHECK-LABEL: Function: test_local
10 define void @test_local() {
/external/llvm-project/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dattr-escape.ll6 ; CHECK-LABEL: Function: test_local
10 define void @test_local() {
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dattr-escape.ll6 ; CHECK-LABEL: Function: test_local
10 define void @test_local() {
/external/OpenCL-CTS/test_conformance/basic/
DCMakeLists.txt7 test_hiloeo.cpp test_local.cpp test_pointercast.cpp
/external/python/cpython2/Lib/test/
Dtest_symtable.py105 def test_local(self): member in SymtableTest
/external/llvm-project/llvm/test/CodeGen/Thumb/
Dframe-access.ll253 ; int test_local(int n) {
259 define dso_local i32 @test_local(i32 %n) local_unnamed_addr {
277 ; CHECK-LABEL: test_local
/external/python/cpython3/Lib/test/
Dtest_symtable.py116 def test_local(self): member in SymtableTest
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c748 static void test_local(struct context *ctx) in test_local() function
1663 test_local(ctx); in main()