Searched refs:fetch_op_flags (Results 1 – 5 of 5) sorted by relevance
55 if (n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS)) { in run_on()
416 unsigned node::fetch_op_flags() { in fetch_op_flags() function in r600_sb::node
748 no_src_swizzle |= n->is_fetch_inst() && (n->fetch_op_flags() & FF_GDS); in split_vector_inst()
827 unsigned fetch_op_flags();
119 enum fetch_op_flags enum