Home
last modified time | relevance | path

Searched refs:dest_val (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h520 int dest_val = 0; in expected_value_for_futex() local
521 std::memcpy(reinterpret_cast<char*>(&dest_val) + 1, &b, 1); in expected_value_for_futex()
522 return dest_val; in expected_value_for_futex()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c463 struct vtn_value *dest_val = vtn_untyped_value(b, w[2]); in vtn_handle_alu() local
466 vtn_foreach_decoration(b, dest_val, handle_no_contraction, NULL); in vtn_handle_alu()
678 vtn_foreach_decoration(b, dest_val, handle_conversion_opts, &opts); in vtn_handle_alu()
807 vtn_foreach_decoration(b, dest_val, handle_no_wrap, alu); in vtn_handle_alu()
Dvtn_variables.c2304 struct vtn_value *dest_val = vtn_value(b, w[1], vtn_value_type_pointer); in vtn_handle_variables() local
2306 struct vtn_pointer *dest = dest_val->pointer; in vtn_handle_variables()
2309 vtn_assert_types_equal(b, opcode, dest_val->type->deref, in vtn_handle_variables()
2336 struct vtn_value *dest_val = vtn_value(b, w[1], vtn_value_type_pointer); in vtn_handle_variables() local
2339 struct vtn_pointer *dest = dest_val->pointer; in vtn_handle_variables()
2388 struct vtn_value *dest_val = vtn_value(b, w[1], vtn_value_type_pointer); in vtn_handle_variables() local
2389 struct vtn_pointer *dest = dest_val->pointer; in vtn_handle_variables()
2415 vtn_assert_types_equal(b, opcode, dest_val->type->deref, src_val->type); in vtn_handle_variables()