| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-uninitialized-statement-expression.c | 20 struct widget { struct 23 void init2(struct widget *); argument 26 struct widget my_widget = ({ in bar() 30 struct widget a = (init2(&a), a); in bar() 34 struct widget my_widget = ({ in bar_bad() 35 …struct widget z = my_widget; // expected-warning{{variable 'my_widget' is uninitialized when used … in bar_bad() 43 struct widget a = ({ in baz() 44 struct widget b = ({ in baz() 52 struct widget *a = ({ in f()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | alloca-in-non-alloca-as.ll | 27 %struct.widget = type { [8 x i8] } 32 ; CHECK-NEXT: [[ALLOCA1:%.*]] = alloca [0 x [30 x %struct.widget]], align 16 33 … [[GEP:%.*]] = getelementptr inbounds [0 x [30 x %struct.widget]], [0 x [30 x %struct.widget]]* … 34 ; CHECK-NEXT: call void @zot(%struct.widget* [[GEP]]) 38 %alloca = alloca [30 x %struct.widget], i32 0, align 16 39 %gep = getelementptr inbounds [30 x %struct.widget], [30 x %struct.widget]* %alloca, i64 0, i64 0 40 call void @zot(%struct.widget* %gep) 44 declare hidden void @zot(%struct.widget*)
|
| H A D | swifterror-argument-bitcast-fold.ll | 10 ; CHECK-NEXT: call swiftcc void bitcast (void (i64**)* @widget to void (i32**)*)(i32** swifterro… 14 call swiftcc void bitcast (void (i64**)* @widget to void (i32**)*)(i32** swifterror %arg) 18 declare swiftcc void @widget(i64**)
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | protocol-rewrite-1.m | 13 - (MyWidget *)widget; method 30 - (MyWidget *)widget { method 38 MyWidget *widget = (void*)0; 40 widget = [(id <MyProto>)view widget]; 42 return widget;
|
| H A D | static-type-protocol-1.m | 8 - (void) widget; method 24 [(Foo <MyProto> *)view widget];
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | switchToSelect-domtree-preservation-edgecase.ll | 4 declare void @widget(i8) 14 ; CHECK-NEXT: tail call void @widget(i8 11) 19 ; CHECK-NEXT: tail call void @widget(i8 [[SWITCH_SELECT2]]) 34 tail call void @widget(i8 11) 41 tail call void @widget(i8 22) 45 tail call void @widget(i8 33) 49 tail call void @widget(i8 44)
|
| H A D | SimplifyTerminatorOnSelect-domtree-preservation-edgecase.ll | 4 declare void @widget() 16 ; CHECK-NEXT: call void @widget() 31 call void @widget()
|
| H A D | FoldValueComparisonIntoPredecessors-domtree-preservation-edgecase-2.ll | 4 declare void @widget() 12 ; CHECK-NEXT: invoke void @widget() 38 invoke void @widget()
|
| H A D | FoldValueComparisonIntoPredecessors-no-new-successors.ll | 4 define void @widget(i32 %arg) { 5 ; CHECK-LABEL: @widget(
|
| H A D | simplifyUnreachable-degenerate-conditional-branch-with-matching-destinations.ll | 8 define void @widget() { 9 ; CHECK-LABEL: @widget(
|
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | PR43857.ll | 9 define %struct.zot @widget(<8 x i32> %arg) local_unnamed_addr { 10 ; CHECK-LABEL: @widget( 21 ; CHECK-NEXT: [[TMP:%.*]] = call [[STRUCT_ZOT:%.*]] @widget(<8 x i32> [[ARG:%.*]]) 26 %tmp = call %struct.zot @widget(<8 x i32> %arg)
|
| /llvm-project-15.0.7/llvm/test/Transforms/ThinLTOBitcodeWriter/ |
| H A D | pr33536.ll | 10 %struct.hoge = type { %struct.widget } 11 %struct.widget = type { i32 (...)** } 15 @global = local_unnamed_addr global %struct.hoge { %struct.widget { i32 (...)** bitcast (i8** getel… 19 … i8* bitcast ({ i8*, i8* }* @global.4 to i8*), i8* bitcast (i32 (%struct.widget*)* @quux to i8*)] … 35 declare i32 @quux(%struct.widget*) unnamed_addr
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | sra-many-stores.ll | 4 %struct.widget = type { ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, ptr, … 6 @global = internal global %struct.widget zeroinitializer 19 %tmp = load ptr, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 16), align 8 44 store ptr null, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 0), align 8 45 store ptr null, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 1), align 8 46 store ptr null, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 2), align 8 47 store ptr null, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 3), align 8 48 store ptr null, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 4), align 8 49 store ptr null, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 5), align 8 50 store ptr null, ptr getelementptr inbounds (%struct.widget, ptr @global, i64 0, i32 6), align 8 [all …]
|
| H A D | malloc-promote-6.ll | 10 define internal void @widget() { 25 call void @baz(void ()* @widget)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2012-10-03-DAGCycle.ll | 10 %struct.widget.375 = type { i32, i32, ptr, ptr } 14 %tmp1 = alloca %struct.widget.375, align 8 18 %tmp = getelementptr inbounds %struct.widget.375, ptr %tmp1, i64 0, i32 2 21 %tmp6 = getelementptr inbounds %struct.widget.375, ptr %tmp1, i64 0, i32 3
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | call-after-trap.ll | 9 declare void @widget() #1 20 ; CHECK-NEXT: ld $25, %call16(widget)($gp) 21 ; CHECK-NEXT: .reloc .Ltmp0, R_MIPS_JALR, widget 27 call void @widget() #2
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | null-check-bool-ret.m | 20 - (_Bool)withWidget:(widget_t)widget { 24 - (_Bool)testWidget:(widget_t)widget { 25 return [self withWidget:widget];
|
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | cyclicphi.ll | 3 %struct.hoge = type { i32, %struct.widget } 4 %struct.widget = type { i64 } 9 %tmp25 = bitcast %struct.widget* %tmp24 to i64** 39 %tmp25 = bitcast %struct.widget* %tmp24 to i64** 69 %tmp25 = bitcast %struct.widget* %tmp24 to i64** 98 %tmp25 = bitcast %struct.widget* %tmp24 to i64** 129 %tmp25 = bitcast %struct.widget* %tmp24 to i64**
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopDeletion/ |
| H A D | two-predecessors.ll | 18 ; CHECK-NEXT: [[TMP3]] = tail call i32 bitcast (i32 (...)* @widget to i32 (i32)*)(i32 [[TMP]]) 30 %tmp3 = tail call i32 bitcast (i32 (...)* @widget to i32 (i32)*)(i32 %tmp) #1 34 declare dso_local i32 @widget(...) local_unnamed_addr #0
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | pr31501.ll | 11 %struct.eggs = type { %struct.zot.0, %struct.widget } 13 %struct.widget = type { %struct.barney.1 } 15 %struct.bar = type { [3 x %struct.widget] } 23 %struct.quux.5 = type { %struct.widget.6 } 24 %struct.widget.6 = type { %struct.spam } 47 %struct.zot.26 = type { i32 (...)**, i32, %struct.widget.27* } 48 %struct.widget.27 = type { %struct.zot.26, %struct.zot.26* }
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | irtranslator-invoke-probabilities.ll | 6 %struct.barney = type { %struct.widget } 7 %struct.widget = type { i32* }
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/IPConstantProp/ |
| H A D | PR43857.ll | 12 define %struct.zot @widget(<8 x i32> %arg) local_unnamed_addr { 14 ; CHECK-LABEL: define {{[^@]+}}@widget 38 %tmp = call %struct.zot @widget(<8 x i32> %arg)
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | atomic-overlapping.ll | 6 define void @widget(i8* %ptr) { 7 ; CHECK-LABEL: @widget(
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | zextload_demandedbits.ll | 28 %tmp15 = tail call i32 @widget(%struct.barney* %tmp14, i8* %tmp4, i32 %tmp7) 35 declare i32 @widget(%struct.barney*, i8*, i32)
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | phi_after_error_block_outside_of_scop.ll | 16 declare void @widget() 31 call void @widget()
|