Searched refs:constantValue64 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1000 uint64_t val = src.op.constantValue64() >> (offset * 8u);
1055 assert(Operand::is_constant_representable(op.constantValue64(), 8, true, false));
1058 if (Operand::is_constant_representable(op.constantValue64(), 8, true, false)) {
1061 assert(Operand::is_constant_representable(op.constantValue64(), 8, false, true));
1476 copy.op.constantValue64() | (other->second.op.constantValue64() << (copy.bytes * 8u));
2054 ? Operand::c32(uint32_t(instr->operands[2].constantValue64() >> (32 * i)))
H A Daco_optimizer.cpp200 if (chip >= GFX8 && !op16.isLiteral() && op16.constantValue64() == constant)
1339 vec_op.constantValue64());
1418 ctx.program->chip_class, instr->operands[0].constantValue64());
1930 *value = op.constantValue64();
1936 *value = get_constant_op(ctx, ctx.info[id], bit_size).constantValue64();
H A Daco_ir.h605 assert(op.constantValue64() == v &&
771 constexpr uint64_t constantValue64() const noexcept function in class:aco::Operand
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2736 - aco: remove sign-extension in constantValue64()

Completed in 19 milliseconds