Home
last modified time | relevance | path

Searched refs:test2_c (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/MC/ELF/
Doffset.s78 .globl test2_c symbol
84 test2_c: label
86 test2_d = test2_c
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Doffset.s78 .globl test2_c symbol
84 test2_c: label
86 test2_d = test2_c
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-cycle.ll59 …i8*, i1, i32)* @test2_b to i8*), i8* bitcast (void (i8*, i8*, i1, i32)* @test2_c to i8*), i1 false…
62 ; @test2_c. We check the exact number of inlining rounds before we cut off to
66 …i8*, i1, i32)* @test2_b to i8*), i8* bitcast (void (i8*, i8*, i1, i32)* @test2_c to i8*), i1 false…
99 define void @test2_c(i8* %arg1, i8* %arg2, i1 %flag, i32 %inline_count) {
100 ; CHECK-LABEL: define void @test2_c(
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll12 $test2_c = comdat any
13 ; CHECK: $test2_c = comdat any
61 @test2_used = linkonce_odr unnamed_addr global i32 42, comdat($test2_c)
64 @test2_gv = linkonce_odr unnamed_addr global i32 42, comdat($test2_c)
106 define linkonce_odr void @test2_f() comdat($test2_c) {
/external/clang/test/Sema/
Dconversion.c102 short test2_c(long long ll) { in test2_c() function
/external/clang/test/Analysis/
Dblocks.m93 void test2_c() { function