Home
last modified time | relevance | path

Searched refs:appending (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/external/llvm/test/Transforms/GlobalOpt/
Dalias-used-address-space.ll12 @llvm.used = appending global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* @ca to i8*)], section …
13 ; CHECK-DAG: @llvm.used = appending global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* @ca to i8…
15 @llvm.compiler.used = appending global [2 x i8*] [i8* addrspacecast(i8 addrspace(1)* @ia to i8*), i…
16 ; CHECK-DAG: @llvm.compiler.used = appending global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* …
Dcompiler-used.ll10 @llvm.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadat…
12 @llvm.compiler.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llv…
15 ; CHECK: @llvm.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llv…
Dalias-used.ll9 @llvm.used = appending global [3 x i8*] [i8* bitcast (void ()* @fa to i8*), i8* bitcast (void ()* @…
10 ; CHECK-DAG: @llvm.used = appending global [3 x i8*] [i8* @ca, i8* bitcast (void ()* @f to i8*), i8…
12 @llvm.compiler.used = appending global [4 x i8*] [i8* bitcast (void ()* @fa3 to i8*), i8* bitcast (…
13 ; CHECK-DAG: @llvm.compiler.used = appending global [2 x i8*] [i8* bitcast (void ()* @fa3 to i8*), …
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
Dalias-used-address-space.ll12 @llvm.used = appending global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* @ca to i8*)], section …
13 ; CHECK-DAG: @llvm.used = appending global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* @ca to i8…
15 @llvm.compiler.used = appending global [2 x i8*] [i8* addrspacecast(i8 addrspace(1)* @ia to i8*), i…
16 ; CHECK-DAG: @llvm.compiler.used = appending global [1 x i8*] [i8* addrspacecast (i8 addrspace(1)* …
Dcompiler-used.ll10 @llvm.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llvm.metadat…
12 @llvm.compiler.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llv…
15 ; CHECK: @llvm.used = appending global [1 x i8*] [i8* bitcast (void ()* @foo to i8*)], section "llv…
Dalias-used.ll9 @llvm.used = appending global [3 x i8*] [i8* bitcast (void ()* @fa to i8*), i8* bitcast (void ()* @…
10 ; CHECK-DAG: @llvm.used = appending global [3 x i8*] [i8* @ca, i8* bitcast (void ()* @f to i8*), i8…
12 @llvm.compiler.used = appending global [4 x i8*] [i8* bitcast (void ()* @fa3 to i8*), i8* bitcast (…
13 ; CHECK-DAG: @llvm.compiler.used = appending global [2 x i8*] [i8* bitcast (void ()* @fa3 to i8*), …
/external/swiftshader/third_party/LLVM/test/Linker/
DAppendingLinkage2.ll1 ; Test that appending linkage works correctly when arrays are the same size.
3 ; RUN: echo {@X = appending global \[1 x i32\] \[i32 8\] } | \
8 @X = appending global [1 x i32] [ i32 7 ] ; <[1 x i32]*> [#uses=0]
DAppendingLinkage.ll1 ; Test that appending linkage works correctly.
3 ; RUN: echo {@X = appending global \[1 x i32\] \[i32 8\] } | \
8 @X = appending global [2 x i32] [ i32 7, i32 4 ] ; <[2 x i32]*> [#uses=2]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
DAppendingLinkage2.ll1 ; Test that appending linkage works correctly when arrays are the same size.
3 ; RUN: echo "@X = appending global [1 x i32] [i32 8] " | \
9 @X = appending global [1 x i32] [ i32 7 ] ; <[1 x i32]*> [#uses=0]
DAppendingLinkage.ll1 ; Test that appending linkage works correctly.
3 ; RUN: echo "@X = appending global [1 x i32] [i32 8] " | \
9 @X = appending global [2 x i32] [ i32 7, i32 4 ] ; <[2 x i32]*> [#uses=2]
Dglobal_ctors.ll10 ; @llvm.global_ctors = appending global [2 x { i32, void ()* } ] [
19 @llvm.global_ctors = appending global [2 x { i32, void ()*, i8* } ] [
24 ; CHECK: @llvm.global_ctors = appending global [4 x { i32, void ()*, i8* }] [
Dctors5.ll3 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
4 ; CHECK: @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* }…
Dlto-attributes.ll8 ; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1
9 @array = appending global [7 x i8] c"abcdefg", align 1
/external/llvm/test/Linker/
DAppendingLinkage2.ll1 ; Test that appending linkage works correctly when arrays are the same size.
3 ; RUN: echo "@X = appending global [1 x i32] [i32 8] " | \
9 @X = appending global [1 x i32] [ i32 7 ] ; <[1 x i32]*> [#uses=0]
DAppendingLinkage.ll1 ; Test that appending linkage works correctly.
3 ; RUN: echo "@X = appending global [1 x i32] [i32 8] " | \
9 @X = appending global [2 x i32] [ i32 7, i32 4 ] ; <[2 x i32]*> [#uses=2]
Dglobal_ctors.ll10 ; @llvm.global_ctors = appending global [2 x { i32, void ()* } ] [
19 @llvm.global_ctors = appending global [2 x { i32, void ()*, i8* } ] [
24 ; CHECK: @llvm.global_ctors = appending global [4 x { i32, void ()*, i8* }] [
Dctors5.ll3 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
4 ; CHECK: @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* }…
Dlto-attributes.ll8 ; CHECK-DAG: @array = appending global [7 x i8] c"abcdefg", align 1
9 @array = appending global [7 x i8] c"abcdefg", align 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dlinkage-types-3.2.ll11 @appending.var = appending global [8 x i32] undef
12 ; CHECK: @appending.var = appending global [8 x i32] undef{{$}}
/external/llvm/test/Bitcode/
Dlinkage-types-3.2.ll11 @appending.var = appending global [8 x i32] undef
12 ; CHECK: @appending.var = appending global [8 x i32] undef{{$}}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dllvm.used-invalid-type2.ll2 @llvm.used = appending global i32 0, section "llvm.metadata"
4 ; CHECK: Only global arrays can have appending linkage!
/external/llvm/test/Verifier/
Dllvm.used-invalid-type2.ll2 @llvm.used = appending global i32 0, section "llvm.metadata"
4 ; CHECK: Only global arrays can have appending linkage!
/external/llvm/test/CodeGen/NVPTX/
Dglobal-ctor-empty.ll4 @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] []
5 @llvm.global_dtors = appending global [0 x { i32, void ()*, i8* }] []
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dglobal-ctor-empty.ll4 @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] []
5 @llvm.global_dtors = appending global [0 x { i32, void ()*, i8* }] []
/external/python/cpython2/Modules/_io/
D_iomodule.c299 int reading = 0, writing = 0, appending = 0, updating = 0; in io_open() local
339 appending = 1; in io_open()
370 if (appending) *(m++) = 'a'; in io_open()
376 if (writing || appending) { in io_open()
390 if (reading + writing + appending > 1) { in io_open()
487 else if (writing || appending) in io_open()

12345678910>>...26