Home
last modified time | relevance | path

Searched refs:widget (Results 1 – 25 of 80) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-uninitialized-statement-expression.c20 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 Dalloca-in-non-alloca-as.ll27 %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 Dswifterror-argument-bitcast-fold.ll10 ; 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 Dprotocol-rewrite-1.m13 - (MyWidget *)widget; method
30 - (MyWidget *)widget { method
38 MyWidget *widget = (void*)0;
40 widget = [(id <MyProto>)view widget];
42 return widget;
H A Dstatic-type-protocol-1.m8 - (void) widget; method
24 [(Foo <MyProto> *)view widget];
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A DswitchToSelect-domtree-preservation-edgecase.ll4 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 DSimplifyTerminatorOnSelect-domtree-preservation-edgecase.ll4 declare void @widget()
16 ; CHECK-NEXT: call void @widget()
31 call void @widget()
H A DFoldValueComparisonIntoPredecessors-domtree-preservation-edgecase-2.ll4 declare void @widget()
12 ; CHECK-NEXT: invoke void @widget()
38 invoke void @widget()
H A DFoldValueComparisonIntoPredecessors-no-new-successors.ll4 define void @widget(i32 %arg) {
5 ; CHECK-LABEL: @widget(
H A DsimplifyUnreachable-degenerate-conditional-branch-with-matching-destinations.ll8 define void @widget() {
9 ; CHECK-LABEL: @widget(
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A DPR43857.ll9 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 Dpr33536.ll10 %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 Dsra-many-stores.ll4 %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 Dmalloc-promote-6.ll10 define internal void @widget() {
25 call void @baz(void ()* @widget)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2012-10-03-DAGCycle.ll10 %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 Dcall-after-trap.ll9 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 Dnull-check-bool-ret.m20 - (_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 Dcyclicphi.ll3 %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 Dtwo-predecessors.ll18 ; 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 Dpr31501.ll11 %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 Dirtranslator-invoke-probabilities.ll6 %struct.barney = type { %struct.widget }
7 %struct.widget = type { i32* }
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/IPConstantProp/
H A DPR43857.ll12 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 Datomic-overlapping.ll6 define void @widget(i8* %ptr) {
7 ; CHECK-LABEL: @widget(
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dzextload_demandedbits.ll28 %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 Dphi_after_error_block_outside_of_scop.ll16 declare void @widget()
31 call void @widget()

1234