Searched refs:constantValue64 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1000 uint64_t val = src.op.constantValue64() >> (offset * 8u); in split_copy() 1055 assert(Operand::is_constant_representable(op.constantValue64(), 8, true, false)); in copy_constant() 1058 if (Operand::is_constant_representable(op.constantValue64(), 8, true, false)) { in copy_constant() 1061 assert(Operand::is_constant_representable(op.constantValue64(), 8, false, true)); in copy_constant() 1476 copy.op.constantValue64() | (other->second.op.constantValue64() << (copy.bytes * 8u)); in try_coalesce_copies() 2054 ? Operand::c32(uint32_t(instr->operands[2].constantValue64() >> (32 * i))) in lower_to_hw_instr()
|
D | aco_optimizer.cpp | 200 if (chip >= GFX8 && !op16.isLiteral() && op16.constantValue64() == constant) in set_constant() 1339 vec_op.constantValue64()); in label_instruction() 1418 ctx.program->chip_class, instr->operands[0].constantValue64()); in label_instruction() 1930 *value = op.constantValue64(); in is_operand_constant() 1936 *value = get_constant_op(ctx, ctx.info[id], bit_size).constantValue64(); in is_operand_constant()
|
D | aco_ir.h | 605 assert(op.constantValue64() == v && in c64() 771 constexpr uint64_t constantValue64() const noexcept in constantValue64() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 2736 - aco: remove sign-extension in constantValue64()
|