Searched refs:force_alignment (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | fpo-realign-vframe.ll | 22 ; double __declspec(align(8)) force_alignment = 0.42; 23 ; bar(&a, &b, &force_alignment); 24 ; x += (int)force_alignment; 42 ; double __declspec(align(8)) force_alignment = 0.42; 43 ; usevals(&a, &x, &force_alignment); 61 ; 'x' should be EBP-relative, 'a' and 'force_alignment' ESP relative. 133 ; ESP is VFRAME - 16, ESP offset of 'force_alignment' is 8, so -8. 139 ; OBJ: VarName: force_alignment 160 %force_alignment = alloca double, align 8 168 %1 = bitcast double* %force_alignment to i8*, !dbg !23 [all …]
|
| H A D | vframe-csr.ll | 24 ; 'x' should be EBP-relative, 'a' and 'force_alignment' ESP relative. 85 ; ESP is VFRAME - 16, ESP offset of 'force_alignment' is 8, so -8. 91 ; OBJ: VarName: force_alignment 111 %force_alignment = alloca double, align 8 117 %1 = bitcast double* %force_alignment to i8*, !dbg !23 119 …call void @llvm.dbg.declare(metadata double* %force_alignment, metadata !15, metadata !DIExpressio… 120 store double 4.200000e-01, double* %force_alignment, align 8, !dbg !23, !tbaa !24 121 …call void @usevals(i32* nonnull %a, i32* nonnull %a, double* nonnull %force_alignment) #4, !dbg !26 166 !15 = !DILocalVariable(name: "force_alignment", scope: !8, file: !1, line: 5, type: !16, align: 64)
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/ |
| H A D | realigned-frame.cpp | 16 double __declspec(align(32)) force_alignment = 0.42; in foo() local 17 bar(&a, &b, &force_alignment); // DexLabel('in_foo') in foo() 18 x += (int)force_alignment; in foo()
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | invariant_load_hoist_alignment.ll | 11 define void @force_alignment() nounwind { 12 ;CHECK: @force_alignment
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | cv-fpo-realign.s | 12 # double __declspec(align(8)) force_alignment = 0.42; 13 # usevals(a, b, &force_alignment);
|