| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-not/ |
| H A D | not-calls-diff.txt | 1 # RUN: echo 'foo' > %t.foo0 6 # RUN: not diff %t.foo0 %t.bar 7 # RUN: not not not diff %t.foo0 %t.bar 8 # RUN: not not not not not diff %t.foo0 %t.bar 11 # RUN: diff %t.foo0 %t.foo1 12 # RUN: not not diff %t.foo0 %t.foo1 13 # RUN: not not not not diff %t.foo0 %t.foo1 16 # RUN: not diff %t.foo0 %t.foo1
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | operand-bundles.ll | 5 declare %0* @foo0() 70 ; CHECK-NEXT: call %0* @foo0() [ "clang.arc.attachedcall"() ] 78 ; CHECK-NEXT: call %0* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* null) ] 80 ; CHECK-NEXT: call %0* @foo0() [ "clang.arc.attachedcall"(i64 0) ] 82 ; CHECK-NEXT: call %0* @foo0() [ "clang.arc.attachedcall"(i8 ()* @foo1) ] 84 ; CHECK-NEXT: call %0* @foo0() [ "clang.arc.attachedcall"(void (i1)* @llvm.assume) ] 90 call %0* @foo0() [ "clang.arc.attachedcall"() ] 95 call %0* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* null) ] 96 call %0* @foo0() [ "clang.arc.attachedcall"(i64 0) ] 97 call %0* @foo0() [ "clang.arc.attachedcall"(i8 ()* @foo1) ] [all …]
|
| H A D | preallocated-invalid.ll | 10 declare void @foo0() 26 call void @foo0() preallocated(i32) 33 call void @foo0() ["preallocated"(i32 %i)] 40 call void @foo0() ["preallocated"(token %cs)] 48 call void @foo0() ["preallocated"(token %cs0, token %cs1)] 56 call void @foo0() ["preallocated"(token %cs0), "preallocated"(token %cs1)] 124 call void @foo0() ["preallocated"(token %cs)]
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | types-to-llvm.fir | 10 // CHECK-LABEL: foo0 42 // CHECK-LABEL: foo0 71 // CHECK-LABEL: foo0 83 // CHECK-LABEL: foo0 107 // CHECK-LABEL: foo0 125 // CHECK-LABEL: foo0 165 // CHECK-LABEL: foo0 189 // CHECK-LABEL: foo0 213 // CHECK-LABEL: foo0 233 // CHECK-LABEL: foo0 [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | gc-sections-linkorder-err.s | 8 # CHECK: removing unused section {{.*}}.o:(.foo0) 9 # CHECK-NEXT: error: {{.*}}.o:(.bar): sh_link points to discarded section {{.*}}.o:(.foo0) 10 # CHECK-NEXT: error: {{.*}}.o:(.baz): sh_link points to discarded section {{.*}}.o:(.foo0) 20 .section .foo0,"a" 24 .section .bar,"ao",@progbits,.foo0,unique,0 35 .section .baz,"ao",@progbits,.foo0,unique,1
|
| H A D | mips-micro-plt.s | 20 # CHECK: 1: 00020321 0 FUNC GLOBAL DEFAULT [<other: 0x88>] UND foo0 26 # CHECK: 5: 00020320 0 FUNC GLOBAL DEFAULT [<other: 0x88>] UND foo0 36 # CHECK: 00020301 00020321 FUNC UND foo0 55 lui $t0,%hi(foo0) 56 addi $t0,$t0,%lo(foo0) 58 jal foo0
|
| H A D | mips-mgot.s | 19 # CHECK: [[FOO0:[0-9a-f]+]] g .text 00000000 foo0 39 # GOT-NEXT: 0x70030 R_MIPS_REL32 foo0 52 # GOT: Name: foo0 87 # GOT-NEXT: Name: foo0 103 .global foo0 104 foo0: label 107 lw $2, %call16(foo0)($gp) # global entry
|
| H A D | mips-plt-copy.s | 18 # CHECK-DAG: 0x{{[0-9A-F]+}} R_MIPS_JUMP_SLOT foo0 39 # CHECK-NEXT: Name: foo0 55 lui $t0,%hi(foo0) # R_MIPS_HI16 requires JUMP_SLOT/PLT entry 57 addi $t0,$t0,%lo(foo0)
|
| H A D | mips-26.s | 23 # ^-- gotplt[foo0] 65 # REL-NEXT: 0x[[PLTSLOT:[0-9A-F]+]] R_MIPS_JUMP_SLOT foo0 82 # REL-NEXT: Name: foo0 94 jal foo0 # R_MIPS_26 against 'foo0' from DSO
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-retainRV-call.ll | 4 declare i8* @foo0() 7 …%call = call i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAutoreleasedReturn… 13 ; CHECK: call i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAutoreleasedReturn… 21 ; CHECK: %[[CALL:.*]] = call i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAut… 31 ; CHECK: invoke i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAutoreleasedRetu… 67 %call = call i8* @foo0() 72 ; CHECK: call i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAutoreleasedReturn… 81 ; CHECK: call i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.unsafeClaimAutoreleasedR… 90 ; CHECK: invoke i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAutoreleasedRetu… 137 …%1 = call i8* @foo0() [ "clang.arc.attachedcall"(i8* (i8*)* @llvm.objc.retainAutoreleasedReturnVal… [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | biggot.ll | 18 ; O32: lui $[[R2:[0-9]+]], %call_hi(foo0) 20 ; O32: lw ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 25 ; N64-DAG: lui $[[R2:[0-9]+]], %call_hi(foo0) 28 ; N64-DAG: ld ${{[0-9]+}}, %call_lo(foo0)($[[R3]]) 31 tail call void @foo0(i32 %0) nounwind 35 declare void @foo0(i32)
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | auto-release-result-assert.mm | 19 S1Ref foo0(int); function 26 return foo0(a); 30 return foo0(0); 34 return foo0(0);
|
| /llvm-project-15.0.7/lld/test/ELF/Inputs/ |
| H A D | mips-dynamic.s | 7 .globl foo0 8 .type foo0, @function 9 foo0: label
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | inlining-recursive.mlir | 4 // CHECK-LABEL: func.func @foo0 5 func.func @foo0(%arg0 : i32) -> i32 { 23 %2 = call @foo0(%1) : (i32) -> i32
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | fnattr-trap.ll | 4 ; NOOPTION-LABEL: {{\_?}}foo0: 7 ; TRAP-LABEL: {{\_?}}foo0: 10 define void @foo0() {
|
| /llvm-project-15.0.7/llvm/test/FileCheck/dump-input/ |
| H A D | filter.txt | 10 ; RUN: echo foo0 >> %t.in 22 ; RUN: echo foo0 >> %t.in 34 ; RUN: echo foo0 >> %t.in 59 ; ALL-NEXT: 2: foo0 72 ; ALL-NEXT: 13: foo0 95 ; ALL-NEXT: 24: foo0 182 ; ANNOTATION-NEXT: 2: foo0 192 ; ANNOTATION-NEXT: 13: foo0 206 ; ANNOTATION-NEXT: 24: foo0 224 ; ERROR-NEXT: 13: foo0 [all …]
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | icf-output-sections.s | 9 # ICF1: selected section {{.*}}.o:(.text.foo0) 23 # ICF2: selected section {{.*}}.o:(.text.foo0) 36 # ICF3: selected section {{.*}}.o:(.text.foo0) 45 .section .text.foo0,"ax"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | tailcall-fastisel.ll | 7 %call = tail call i32 @foo0() 11 declare i32 @foo0()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | asm.cpp | 29 void foo0(A &a) { in foo0() function 34 void test0(A &a) { foo0<void>(a); } in test0()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | instantiate-template-fatal-error.cpp | 6 template <class T> bool foo0(const long long *a, T* b) { in foo0() function 16 bool m1(const long long *a, T *b) const { return foo0(a, b); } in m1()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | switch.ll | 7 declare void @foo0() 24 ; CHECK: call foo0{{$}} 67 tail call void @foo0() 108 ; CHECK: call foo0{{$}} 151 tail call void @foo0() 186 ; CHECK: call foo0{{$}} 206 tail call void @foo0()
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | upgrade-clang-arc-use.ll | 8 %1 = tail call %0* @foo0() 13 declare %0* @foo0()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | function-attr.cpp | 19 void foo0(); 27 foo0(); in foo1()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | hasfp-crash2.ll | 4 ; CHECK: call foo0 9 declare void @foo0() local_unnamed_addr #0 15 tail call void @foo0(), !dbg !54 58 !29 = !{!"foo0", !".text"}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | arg-lowering.ll | 4 ; CHECK: .visible .func (.param .align 16 .b8 func_retval0[16]) foo0( 6 define <4 x float> @foo0({float, float} %arg0) {
|