Searched refs:is_constant_representable (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_lower_to_hw_instr.cpp | 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)); 1479 if (!Operand::is_constant_representable(val, new_size, true,
|
| H A D | aco_ir.h | 692 static bool is_constant_representable(uint64_t val, unsigned bytes, bool zext = false, function in class:aco::Operand
|
| H A D | aco_optimizer.cpp | 206 if (Operand::is_constant_representable(constant, 8))
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 2738 - aco: add get_const/is_constant_representable helpers
|
Completed in 20 milliseconds