Home
last modified time | relevance | path

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

12345678910>>...14

/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]
D2005-12-06-AppendingZeroLengthArrays.ll1 ; RUN: echo { @G = appending global \[0 x i32\] zeroinitializer } | \
9 @G = appending global [1 x i32] zeroinitializer ; <[1 x i32]*> [#uses=0]
/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
D2005-12-06-AppendingZeroLengthArrays.ll1 ; RUN: echo " @G = appending global [0 x i32] zeroinitializer " | \
10 @G = appending global [1 x i32] zeroinitializer ; <[1 x i32]*> [#uses=0]
Dctors4.ll11 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
13 ; CHECK: @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* }…
/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/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!
Dglobal-ctors.ll3 @llvm.global_ctors = appending global [1 x { i32, void()*, i8 } ] [
8 @llvm.global_dtors = appending global [1 x { i32, void()*, i8*, i8 } ] [
/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/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/CodeGen/X86/
Dcompiler_used.ll7 @llvm.used = appending global [1 x i8*] [ i8* @Z ], section "llvm.metadata"
8 @llvm.compiler.used = appending global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "…
/external/llvm/test/Transforms/GlobalDCE/
Dglobal_ctors.ll3 ; CHECK: @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 655…
8 @llvm.global_ctors = appending global [2 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcompiler_used.ll8 @llvm.used = appending global [1 x i8*] [ i8* @Z ], section "llvm.metadata"
9 @llvm.compiler_used = appending global [2 x i8*] [ i8* @X, i8* bitcast (i32* @Y to i8*)], section "…
/external/llvm/test/Transforms/Internalize/
Dused.ll4 @llvm.used = appending global [1 x void ()*] [void ()* @f], section "llvm.metadata"
6 @llvm.compiler.used = appending global [1 x void ()*] [void ()* @g], section "llvm.metadata"
/external/llvm/test/tools/gold/X86/
Dctors.ll7 @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65…
13 ; CHECK: @llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* }…
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-global-ctors.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
5 @llvm.global_dtors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-global-ctors.ll4 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
5 @llvm.global_dtors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
/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>>...14