Home
last modified time | relevance | path

Searched refs:test2_a (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/MC/ELF/
Doffset.s76 .globl test2_a symbol
81 test2_a: label
83 test2_b = test2_a
Dundef.s21 test2_a = undef define
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Doffset.s76 .globl test2_a symbol
81 test2_a: label
83 test2_b = test2_a
Dundef.s21 test2_a = undef define
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dcgscc-iterate-function-mutation.ll71 ; CHECK: define void @test2_a() {
72 define void @test2_a() {
88 call void @reference_function_pointer(void()* @test2_a)
92 call void @test2_a()
101 call void @reference_function_pointer(void()* @test2_a)
106 call void @test2_a()
115 call void @reference_function_pointer(void()* @test2_a)
119 call void @test2_a()
Dcgscc-observe-devirt.ll63 ; CHECK: define void @test2_a() {
64 define void @test2_a() {
75 store void()* @test2_a, void()** %fptr
85 store void()* @test2_a, void()** %fptr
97 store void()* @test2_a, void()** %fptr
Dcgscc-devirt-iteration.ll54 define void @test2_a(void ()** %ignore) {
58 ; BEFORE: define void @test2_a(void ()** %ignore)
59 ; AFTER: define void @test2_a(void ()** readnone %ignore)
85 call void @test2_a(void ()** %f2ptr)
/external/llvm/test/Verifier/
Dalias.ll21 @test2_a = alias i32, i32* @test2_b
22 @test2_b = alias i32, i32* @test2_a
24 ; CHECK-NEXT: i32* @test2_a
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dalias.ll21 @test2_a = alias i32, i32* @test2_b
22 @test2_b = alias i32, i32* @test2_a
24 ; CHECK-NEXT: i32* @test2_a
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dlinkage2.ll7 @test2_a = global i8 0
8 ; CHECK-DAG: @test2_a = global i8 0
/external/llvm/test/Linker/
Dlinkage2.ll7 @test2_a = global i8 0
8 ; CHECK-DAG: @test2_a = global i8 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-cycle.ll56 define void @test2_a(i8** %ptr) {
57 ; CHECK-LABEL: define void @test2_a(
83 call void @test2_a(i8** %a) noinline
111 call void @test2_a(i8** %a) noinline
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/
Dlinkage2.ll3 @test2_a = external dllimport global i8
/external/llvm/test/Linker/Inputs/
Dlinkage2.ll3 @test2_a = external dllimport global i8
/external/clang/test/Sema/
Dconversion.c96 short test2_a(long long ll) { in test2_a() function