Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp255 std::map<uint32_t, std::array<uint32_t, 4>> subdword_regs; member in aco::__anon6956::RegisterFile
277 assert(subdword_regs.find(i) != subdword_regs.end()); in test()
279 if (subdword_regs[i][j]) in test()
301 if (subdword_regs[start][i] == 0xFFFFFFFF) in is_blocked()
312 return subdword_regs[start][start.byte()] + 1 <= 1; in is_empty_or_blocked()
347 return regs[reg] == 0xF0000000 ? subdword_regs[reg][reg.byte()] : regs[reg]; in get_id()
363 subdword_regs.emplace(i, std::array<uint32_t, 4>{0, 0, 0, 0}).first->second; in fill_subdword()
368 subdword_regs.erase(i); in fill_subdword()
397 if (reg_file.subdword_regs in print_reg()
[all...]

Completed in 3 milliseconds