Home
last modified time | relevance | path

Searched refs:is_read (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/i915/
HDintel_sideband.c46 bool is_read = (opcode == SB_MRD_NP || opcode == SB_CRRDDA_NP); in vlv_sideband_rw() local
58 is_read ? "read" : "write"); in vlv_sideband_rw()
63 I915_WRITE(VLV_IOSF_DATA, is_read ? 0 : *val); in vlv_sideband_rw()
70 is_read ? "read" : "write"); in vlv_sideband_rw()
74 if (is_read) in vlv_sideband_rw()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-data-ref.h186 bool is_read; member
208 #define DR_IS_READ(DR) (DR)->is_read
383 bool is_read; member
HDtree-data-ref.c1007 bool is_read) in create_data_ref() argument
1021 DR_IS_READ (dr) = is_read; in create_data_ref()
4356 ref->is_read = true; in get_references_in_stmt()
4374 ref->is_read = true; in get_references_in_stmt()
4387 ref->is_read = false; in get_references_in_stmt()
4415 *ref->pos, stmt, ref->is_read); in find_data_references_in_stmt()
4447 dr = create_data_ref (nest, loop, *ref->pos, stmt, ref->is_read); in graphite_find_data_references_in_stmt()
5098 if (!ref->is_read) in create_rdg_vertices()
5451 if (!ref->is_read) in ref_base_address_1()
HDtree-predcom.c1637 bool is_read = DR_IS_READ (a->ref); in execute_load_motion() local
1654 !is_read, !is_read); in execute_load_motion()
/dragonfly/sys/bus/u4b/
HDusb_dev.h80 uint8_t is_read; /* location has read access */ member
HDusb_dev.c266 crd->is_read = 1; /* ref */ in usb_ref_device()
283 if (crd->is_read) { in usb_ref_device()
354 if (crd->is_read) { in usb_unref_device()
358 crd->is_read = 0; in usb_unref_device()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-data-ref.h160 bool is_read; member
184 #define DR_IS_READ(DR) (DR)->is_read
HDtree-data-ref.c1190 bool is_read, bool is_conditional_in_stmt) in create_data_ref() argument
1204 DR_IS_READ (dr) = is_read; in create_data_ref()
4910 bool is_read; member
4981 ref.is_read = true; in get_references_in_stmt()
4992 ref.is_read = false; in get_references_in_stmt()
4999 ref.is_read = true; in get_references_in_stmt()
5004 if (ref.is_read) in get_references_in_stmt()
5029 ref.is_read = true; in get_references_in_stmt()
5043 ref.is_read = false; in get_references_in_stmt()
5100 stmt, ref->is_read, ref->is_conditional_in_stmt); in find_data_references_in_stmt()
[all …]
HDtree-predcom.c1986 bool is_read = DR_IS_READ (a->ref); in execute_load_motion() local
2002 !is_read, !is_read); in execute_load_motion()