Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 2986) sorted by relevance

12345678910>>...120

/llvm-project-15.0.7/libcxx/include/
H A Dstack20 class stack
36 stack(const stack& q) = default;
37 stack(stack&& q) = default;
39 stack& operator=(const stack& q) = default;
40 stack& operator=(stack&& q) = default;
152 stack()
157 stack(const stack& __q) : c(__q.c) {}
165 stack(stack&& __q)
170 stack& operator=(stack&& __q)
193 stack(const stack& __s, const _Alloc& __a,
[all …]
/llvm-project-15.0.7/lldb/source/Expression/
H A DDWARFExpression.cpp1271 stack.push_back(stack.back()); in Evaluate()
1283 stack.pop_back(); in Evaluate()
1297 stack.push_back(stack[stack.size() - 2]); in Evaluate()
1307 stack.push_back(stack[stack.size() - 1 - pick_idx]); in Evaluate()
1329 stack.back() = stack[stack.size() - 2]; in Evaluate()
1330 stack[stack.size() - 2] = tmp; in Evaluate()
1349 stack[last_idx] = stack[last_idx - 1]; in Evaluate()
1350 stack[last_idx - 1] = stack[last_idx - 2]; in Evaluate()
1411 stack.back() = in Evaluate()
2548 if (stack.empty()) { in Evaluate()
[all …]
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
H A Ddeduct.pass.cpp42 std::stack stk(v); in main()
68 std::stack<A> source; in main()
69 std::stack stk(source); // stack(stack &) in main()
85 std::stack stk(cont, Alloc(2)); in main()
97 std::stack stk(std::move(cont), Alloc(2)); in main()
117 std::stack<T, Cont> source; in main()
118 std::stack stk(source, Alloc(2)); in main()
123 std::stack<T, Cont> source; in main()
129 std::stack<T, Cont> source; in main()
135 std::stack<T, Cont> source; in main()
[all …]
H A Dctor_iterators.pass.cpp22 static_assert(!std::is_constructible_v<std::stack<int>, int*, int*, int>);
33 std::stack<int> stack(a, a + 4); in main() local
34 assert(stack.top() == 1); in main()
35 stack.pop(); in main()
36 assert(stack.top() == 2); in main()
37 stack.pop(); in main()
38 assert(stack.top() == 3); in main()
39 stack.pop(); in main()
40 assert(stack.top() == 4); in main()
41 stack.pop(); in main()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Daccvgpr-spill-scc-clobber.mir10 stack:
1006 …$agpr0 = SI_SPILL_A32_RESTORE %stack.1, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.1, a…
1019 stack:
2021 …$agpr0_agpr1 = SI_SPILL_A64_RESTORE %stack.1, $sgpr32, 0, implicit $exec :: (load (s64) from %stac…
2034 stack:
3055 stack:
4051 …SI_SPILL_A32_SAVE $agpr0, %stack.1, $sgpr32, 0, implicit $exec :: (store (s32) into %stack.1, alig…
4064 stack:
5065 …SI_SPILL_A64_SAVE $agpr0_agpr1, %stack.1, $sgpr32, 0, implicit $exec :: (store (s64) into %stack.1…
5077 stack:
[all …]
H A Dsgpr-spill-wrong-stack-id.mir28 # SHARE: stack:
39 # SHARE: SI_SPILL_S32_SAVE $sgpr32, %stack.2, implicit $exec, implicit $sgpr32 :: (store (s32) into…
40 # SHARE: SI_SPILL_V32_SAVE killed $vgpr0, %stack.0, $sgpr32, 0, implicit $exec :: (store (s32) into…
44 # SHARE: $sgpr32 = SI_SPILL_S32_RESTORE %stack.2, implicit $exec, implicit $sgpr32 :: (load (s32) f…
45 # SHARE: $vgpr0 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %st…
48 # SHARE: $sgpr32 = SI_SPILL_S32_RESTORE %stack.2, implicit $exec, implicit $sgpr32 :: (load (s32) …
50 # NOSHARE: stack:
64 # NOSHARE: SI_SPILL_S32_SAVE $sgpr32, %stack.2, implicit $exec, implicit $sgpr32 :: (store (s32) in…
65 # NOSHARE: SI_SPILL_V32_SAVE killed $vgpr0, %stack.0, $sgpr32, 0, implicit $exec :: (store (s32) in…
70 # NOSHARE: SI_SPILL_S32_SAVE $sgpr32, %stack.3, implicit $exec, implicit $sgpr32 :: (store (s32) in…
[all …]
H A Dnsa-reassign.mir17 stack:
30 …%0 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
31 …%1 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
32 …%2 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
33 …%3 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
34 …%4 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
35 …%5 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
36 …%6 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
48 stack:
61 …%0 = SI_SPILL_V32_RESTORE %stack.0, $sgpr32, 0, implicit $exec :: (load (s32) from %stack.0, align…
[all …]
H A Dflat-scratch-fold-fi.mir6 stack:
13 %0:vgpr_32 = V_MOV_B32_e32 %stack.0, implicit $exec
21 stack:
28 %0:sgpr_32 = S_MOV_B32 %stack.0
36 stack:
42 …: SCRATCH_STORE_DWORD_SADDR [[DEF]], %stack.0, 4, 0, implicit $exec, implicit $flat_scr :: (store …
44 %0:vgpr_32 = V_MOV_B32_e32 %stack.0, implicit $exec
53 stack:
62 %0:vgpr_32 = V_MOV_B32_e32 %stack.0, implicit $exec
71 stack:
[all …]
H A Dvgpr-spill.mir7 stack:
22 …SI_SPILL_V32_SAVE $vgpr0, %stack.0, $sgpr32, 0, implicit $exec :: (store (s32) into %stack.0, addr…
29 stack:
43 …SI_SPILL_V32_SAVE killed $vgpr0, %stack.0, $sgpr32, 0, implicit $exec :: (store (s32) into %stack.…
49 stack:
65 …SI_SPILL_V64_SAVE $vgpr0_vgpr1, %stack.0, $sgpr32, 0, implicit $exec :: (store (s64) into %stack.0…
72 stack:
87 …SI_SPILL_V64_SAVE killed $vgpr0_vgpr1, %stack.0, $sgpr32, 0, implicit $exec :: (store (s64) into %
95 stack:
116 stack:
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr30821.mir47 stack:
124 …; CHECK: MOVAPSmr %stack.3, 1, $noreg, 0, $noreg, killed renamable $xmm{{[0-9]+}} :: (store (s128)…
125 …CHECK-NEXT:renamable $xmm{{[0-9]+}} = MOVAPSrm %stack.3, 1, $noreg, 0, $noreg :: (load (s128) from…
137 …; CHECK: MOVAPSmr %stack.3, 1, $noreg, 0, $noreg, killed renamable $xmm{{[0-9]+}} :: (store (s128)…
138 …CHECK-NEXT:renamable $xmm{{[0-9]+}} = MOVAPSrm %stack.3, 1, $noreg, 0, $noreg :: (load (s128) from…
150 …; CHECK: MOVAPSmr %stack.3, 1, $noreg, 0, $noreg, killed renamable $xmm{{[0-9]+}} :: (store (s128)…
151 …CHECK-NEXT:renamable $xmm{{[0-9]+}} = MOVAPSrm %stack.3, 1, $noreg, 0, $noreg :: (load (s128) from…
163 …; CHECK: MOVAPSmr %stack.3, 1, $noreg, 0, $noreg, killed renamable $xmm{{[0-9]+}} :: (store (s128)…
164 …CHECK-NEXT:renamable $xmm{{[0-9]+}} = MOVAPSrm %stack.3, 1, $noreg, 0, $noreg :: (load (s128) from…
176 …; CHECK: MOVAPSmr %stack.3, 1, $noreg, 0, $noreg, killed renamable $xmm{{[0-9]+}} :: (store (s128)…
[all …]
H A Dstatepoint-ra.ll85 ;CHECK: MOV64mr %stack.0, 1, $noreg, 0, $noreg, %3 :: (store (s64) into %stack.0)
91 ;CHECK: MOVSDmr %stack.1, 1, $noreg, 0, $noreg, %41 :: (store (s64) into %stack.1)
92 ;CHECK: MOVSDmr %stack.2, 1, $noreg, 0, $noreg, %45 :: (store (s64) into %stack.2)
93 ;CHECK: MOVSDmr %stack.5, 1, $noreg, 0, $noreg, %58 :: (store (s64) into %stack.5)
94 ;CHECK: MOVSDmr %stack.6, 1, $noreg, 0, $noreg, %62 :: (store (s64) into %stack.6)
99 ;CHECK: MOVSDmr %stack.3, 1, $noreg, 0, $noreg, %54 :: (store (s64) into %stack.3)
100 ;CHECK: MOVSDmr %stack.4, 1, $noreg, 0, $noreg, %54 :: (store (s64) into %stack.4)
101 ;CHECK: MOVSDmr %stack.7, 1, $noreg, 0, $noreg, %54 :: (store (s64) into %stack.7)
116 ;CHECK: MOVSDmr %stack.3, 1, $noreg, 0, $noreg, %49 :: (store (s64) into %stack.3)
117 ;CHECK: MOVSDmr %stack.4, 1, $noreg, 0, $noreg, %53 :: (store (s64) into %stack.4)
[all …]
H A Dstatepoint-invoke-ra.mir21 # CHECK: MOV32mr %stack.1, 1, $noreg, 0, $noreg, %7 :: (store (s32) into %stack.1)
22 # CHECK: MOV32mr %stack.9, 1, $noreg, 0, $noreg, %45 :: (store (s32) into %stack.9)
60stack.0, 0, 1, 4, %stack.1, 0, 1, 4, %stack.2, 0, 1, 4, %stack.3, 0, %37, 1, 4, %stack.4, 0, 2, 1,…
192 stack:
233 MOV32mr %stack.1, 1, $noreg, 0, $noreg, %7 :: (store (s32) into %stack.1)
234 MOV32mr %stack.0, 1, $noreg, 0, $noreg, %5 :: (store (s32) into %stack.0)
235 MOV32mr %stack.2, 1, $noreg, 0, $noreg, %3 :: (store (s32) into %stack.2)
236 MOV32mr %stack.3, 1, $noreg, 0, $noreg, %1 :: (store (s32) into %stack.3)
237 MOV32mr %stack.4, 1, $noreg, 0, $noreg, %2 :: (store (s32) into %stack.4)
238 MOV32mr %stack.5, 1, $noreg, 0, $noreg, %4 :: (store (s32) into %stack.5)
[all …]
H A Dstatepoint-vreg-unlimited-tied-opnds.ll22 ; CHECK-VREG: %7:gr64 = MOV64rm %fixed-stack.10, 1, $noreg, 0, $noreg :: (load (s64) from %fixe…
24 ; CHECK-VREG: %9:gr64 = MOV64rm %fixed-stack.8, 1, $noreg, 0, $noreg :: (load (s64) from %fixed…
26 ; CHECK-VREG: %11:gr64 = MOV64rm %fixed-stack.6, 1, $noreg, 0, $noreg :: (load (s64) from %fixe…
28 ; CHECK-VREG: %13:gr64 = MOV64rm %fixed-stack.4, 1, $noreg, 0, $noreg :: (load (s64) from %fixe…
30 ; CHECK-VREG: %15:gr64 = MOV64rm %fixed-stack.2, 1, $noreg, 0, $noreg :: (load (s64) from %fixe…
54 ; CHECK-PREG: MOV64mr %stack.2, 1, $noreg, 0, $noreg, $r9 :: (store (s64) into %stack.2)
55 ; CHECK-PREG: MOV64mr %stack.6, 1, $noreg, 0, $noreg, $r8 :: (store (s64) into %stack.6)
56 ; CHECK-PREG: MOV64mr %stack.9, 1, $noreg, 0, $noreg, $rcx :: (store (s64) into %stack.9)
57 ; CHECK-PREG: MOV64mr %stack.10, 1, $noreg, 0, $noreg, $rdx :: (store (s64) into %stack.10)
58 ; CHECK-PREG: MOV64mr %stack.11, 1, $noreg, 0, $noreg, $rsi :: (store (s64) into %stack.11)
[all …]
H A Dfp-intrinsics-flags.ll6 …OVSX32rm8_:%[0-9]+]]:gr32 = MOVSX32rm8 %fixed-stack.0, 1, $noreg, 0, $noreg :: (load (s8) from %fi…
8 ; CHECK: MOVSDmr %stack.0, 1, $noreg, 0, $noreg, killed [[CVTSI2SDrr]] :: (store (s64) into %stack.…
20 ; CHECK: MOVSDmr %stack.0, 1, $noreg, 0, $noreg, killed [[CVTSI2SDrr]] :: (store (s64) into %stack.…
37 ; CHECK: MOVSDmr %stack.0, 1, $noreg, 0, $noreg, killed [[SUBSDrr]] :: (store (s64) into %stack.0)
40 ; CHECK: FNSTCW16m %stack.1, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit $fpcw :: (store (s1…
41 …K: [[MOVZX32rm16_:%[0-9]+]]:gr32 = MOVZX32rm16 %stack.1, 1, $noreg, 0, $noreg :: (load (s16) from …
44 ; CHECK: MOV16mr %stack.2, 1, $noreg, 0, $noreg, killed [[COPY3]] :: (store (s16) into %stack.2)
45 ; CHECK: FLDCW16m %stack.2, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit-def $fpcw :: (load (…
47 ; CHECK: FLDCW16m %stack.1, 1, $noreg, 0, $noreg, implicit-def $fpsw, implicit-def $fpcw :: (load (…
51 ; CHECK: [[MOV32rm:%[0-9]+]]:gr32 = MOV32rm %stack.0, 1, $noreg, 0, $noreg :: (load (s32) from %sta…
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp26 stack(stack_) { in ScopedAllocatorErrorReport()
31 stack->Print(); in ~ScopedAllocatorErrorReport()
33 ReportErrorSummary(error_summary, stack); in ~ScopedAllocatorErrorReport()
39 const StackTrace* const stack; member in __sanitizer::ScopedAllocatorErrorReport
44 const StackTrace *stack) { in ReportCallocOverflow() argument
46 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow()
55 const StackTrace *stack) { in ReportReallocArrayOverflow() argument
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow()
108 stack); in ReportInvalidPosixMemalignAlignment()
130 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dunwind-preserved-from-mir.mir92 … $fp, $lr = frame-destroy LDPXi $sp, 36 :: (load (s64) from %stack.3), (load (s64) from %stack.2)
93 … $q9, $q8 = frame-destroy LDPQi $sp, 16 :: (load (s128) from %stack.5), (load (s128) from %stack.4)
94 …q11, $q10 = frame-destroy LDPQi $sp, 14 :: (load (s128) from %stack.7), (load (s128) from %stack.6)
95 …q13, $q12 = frame-destroy LDPQi $sp, 12 :: (load (s128) from %stack.9), (load (s128) from %stack.8)
97 …17, $q16 = frame-destroy LDPQi $sp, 8 :: (load (s128) from %stack.13), (load (s128) from %stack.12)
98 …19, $q18 = frame-destroy LDPQi $sp, 6 :: (load (s128) from %stack.15), (load (s128) from %stack.14)
99 …21, $q20 = frame-destroy LDPQi $sp, 4 :: (load (s128) from %stack.17), (load (s128) from %stack.16)
107 … $fp, $lr = frame-destroy LDPXi $sp, 36 :: (load (s64) from %stack.3), (load (s64) from %stack.2)
108 … $q9, $q8 = frame-destroy LDPQi $sp, 16 :: (load (s128) from %stack.5), (load (s128) from %stack.4)
109 …q11, $q10 = frame-destroy LDPQi $sp, 14 :: (load (s128) from %stack.7), (load (s128) from %stack.6)
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-cc-byval-split.ll34 ; CHECK32: stack: []
40 ; CHECK32-DAG: STW killed renamable $r3, 0, %fixed-stack.0 :: (store (s32) into %fixed-stack.0
41 ; CHECK32-DAG: STW killed renamable $r4, 4, %fixed-stack.0 :: (store (s32) into %fixed-stack.0 + 4
43 ; CHECK32-DAG: STW killed renamable $r5, 8, %fixed-stack.0 :: (store (s32) into %fixed-stack.0 + 8
66 ; CHECK64: stack: []
72 ; CHECK64: STD killed renamable $x3, 0, %fixed-stack.0 :: (store (s64) into %fixed-stack.0
73 ; CHECK64: STD killed renamable $x4, 8, %fixed-stack.0 :: (store (s64) into %fixed-stack.0 + 8
74 ; CHECK64: STD renamable $x5, 16, %fixed-stack.0 :: (store (s64) into %fixed-stack.0 + 16
75 ; CHECK64: STD killed renamable $x6, 24, %fixed-stack.0 :: (store (s64) into %fixed-stack.0 + 24
76 ; CHECK64: STD killed renamable $x7, 32, %fixed-stack.0 :: (store (s64) into %fixed-stack.0 + 32
[all …]
H A Dstack-coloring-vararg.mir3 ## Test %stack.1 is merged into %stack.0 and there is no MemoryMemOperand
8 # CHECK: {{^}}stack:
12 # CHECK-NOT: %stack.1
107 stack:
132 STW %0, 0, %stack.2 :: (store (s32) into %stack.2, align 8)
133 STW %1, 4, %stack.2 :: (store (s32) into %stack.2 + 4)
134 STW %2, 8, %stack.2 :: (store (s32) into %stack.2 + 8, align 8)
136 STW %4, 16, %stack.2 :: (store (s32) into %stack.2 + 16, align 8)
138 STW %6, 24, %stack.2 :: (store (s32) into %stack.2 + 24, align 8)
155 STW killed %17, 8, %stack.1.ap2.i.i :: (store (s32) into %stack.1.ap2.i.i + 8, basealign 8)
[all …]
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp166 ReportRssLimitExceeded(stack); in MsanAllocate()
182 ReportOutOfMemory(size, stack); in MsanAllocate()
192 stack->tag = StackTrace::TAG_ALLOC; in MsanAllocate()
215 stack->tag = StackTrace::TAG_DEALLOC; in MsanDeallocate()
241 stack->tag = StackTrace::TAG_ALLOC; in MsanReallocate()
251 MsanDeallocate(stack, old_p); in MsanReallocate()
260 ReportCallocOverflow(nmemb, size, stack); in MsanCalloc()
285 MsanDeallocate(stack, ptr); in msan_realloc()
298 return msan_realloc(ptr, nmemb * size, stack); in msan_reallocarray()
311 ReportPvallocOverflow(size, stack); in msan_pvalloc()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/AMX/
H A Damx-greedy-ra-spill-shape.ll12 ; CHECK-NEXT: MOV64mr %stack.1, 1, $noreg, 0, $noreg, $rcx :: (store (s64) into %stack.1)
17 ; CHECK-NEXT: MOV8mi %stack.0, 1, $noreg, 0, $noreg, 1 :: (store (s512) into %stack.0, align 4)
43 ; CHECK-NEXT: MOV32mr %stack.2, 1, $noreg, 0, $noreg, [[SHR32ri]] :: (store (s32) into %stack.2)
51 ; CHECK-NEXT: MOV64mr %stack.3, 1, $noreg, 0, $noreg, %102 :: (store (s64) into %stack.3)
56 …; CHECK-NEXT: MOV64mr %stack.4, 1, $noreg, 0, $noreg, [[MOVSX64rr32_1]] :: (store (s64) into %st…
70 ; CHECK-NEXT: MOV64mr %stack.9, 1, $noreg, 0, $noreg, [[LEA64r]] :: (store (s64) into %stack.9)
75 …; CHECK-NEXT: MOV64mr %stack.10, 1, $noreg, 0, $noreg, [[SHL64ri]] :: (store (s64) into %stack.1…
77 …; CHECK-NEXT: MOV64mr %stack.5, 1, $noreg, 0, $noreg, [[MOVSX64rm32_]] :: (store (s64) into %sta…
80 …; CHECK-NEXT: MOV64mr %stack.13, 1, $noreg, 0, $noreg, [[LEA64r1]] :: (store (s64) into %stack.1…
97 …; CHECK-NEXT: MOV64mr %stack.12, 1, $noreg, 0, $noreg, [[ADD64rm1]] :: (store (s64) into %stack.…
[all …]
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp65 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
94 ReportRssLimitExceeded(&stack); in Allocate()
101 ReportOutOfMemory(size, &stack); in Allocate()
106 RegisterAllocation(stack, p, size); in Allocate()
115 ReportCallocOverflow(nmemb, size, &stack); in Calloc()
118 return Allocate(stack, size, 1, true); in Calloc()
130 ReportAllocationSizeTooBig(new_size, stack); in Reallocate()
137 RegisterAllocation(stack, new_p, new_size); in Reallocate()
139 RegisterAllocation(stack, p, new_size); in Reallocate()
212 return lsan_realloc(ptr, nmemb * size, stack); in lsan_reallocarray()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/msa/
H A Demergency-spill.mir103 stack:
145 $at_64 = LEA_ADDiu64 %stack.8, 0
149 $a0_64 = LEA_ADDiu64 %stack.4.b.addr, 0
179 SD $at_64, %stack.7.d, 0 :: (store (s64) into %ir.d)
180 SD $v0_64, %stack.7.d, 0 :: (store (s64) into %ir.d)
181 SD $v1_64, %stack.7.d, 0 :: (store (s64) into %ir.d)
182 SD $a0_64, %stack.7.d, 0 :: (store (s64) into %ir.d)
183 SD $a1_64, %stack.7.d, 0 :: (store (s64) into %ir.d)
184 SD $a2_64, %stack.7.d, 0 :: (store (s64) into %ir.d)
185 SD $a3_64, %stack.7.d, 0 :: (store (s64) into %ir.d)
[all …]
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp138 ReportRssLimitExceeded(stack); in HwasanAllocate()
156 ReportOutOfMemory(size, stack); in HwasanAllocate()
161 meta->alloc_context_id = StackDepotPut(*stack); in HwasanAllocate()
248 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
326 HwasanDeallocate(stack, tagged_ptr_old); in HwasanReallocate()
335 ReportCallocOverflow(nmemb, size, stack); in HwasanCalloc()
378 HwasanDeallocate(stack, ptr); in hwasan_realloc()
405 ReportPvallocOverflow(size, stack); in hwasan_pvalloc()
433 StackTrace *stack) { in hwasan_posix_memalign() argument
448 void hwasan_free(void *ptr, StackTrace *stack) { in hwasan_free() argument
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/rvv/
H A Dstack-coloring-scalablevec.mir1 # RUN: llc -mtriple riscv64 -mattr=+m,+v -run-pass=stack-coloring \
4 # Test that a scalable slot (%stack.1) is not merged into a non-scalable one
5 # (%stack.0)
7 # CHECK: {{^}}stack:
23 stack:
30 LIFETIME_START %stack.0
31 PseudoVSPILL_M1 killed renamable $v8, %stack.0 :: (store 16 into %stack.0, align 16)
33 LIFETIME_END %stack.0
34 LIFETIME_START %stack.1
35 … PseudoVSPILL_M2 killed renamable $v10m2, %stack.1 :: (store unknown-size into %stack.1, align 16)
[all …]
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp58 context += stack; in AtomicContextStore()
65 stack = context; in AtomicContextLoad()
483 CHECK(stack); in Allocate()
881 u32 stack = 0; in AllocTid() local
890 u32 stack = 0; in FreeTid() local
901 u32 stack = 0; in GetAllocStackId() local
903 return stack; in GetAllocStackId()
910 u32 stack = 0; in GetFreeStackId() local
912 return stack; in GetFreeStackId()
1132 u32 stack = 0; in stack_trace_id() local
[all …]

12345678910>>...120