Searched refs:is_read (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sys/dev/drm/i915/ |
| HD | intel_sideband.c | 46 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/ |
| HD | tree-data-ref.h | 186 bool is_read; member 208 #define DR_IS_READ(DR) (DR)->is_read 383 bool is_read; member
|
| HD | tree-data-ref.c | 1007 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()
|
| HD | tree-predcom.c | 1637 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/ |
| HD | usb_dev.h | 80 uint8_t is_read; /* location has read access */ member
|
| HD | usb_dev.c | 266 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/ |
| HD | tree-data-ref.h | 160 bool is_read; member 184 #define DR_IS_READ(DR) (DR)->is_read
|
| HD | tree-data-ref.c | 1190 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 …]
|
| HD | tree-predcom.c | 1986 bool is_read = DR_IS_READ (a->ref); in execute_load_motion() local 2002 !is_read, !is_read); in execute_load_motion()
|