Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc1006 Label return_index(this), return_zero(this); in TF_BUILTIN() local
1025 GotoIfNot(IntPtrLessThan(i, number_of_deleted_elements), &return_index); in TF_BUILTIN()
1029 GotoIf(SmiGreaterThanOrEqual(removed_index, index), &return_index); in TF_BUILTIN()
1035 BIND(&return_index); in TF_BUILTIN()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3256 unsigned param, unsigned return_index) in si_insert_input_ret() argument
3260 return_index, ""); in si_insert_input_ret()
3265 unsigned param, unsigned return_index) in si_insert_input_ret_float() argument
3272 return_index, ""); in si_insert_input_ret_float()
3277 unsigned param, unsigned return_index) in si_insert_input_ptr_as_2xi32() argument
3287 ret = LLVMBuildInsertValue(builder, ret, lo, return_index, ""); in si_insert_input_ptr_as_2xi32()
3288 return LLVMBuildInsertValue(builder, ret, hi, return_index + 1, ""); in si_insert_input_ptr_as_2xi32()