Lines Matching refs:vec_op
1280 for (const Operand& vec_op : vec->operands) in label_instruction() local
1281 ops.emplace_back(vec_op); in label_instruction()
1336 Operand vec_op = vec->operands[vec_index]; in label_instruction() local
1337 if (vec_op.isConstant()) { in label_instruction()
1339 vec_op.constantValue64()); in label_instruction()
1340 } else if (vec_op.isUndefined()) { in label_instruction()
1343 assert(vec_op.isTemp()); in label_instruction()
1344 ctx.info[instr->definitions[i].tempId()].set_temp(vec_op.getTemp()); in label_instruction()
3655 for (Operand& vec_op : vec->operands) { in select_instruction()
3657 op = vec_op; in select_instruction()
3660 off += vec_op.bytes(); in select_instruction()
3664 for (Operand& vec_op : vec->operands) { in select_instruction()
3665 if (vec_op.isTemp()) in select_instruction()
3666 ctx.uses[vec_op.tempId()]--; in select_instruction()