Searched refs:constantValue64 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1001 uint64_t val = src.op.constantValue64() >> (offset * 8u); in split_copy() 1074 assert(Operand::is_constant_representable(op.constantValue64(), 8, true, false)); in copy_constant() 1077 if (Operand::is_constant_representable(op.constantValue64(), 8, true, false)) { in copy_constant() 1080 assert(Operand::is_constant_representable(op.constantValue64(), 8, false, true)); in copy_constant() 1575 copy.op.constantValue64() | (other->second.op.constantValue64() << (copy.bytes * 8u)); in try_coalesce_copies() 2149 ? Operand::c32(uint32_t(instr->operands[2].constantValue64() >> (32 * i))) in lower_to_hw_instr()
|
D | aco_ir.h | 608 assert(op.constantValue64() == v && in c64() 785 constexpr uint64_t constantValue64() const noexcept in constantValue64() function
|
D | aco_optimizer.cpp | 1655 vec_op.constantValue64()); in label_instruction() 1740 ctx.program->gfx_level, instr->operands[0].constantValue64()); in label_instruction() 2270 *value = op.constantValue64(); in is_operand_constant() 2276 *value = get_constant_op(ctx, ctx.info[id], bit_size).constantValue64(); in is_operand_constant() 3766 uint64_t val = op.constantValue64(); in is_pow_of_two()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 2736 - aco: remove sign-extension in constantValue64()
|