Searched refs:is_constant_representable (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 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() 1578 if (!Operand::is_constant_representable(val, new_size, true, in try_coalesce_copies()
|
H A D | aco_ir.h | 706 static bool is_constant_representable(uint64_t val, unsigned bytes, bool zext = false, in is_constant_representable() function in final
|
H A D | aco_optimizer.cpp | 211 if (Operand::is_constant_representable(constant, 8)) in set_constant()
|
Completed in 22 milliseconds