Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1074 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 Daco_ir.h706 static bool is_constant_representable(uint64_t val, unsigned bytes, bool zext = false, in is_constant_representable() function in final
H A Daco_optimizer.cpp211 if (Operand::is_constant_representable(constant, 8)) in set_constant()

Completed in 22 milliseconds