Home
last modified time | relevance | path

Searched refs:return_index (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h237 struct ac_arg param, unsigned return_index);
239 struct ac_arg param, unsigned return_index);
241 struct ac_arg param, unsigned return_index);
Dsi_shader_llvm.c231 struct ac_arg param, unsigned return_index) in si_insert_input_ret() argument
233 return LLVMBuildInsertValue(ctx->ac.builder, ret, ac_get_arg(&ctx->ac, param), return_index, ""); in si_insert_input_ret()
237 struct ac_arg param, unsigned return_index) in si_insert_input_ret_float() argument
242 return LLVMBuildInsertValue(builder, ret, ac_to_float(&ctx->ac, p), return_index, ""); in si_insert_input_ret_float()
246 struct ac_arg param, unsigned return_index) in si_insert_input_ptr() argument
251 return LLVMBuildInsertValue(builder, ret, ptr, return_index, ""); in si_insert_input_ptr()
Dgfx10_shader_ngg.c640 struct ac_arg param, unsigned return_index) in si_insert_input_v4i32() argument
646 return_index + i, ""); in si_insert_input_v4i32()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dside_effect_analysis.cc84 int64_t FindPassthroughArgumentForReturnValue(int64_t return_index, in FindPassthroughArgumentForReturnValue() argument
87 func_op.getBody().front().getTerminator()->getOperand(return_index); in FindPassthroughArgumentForReturnValue()
/external/v8/src/builtins/
Dbuiltins-collections-gen.cc1426 Label return_index(this), return_zero(this); in TF_BUILTIN() local
1449 GotoIfNot(IntPtrLessThan(i, number_of_deleted_elements), &return_index); in TF_BUILTIN()
1454 GotoIf(SmiGreaterThanOrEqual(removed_index, index), &return_index); in TF_BUILTIN()
1460 BIND(&return_index); in TF_BUILTIN()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc1135 const int return_index = i - return_value_first_reg; in DoComputeInterpretedFrame() local
1136 if (return_index == 0) { in DoComputeInterpretedFrame()
1145 CHECK_EQ(return_index, 1); in DoComputeInterpretedFrame()