Home
last modified time | relevance | path

Searched refs:loop_offset (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c1258 LLVMValueRef loop_offset = LLVMBuildExtractElement(gallivm->builder, offset, loop_state.counter, ""); in emit_load_mem() local
1268 LLVMValueRef loop_index = LLVMBuildAdd(builder, loop_offset, lp_build_const_int32(gallivm, c), ""); in emit_load_mem()
1361 LLVMValueRef loop_offset = LLVMBuildExtractElement(gallivm->builder, offset, loop_state.counter, ""); in emit_store_mem() local
1373 LLVMValueRef loop_index = LLVMBuildAdd(builder, loop_offset, lp_build_const_int32(gallivm, c), ""); in emit_store_mem()
1423 LLVMValueRef loop_offset = LLVMBuildExtractElement(gallivm->builder, offset, loop_state.counter, ""); in emit_atomic_mem() local
1434 LLVMValueRef ssbo_oob_cmp = lp_build_compare(gallivm, lp_elem_type(uint_bld->type), PIPE_FUNC_LESS, loop_offset, ssbo_limit); in emit_atomic_mem()
1442 LLVMValueRef scalar_ptr = LLVMBuildGEP2(builder, atomic_bld->elem_type, mem_ptr, &loop_offset, 1, ""); in emit_atomic_mem()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc350 void BuildLoopExitsUntilLoop(int loop_offset,
3919 int loop_offset, const BytecodeLivenessState* liveness) { in BuildLoopExitsUntilLoop()
3924 loop_offset = std::max(loop_offset, currently_peeled_loop_offset_); in BuildLoopExitsUntilLoop()
3926 while (loop_offset < current_loop) { in BuildLoopExitsUntilLoop()
3918 BuildLoopExitsUntilLoop( int loop_offset, const BytecodeLivenessState* liveness) BuildLoopExitsUntilLoop() argument

Completed in 15 milliseconds