Home
last modified time | relevance | path

Searched defs:alu_delay_info (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_insert_delay_alu.cpp31 struct alu_delay_info { struct
36 static constexpr int8_t valu_nop = 5;
37 static constexpr int8_t trans_nop = 4;
40 int8_t valu_instrs = valu_nop;
42 int8_t valu_cycles = 0;
45 int8_t trans_instrs = trans_nop;
47 int8_t trans_cycles = 0;
50 int8_t salu_cycles = 0;
53 bool lane_mask_forwarding = true;
55 bool combine(const alu_delay_info& other) in combine()
[all …]