Home
last modified time | relevance | path

Searched refs:mystruct (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/FunctionSpecialization/
H A Dbug52821-use-after-free.ll4 %mystruct = type { i32, [2 x i64] }
6 define internal %mystruct* @myfunc(%mystruct* %arg) {
28 %cond = icmp eq %mystruct* %phi, null
40 %arrayidx = getelementptr inbounds %mystruct, %mystruct* %phi2, i64 0, i32 1, i64 3
44 ret %mystruct* %arg
47 define %mystruct* @caller() {
50 ; CHECK-NEXT: [[CALL:%.*]] = call %mystruct* @myfunc(%mystruct* undef)
51 ; CHECK-NEXT: ret %mystruct* [[CALL]]
54 %call = call %mystruct* @myfunc(%mystruct* undef)
55 ret %mystruct* %call
[all …]
/llvm-project-15.0.7/llvm/test/Assembler/
H A D2007-12-11-AddressSpaces.ll8 %struct.mystruct = type { i32, i32 addrspace(33)*, i32, i32 addrspace(33)* }
9 @input = weak addrspace(42) global %struct.mystruct zeroinitializer ; <%struct.mystruct addrspac…
10 @output = addrspace(66) global %struct.mystruct zeroinitializer ; <%struct.mystruct addrspace(66)…
15 …33)*, i32 addrspace(33)* addrspace(42)* getelementptr (%struct.mystruct, %struct.mystruct addrspac…
16 …tmp1, i32 addrspace(33)* addrspace(66)* getelementptr (%struct.mystruct, %struct.mystruct addrspac…
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dglobal-sra-struct.ll6 %struct.mystruct = type { i32, i64 }
9 ; static struct mystruct {
29 @static_struct = internal global %struct.mystruct zeroinitializer, align 8, !dbg !0
34 …store i32 %in, i32* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @static_struct, i3…
42 …store i64 %conv, i64* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @static_struct, …
61 …%4 = load i32, i32* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @static_struct, i3…
63 …%5 = load i64, i64* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @static_struct, i3…
89 !6 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "mystruct", file: !3, line: 1, siz…
101 !18 = !{!"mystruct", !19, i64 0, !22, i64 8}
H A Dglobal-sra-array.ll6 %struct.mystruct = type { i32, i64 }
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dglobal-sra-fp80-struct.ll6 %struct.mystruct = type { x86_fp80, i32, [12 x i8] }
10 ; static struct mystruct {
25 @static_struct = internal global %struct.mystruct zeroinitializer, align 16, !dbg !0
41 …store x86_fp80 %conv, x86_fp80* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @stati…
51 …store i32 %0, i32* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @static_struct, i32…
80 …%6 = load x86_fp80, x86_fp80* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @static_…
81 …%7 = load i32, i32* getelementptr inbounds (%struct.mystruct, %struct.mystruct* @static_struct, i3…
105 !6 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "mystruct", file: !3, line: 1, siz…
H A Dglobal-sra-fp80-array.ll6 %struct.mystruct = type { i32, i64 }
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dblockcast3.mm11 } mystruct; typedef
13 void g(int (^block)(mystruct s)) {
14 mystruct x;
20 g(^(mystruct s){
/llvm-project-15.0.7/clang/test/Analysis/
H A Darray-punned-region.c32 } mystruct; typedef
35 mystruct ff; in array_struct_bitfield_3()
36 mystruct *pff = &ff; in array_struct_bitfield_3()
/llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/
H A Dpr40709.ll8 %struct.mystruct = type { double, double, double, double, double }
11 define dso_local void @foo(%struct.mystruct* %ms) !dbg !9 {
13 …call void @llvm.dbg.declare(metadata %struct.mystruct* %ms, metadata !21, metadata !DIExpression()…
14 %0 = ptrtoint %struct.mystruct* %ms to i64, !dbg !23
38 !12 = !DIDerivedType(tag: DW_TAG_typedef, name: "mystruct", file: !1, line: 3, baseType: !13)
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/variable_out_of_scope/
H A Dmain.c5 } mystruct; typedef
9 mystruct c; in main()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp4 struct mystruct { struct
10 mystruct s[1]; in foo() argument
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dmemcpy-no-inline.ll3 %struct.mystruct = type { [31 x i8] }
8 @myglobal = common global %struct.mystruct zeroinitializer, align 1
/llvm-project-15.0.7/llvm/test/Transforms/EarlyCSE/
H A Dconst-speculation.ll4 %mystruct = type { i32 }
7 @var = external global %mystruct
/llvm-project-15.0.7/clang/test/Sema/
H A Dexprs.c115 struct mystruct {int A; }; argument
116 void test11(struct mystruct P, float F) { in test11()
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dptr-annotate.ll5 %struct.mystruct = type { i32 }
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davx512-masked-memop-64-32.ll114 %mystruct = type { i16, i16, [1 x ptr] }