Home
last modified time | relevance | path

Searched refs:test6a (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/SCCP/
Dipsccp-cycles.ll203 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)
Dipsccp-basic.ll159 define i64 @test6a() {
164 %a = call i64 @test6a()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dcast-set.ll60 define i1 @test6a(i1 %A) {
61 ; CHECK-LABEL: @test6a(
Dcall.ll97 declare i32 @test6a(i32)
101 ; CHECK: %X = call i32 @test6a(i32 0)
103 %X = call i32 bitcast (i32 (i32)* @test6a to i32 ()*)( )
Dmalloc-free-delete.ll146 define void @test6a(i8* %foo) minsize {
147 ; CHECK-LABEL: @test6a(
Dapint-shift.ll16 define i55 @test6a(i55 %A) {
17 ; CHECK-LABEL: @test6a(
Dfloat-shrink-compare.ll163 define i1 @test6a(float %x, float %y) {
164 ; CHECK-LABEL: @test6a(
Dshift.ll32 define i32 @test6a(i32 %A) {
33 ; CHECK-LABEL: @test6a(
/external/llvm/test/Transforms/InstCombine/
Dcast-set.ll57 define i1 @test6a(i1 %A) {
61 ; CHECK-LABEL: @test6a(
Dcall.ll97 declare i32 @test6a(i32)
101 ; CHECK: %X = call i32 @test6a(i32 0)
103 %X = call i32 bitcast (i32 (i32)* @test6a to i32 ()*)( )
Dapint-shift.ll57 ; CHECK-LABEL: @test6a(
59 define i55 @test6a(i55 %A) {
Dshift.ll125 define i32 @test6a(i32 %A) {
126 ; CHECK-LABEL: @test6a(
/external/clang/test/SemaCXX/
Dblocks.cpp115 namespace test6a { namespace
/external/llvm-project/clang/test/SemaCXX/
Dblocks.cpp115 namespace test6a { namespace
/external/clang/test/Parser/
Dcxx-decl.cpp268 test6a { ;// expected-error {{C++ requires a type specifier for all declarations}}
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll148 define i64 @test6a() {
153 %a = call i64 @test6a()
/external/llvm-project/llvm/test/Transforms/GVN/PRE/
Dload-pre-licm.ll181 define i32 @test6a(i1 %cnd, i32* %p) {
183 ; CHECK-LABEL: @test6a
/external/llvm-project/clang/test/Parser/
Dcxx-decl.cpp309 test6a { ;// expected-error {{C++ requires a type specifier for all declarations}}
/external/llvm/test/Transforms/EarlyCSE/
Dbasic.ll127 ; CHECK-LABEL: @test6a(
128 define i32 @test6a(i32 *%P, i1 %b) {
/external/llvm-project/llvm/test/Transforms/EarlyCSE/
Dbasic.ll128 ; CHECK-LABEL: @test6a(
129 define i32 @test6a(i32 *%P, i1 %b) {
/external/llvm-project/llvm/test/CodeGen/ARM/
Dconstantpool-promote.ll80 ; CHECK-LABEL: @test6a
82 define void @test6a() #0 {
/external/llvm-project/llvm/test/CodeGen/X86/
Dstack-protector.ll841 ; 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/
Dstack-protector.ll739 ; 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/
Dnonnull.ll75 define i8* @test6a() {
/external/clang/test/SemaObjC/
Darc.m136 void test6a(unsigned cond) { function

12