Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Damdpal-callable.ll11 define amdgpu_gfx float @no_stack(float %arg0) #0 {
140 ; GCN-NEXT: no_stack:
/external/pcre/dist2/src/
Dpcre2_jit_compile.c218 no_stack = -2 enumerator
2112 return stack_restore ? no_frame : no_stack; in get_framesize()
2116 return stack_restore ? no_frame : no_stack; in get_framesize()
9415 if (get_framesize(common, common->start + start, NULL, TRUE, &needs_control_head) == no_stack) in compile_recurse_matchingpath()
9872 SLJIT_ASSERT(framesize != no_stack); in compile_assert_matchingpath()