Searched refs:wait_entry (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_insert_waitcnt.cpp | 43 * The context contains a map: gpr -> wait_entry 108 struct wait_entry { struct in namespace:aco::__anondaf24d380110 117 wait_entry(wait_event event_, wait_imm imm_, bool logical_, bool wait_on_read_) function in struct:aco::__anondaf24d380110::wait_entry 123 bool join(const wait_entry& other) 191 std::map<PhysReg, wait_entry> gpr_map; 221 using iterator = std::map<PhysReg, wait_entry>::iterator; 239 void wait_and_remove_from_entry(PhysReg reg, wait_entry& entry, counter_type counter) 255 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); 268 std::map<PhysReg, wait_entry>::iterator it = ctx.gpr_map.find(reg); 439 std::map<PhysReg, wait_entry> [all...] |
Completed in 3 milliseconds