Searched refs:is_vec (Results 1 – 6 of 6) sorted by relevance
43 static bool const is_vec = false; member54 static bool const is_vec = true; member66 static bool const is_vec = true; member78 static bool const is_vec = true; member90 static bool const is_vec = true; member102 static bool const is_vec = false; member116 static bool const is_vec = false; member130 static bool const is_vec = false; member144 static bool const is_vec = false; member158 static bool const is_vec = false; member[all …]
53 static bool is_vec(nir_alu_instr *instr) in is_vec() function78 } else if (is_vec(instr)) { in is_swizzleless_move()138 if (!is_move(alu_instr) && !is_vec(alu_instr)) in copy_prop_alu_src()
102 bool is_vec = dest != NULL; in update_swiz_mask() local109 if (is_vec && alu->src[i].src.ssa != &dest->ssa) in update_swiz_mask()112 unsigned src_swiz = is_vec ? alu->src[i].swizzle[0] : alu->src[0].swizzle[i]; in update_swiz_mask()
178 if (d_tn->is_vec) { in __kmp_common_destroy()249 if (d_tn->is_vec) { in __kmp_common_destroy_gtid()357 if (d_tn->is_vec) { in kmp_threadprivate_insert()464 if (d_tn->is_vec) { in kmp_threadprivate_insert()770 d_tn->is_vec = TRUE; in __kmpc_threadprivate_register_vec()
1589 int is_vec; member
178 bool is_vec() in is_vec() function1115 if (!op.isTemp() || !ctx.info[op.tempId()].is_vec()) { in label_instruction()1166 } else if (!info.is_vec()) { in label_instruction()1202 } else if (!info.is_vec()) { in label_instruction()1236 if (instr->operands[0].isTemp() && ctx.info[instr->operands[0].tempId()].is_vec() && in label_instruction()2982 if (num_used == 1 && ctx.info[instr->operands[0].tempId()].is_vec() && in select_instruction()