| /llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/ |
| H A D | alloca.ll | 18 call void %f_2(%kv1 * %v) 19 call void %f_2(%kv1 * %v) 20 call void %f_2(%kv1 * %v) 21 call void %f_2(%kv1 * %v) 30 call void %f_2(%kv2 * %v) 31 call void %f_2(%kv2 * %v) 32 call void %f_2(%kv2 * %v) 33 call void %f_2(%kv2 * %v) 44 call void %f_2(%kv3 * %v) 45 call void %f_2(%kv3 * %v) [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/TailCallElim/ |
| H A D | deopt-bundle.ll | 20 define i32 @f_2(i32 %x) { 21 ; CHECK-LABEL: @f_2 29 ; CHECK: call i32 @f_2(i32 %y) [ "unknown"() ] 31 %tmp = call i32 @f_2(i32 %y) [ "unknown"() ]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-deprecated-replacement-fixit.cpp | 17 void f_2(int) __attribute__((availability(macosx,deprecated=9.0,replacement="new2"))); // expected-… 22 f_2(0); // expected-warning{{'f_2' is deprecated: first deprecated in macOS 9.0}} in test()
|
| /llvm-project-15.0.7/mlir/test/Target/SPIRV/ |
| H A D | function-call.mlir | 12 …// CHECK: {{%.*}} = spv.FunctionCall @f_2({{%.*}}) : (!spv.ptr<!spv.array<4 x f32>, Input>) -> !s… 13 …%4 = spv.FunctionCall @f_2(%1) : (!spv.ptr<!spv.array<4xf32>, Input>) -> !spv.ptr<!spv.array<4xf32… 22 …spv.func @f_2(%arg0 : !spv.ptr<!spv.array<4xf32>, Input>) -> !spv.ptr<!spv.array<4xf32>, Input> "N…
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | unsized-types-alloca.ll | 5 define void @f_2() {
|
| H A D | non-integral-pointers.ll | 24 define i64 @f_2(i8 addrspace(3)* %ptr) { 25 ; CHECK-LABEL: @f_2(
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | guards.ll | 41 define i32 @f_2(i1 %c, i32* %buf) { 42 ; CHECK-LABEL: @f_2(
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | assume.ll | 56 define void @f_2(i1 %cond, i32* %ptr) { 57 ; CHECK-LABEL: @f_2(
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopIdiom/ |
| H A D | non-integral-pointers.ll | 75 define void @f_2(i8 addrspace(4)** %ptr) { 76 ; CHECK-LABEL: @f_2(
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | non-integral-pointers.ll | 24 define void @f_2(i8 addrspace(4)** %ptr0, i8 addrspace(4)** %ptr1) { 27 ; CHECK-LABEL: @f_2(
|
| /llvm-project-15.0.7/llvm/test/Analysis/ValueTracking/ |
| H A D | deref-bitcast-of-gep.ll | 72 define void @f_2(i8* align 4 dereferenceable_or_null(1024) %ptr) { 73 ; CHECK-LABEL: @f_2(
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | stackmap-large-location-size.ll | 83 define void @f_2(<99 x ptr> %val) { 85 ; CHECK-NEXT: .long .Ltmp2-f_2
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/ |
| H A D | main.cpp | 104 int f_2; member
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | uninit-const.c | 50 void f_2(void) { in f_2() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | replace-auto-ptr.cpp | 158 void f_2() { in f_2() function
|
| H A D | deprecated-ios-base-aliases.cpp | 130 void f_2() { in f_2() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/EarlyCSE/ |
| H A D | invariant-loads.ll | 57 define void @f_2(ptr %ptr) { 59 ; NO_ASSUME-LABEL: @f_2( 65 ; USE_ASSUME-LABEL: @f_2(
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | control-flow-ops.mlir | 164 // CHECK: spv.FunctionCall @f_2() : () -> () 165 spv.FunctionCall @f_2() : () -> () 179 spv.func @f_2() -> () "None" {
|
| /llvm-project-15.0.7/llvm/test/Transforms/GuardWidening/ |
| H A D | range-check-merging.ll | 78 define void @f_2(i32 %a, i32* %length_buf) { 79 ; CHECK-LABEL: @f_2(
|
| H A D | basic.ll | 55 define void @f_2(i32 %a, i32 %b) { 56 ; CHECK-LABEL: @f_2(
|
| H A D | basic_widenable_condition_guards.ll | 109 define void @f_2(i32 %a, i32 %b) { 110 ; CHECK-LABEL: @f_2(
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | attr-swift_name.m | 88 void f2(int i) SWIFT_NAME("f_2(a:b:)");
|