Searched refs:test6a (Results 1 – 25 of 29) sorted by relevance
12
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | ipsccp-cycles.ll | 203 define internal %struct @test6a(i8* %arg, i32 %arg1, i32 %arg2) { 204 ; CHECK-LABEL: @test6a( 209 ; CHECK-NEXT: [[S1:%.*]] = tail call [[STRUCT:%.*]] @test6a(i8* [[ARG]], i32 0, i32 -1) 222 %s1 = tail call %struct @test6a(i8* %arg, i32 %arg1, i32 %arg2) 236 ; CHECK-NEXT: [[TMP:%.*]] = tail call [[STRUCT:%.*]] @test6a(i8* [[PTR:%.*]], i32 0, i32 -1) 240 %tmp = tail call %struct @test6a(i8* %ptr, i32 0, i32 -1)
|
D | ipsccp-basic.ll | 159 define i64 @test6a() { 164 %a = call i64 @test6a()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | cast-set.ll | 60 define i1 @test6a(i1 %A) { 61 ; CHECK-LABEL: @test6a(
|
D | call.ll | 97 declare i32 @test6a(i32) 101 ; CHECK: %X = call i32 @test6a(i32 0) 103 %X = call i32 bitcast (i32 (i32)* @test6a to i32 ()*)( )
|
D | malloc-free-delete.ll | 146 define void @test6a(i8* %foo) minsize { 147 ; CHECK-LABEL: @test6a(
|
D | apint-shift.ll | 16 define i55 @test6a(i55 %A) { 17 ; CHECK-LABEL: @test6a(
|
D | float-shrink-compare.ll | 163 define i1 @test6a(float %x, float %y) { 164 ; CHECK-LABEL: @test6a(
|
D | shift.ll | 32 define i32 @test6a(i32 %A) { 33 ; CHECK-LABEL: @test6a(
|
/external/llvm/test/Transforms/InstCombine/ |
D | cast-set.ll | 57 define i1 @test6a(i1 %A) { 61 ; CHECK-LABEL: @test6a(
|
D | call.ll | 97 declare i32 @test6a(i32) 101 ; CHECK: %X = call i32 @test6a(i32 0) 103 %X = call i32 bitcast (i32 (i32)* @test6a to i32 ()*)( )
|
D | apint-shift.ll | 57 ; CHECK-LABEL: @test6a( 59 define i55 @test6a(i55 %A) {
|
D | shift.ll | 125 define i32 @test6a(i32 %A) { 126 ; CHECK-LABEL: @test6a(
|
/external/clang/test/SemaCXX/ |
D | blocks.cpp | 115 namespace test6a { namespace
|
/external/llvm-project/clang/test/SemaCXX/ |
D | blocks.cpp | 115 namespace test6a { namespace
|
/external/clang/test/Parser/ |
D | cxx-decl.cpp | 268 test6a { ;// expected-error {{C++ requires a type specifier for all declarations}}
|
/external/llvm/test/Transforms/SCCP/ |
D | ipsccp-basic.ll | 148 define i64 @test6a() { 153 %a = call i64 @test6a()
|
/external/llvm-project/llvm/test/Transforms/GVN/PRE/ |
D | load-pre-licm.ll | 181 define i32 @test6a(i1 %cnd, i32* %p) { 183 ; CHECK-LABEL: @test6a
|
/external/llvm-project/clang/test/Parser/ |
D | cxx-decl.cpp | 309 test6a { ;// expected-error {{C++ requires a type specifier for all declarations}}
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 127 ; CHECK-LABEL: @test6a( 128 define i32 @test6a(i32 *%P, i1 %b) {
|
/external/llvm-project/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 128 ; CHECK-LABEL: @test6a( 129 define i32 @test6a(i32 *%P, i1 %b) {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | constantpool-promote.ll | 80 ; CHECK-LABEL: @test6a 82 define void @test6a() #0 {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | stack-protector.ll | 841 ; test6a: Address-of local taken (j = &a) 844 define void @test6a() { 846 ; LINUX-I386-LABEL: test6a: 850 ; LINUX-X64-LABEL: test6a: 854 ; LINUX-KERNEL-X64-LABEL: test6a: 858 ; DARWIN-X64-LABEL: test6a: 862 ; MSVC-I386-LABEL: test6a: 866 ; MINGW-X64-LABEL: test6a:
|
/external/llvm/test/CodeGen/X86/ |
D | stack-protector.ll | 739 ; test6a: Address-of local taken (j = &a) 742 define void @test6a() { 744 ; LINUX-I386-LABEL: test6a: 748 ; LINUX-X64-LABEL: test6a: 752 ; LINUX-KERNEL-X64-LABEL: test6a: 756 ; DARWIN-X64-LABEL: test6a: 760 ; MSVC-I386-LABEL: test6a:
|
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/ |
D | nonnull.ll | 75 define i8* @test6a() {
|
/external/clang/test/SemaObjC/ |
D | arc.m | 136 void test6a(unsigned cond) { function
|
12