Lines Matching refs:constantValue
219 val = Operand(constant).constantValue(); in set_constant()
711 if (!literal32.isUndefined() && literal32.constantValue() != op.constantValue()) in check_vop3_operands()
713 if (!literal64.isUndefined() && literal64.constantValue() != op.constantValue()) in check_vop3_operands()
764 *offset = add_instr->operands[i].constantValue(); in parse_base_offset()
1195 const unsigned index = instr->operands[1].constantValue(); in label_instruction()
1286 if (instr->operands[!i].constantValue() == (fp16 ? 0x4000 : 0x40000000)) { /* 2.0 */ in label_instruction()
1288 … } else if (instr->operands[!i].constantValue() == (fp16 ? 0x4400 : 0x40800000)) { /* 4.0 */ in label_instruction()
1290 … } else if (instr->operands[!i].constantValue() == (fp16 ? 0x3800 : 0x3f000000)) { /* 0.5 */ in label_instruction()
1292 } else if (instr->operands[!i].constantValue() == (fp16 ? 0x3c00 : 0x3f800000) && in label_instruction()
2191 instr->operands[!i].constantValue() != op2_instr->operands[0].constantValue()) in combine_salu_n2()
2235 uint32_t shift = op2_instr->operands[1].constantValue(); in combine_salu_lshl_add()
2240 instr->operands[!i].constantValue() != op2_instr->operands[0].constantValue()) in combine_salu_lshl_add()
2364 val = operands[i].constantValue(); in combine_clamp()
3191 current_literal.constantValue() == literal.constantValue()))) { in select_instruction()