Home
last modified time | relevance | path

Searched refs:new_stack (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-big-endian-varargs.ll48 %new_stack = getelementptr i8, i8* %stack, i64 8
49 store i8* %new_stack, i8** %stack_p, align 8
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp2126 kmp_uint8 *old_stack, *new_stack; in __kmp_fork_call() local
2128 new_stack = (kmp_uint8 *)__kmp_allocate(new_size); in __kmp_fork_call()
2130 new_stack[i] = master_th->th.th_task_state_memo_stack[i]; in __kmp_fork_call()
2134 new_stack[i] = 0; in __kmp_fork_call()
2137 master_th->th.th_task_state_memo_stack = new_stack; in __kmp_fork_call()