Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/DeadStoreElimination/
DPartialStore.ll57 declare void @test5a(i32*)
65 call void @test5a(i32* %A)
70 ; CHECK-NEXT: call void @test5a
81 call void @test5a(i32* %A)
86 ; CHECK-NEXT: call void @test5a
/external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/
DPartialStore.ll57 declare void @test5a(i32*)
65 call void @test5a(i32* %A)
70 ; CHECK-NEXT: call void @test5a
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dcall.ll64 declare i32 @test5a()
67 %X = call i32 @test5a( ) ; <i32> [#uses=1]
69 ; CHECK: %X = call i32 @test5a()
Dcrash.ll130 define i32 @test5a() {
136 %1 = invoke i32 @test5a() to label %exit unwind label %exit
Dapint-shift.ll33 define i32 @test5a(i32 %A) {
Dshift.ll43 define i32 @test5a(i32 %A) {
44 ; CHECK: @test5a
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dpack.ll50 ; CHECK: test5a
52 define i32 @test5a(i32 %X, i32 %Y) {
/external/swiftshader/third_party/LLVM/test/Transforms/MemCpyOpt/
Dmemcpy.ll86 declare void @test5a(%struct.S* byval align 16) nounwind ssp
97 call void @test5a(%struct.S* byval align 16 %y)
101 ; CHECK: call void @test5a(%struct.S* byval align 16 %y)
/external/clang/test/Sema/
Dextern-redecl.c50 void test5a() { in test5a() function
/external/llvm/test/CodeGen/ARM/
Dpack.ll50 ; CHECK: test5a
52 define i32 @test5a(i32 %X, i32 %Y) {
/external/e2fsprogs/lib/ext2fs/
Dtst_badblocks.c52 blk_t test5a[] = { variable
311 do_test_seq(bb5, test5a); in main()
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-pack.ll59 ; CHECK: test5a
61 define i32 @test5a(i32 %X, i32 %Y) {
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-pack.ll59 ; CHECK: test5a
61 define i32 @test5a(i32 %X, i32 %Y) {
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
Dipsccp-basic.ll113 define internal {i64,i64} @test5a() {
120 %a = invoke {i64,i64} @test5a()
/external/llvm/test/Transforms/InstCombine/
Dcall.ll86 declare i32 @test5a()
90 ; CHECK: %X = call i32 @test5a()
92 %X = call i32 @test5a( ) ; <i32> [#uses=1]
Dapint-shift.ll42 ; CHECK-LABEL: @test5a(
44 define i32 @test5a(i32 %A) {
Dcrash.ll130 define i32 @test5a() {
136 %r = invoke i32 @test5a() to label %exit unwind label %unwind
Dshift.ll74 define i32 @test5a(i32 %A) {
75 ; CHECK-LABEL: @test5a(
/external/llvm/test/Transforms/MemCpyOpt/
Dmemcpy.ll87 declare void @test5a(%struct.S* align 16 byval) nounwind ssp
98 call void @test5a(%struct.S* align 16 byval %y)
102 ; CHECK: call void @test5a(%struct.S* byval align 16 %y)
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll117 define internal {i64,i64} @test5a() {
124 %a = invoke {i64,i64} @test5a()
/external/llvm/test/CodeGen/X86/
Dstack-protector.ll612 ; test5a: no arrays / no nested arrays
615 define void @test5a(i8* %a) {
617 ; LINUX-I386-LABEL: test5a:
621 ; LINUX-X64-LABEL: test5a:
625 ; LINUX-KERNEL-X64-LABEL: test5a:
629 ; DARWIN-X64-LABEL: test5a:
633 ; MSVC-I386-LABEL: test5a:
/external/llvm/test/Transforms/ObjCARC/
Dbasic.ll367 ; CHECK-LABEL: define void @test5a(
371 define void @test5a(i32* %x, i1 %q, i8* %y) nounwind {