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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1055 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));
1479 if (!Operand::is_constant_representable(val, new_size, true,
H A Daco_ir.h692 static bool is_constant_representable(uint64_t val, unsigned bytes, bool zext = false, function in class:aco::Operand
H A Daco_optimizer.cpp206 if (Operand::is_constant_representable(constant, 8))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2738 - aco: add get_const/is_constant_representable helpers

Completed in 20 milliseconds