Searched refs:appending (Results 1 – 25 of 153) sorted by relevance
1234567
/external/llvm/test/Linker/ |
D | AppendingLinkage2.ll | 1 ; 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]
|
D | AppendingLinkage.ll | 1 ; 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]
|
D | 2005-12-06-AppendingZeroLengthArrays.ll | 1 ; RUN: echo { @G = appending global \[0 x i32\] zeroinitializer } | \ 9 @G = appending global [1 x i32] zeroinitializer ; <[1 x i32]*> [#uses=0]
|
D | ConstantGlobals1.ll | 1 ; Test that appending linkage works correctly when arrays are the same size.
|
D | ConstantGlobals3.ll | 1 ; Test that appending linkage works correctly when arrays are the same size.
|
D | ConstantGlobals2.ll | 1 ; Test that appending linkage works correctly when arrays are the same size.
|
/external/llvm/test/CodeGen/X86/ |
D | compiler_used.ll | 8 @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 "…
|
D | 2011-08-29-InitOrder.ll | 5 @llvm.global_ctors = appending global [3 x { i32, void ()* }] [{ i32, void ()* } { i32 2000, void (… 17 @llvm.global_dtors = appending global [3 x { i32, void ()* }] [{ i32, void ()* } { i32 2000, void (…
|
D | 2007-08-13-AppendingLinkage.ll | 5 @hlvm_programs = appending constant [1 x %hlvm_programs_element]
|
D | darwin-no-dead-strip.ll | 6 @llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @x to i8*) ] ; <[1 x i8*…
|
D | 2008-09-29-VolatileBug.ll | 5 @llvm.used = appending global [1 x i8*] [ i8* bitcast (i32 ()* @main to i8*) ], section "llvm.metad…
|
/external/llvm/test/CodeGen/ARM/ |
D | ctors_dtors.ll | 14 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void… 15 @llvm.global_dtors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void…
|
/external/webkit/LayoutTests/fast/dom/Node/ |
D | fragment-mutation-expected.txt | 6 Continually re-appending removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS 14 Continually re-appending removed element to the fragment should eventually throw NOT_FOUND_ERR: PASS
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2011-04-09-EmptyGlobalCtors.ll | 4 @llvm.global_ctors = appending global [0 x %0] zeroinitializer
|
D | 2010-10-19-WeakOdr.ll | 9 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void…
|
D | undef-init.ll | 3 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void…
|
D | 2007-06-04-PackedStruct.ll | 12 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void… 13 @llvm.global_dtors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void…
|
D | invoke.ll | 7 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
|
/external/webkit/LayoutTests/fast/dom/Attr/ |
D | child-nodes-length-cache-expected.txt | 1 Test for bug 19759: ChildNodeList for an attribute node is not properly invalidated after appending…
|
/external/llvm/test/MC/ARM/ |
D | cxx-global-constructor.ll | 5 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [{ i32, void ()* } { i32 65535, void …
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-04-16-CoalescerBug.ll | 4 @llvm.used = appending global [1 x i8*] [ i8* bitcast (i32 (i64)* @_Z13GetSectorSizey to i8*) ], se…
|
D | no-dead-strip.ll | 7 @llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @X to i8*) ], section "llvm.metadata" …
|
/external/llvm/test/Transforms/StripSymbols/ |
D | 2007-01-15-llvm.used.ll | 3 @llvm.used = appending global [2 x i8*] [ i8* bitcast (i32* @foo to i8*), i8* bitcast (i32 ()* @bar…
|
/external/llvm/test/Feature/ |
D | global_pv.ll | 7 @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()* @test }]
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2008-10-10-InlineAsmMemoryOperand.ll | 5 @llvm.global_ctors = appending global [1 x { i32, void ()* }] [ { i32, void ()* } { i32 65535, void…
|
1234567