Searched refs:return_index (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_internal.h | 237 struct ac_arg param, unsigned return_index); 239 struct ac_arg param, unsigned return_index); 241 struct ac_arg param, unsigned return_index);
|
D | si_shader_llvm.c | 231 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()
|
D | gfx10_shader_ngg.c | 640 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/ |
D | side_effect_analysis.cc | 84 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/ |
D | builtins-collections-gen.cc | 1426 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/ |
D | deoptimizer.cc | 1135 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()
|