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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.h57 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec; member in struct:aco::isel_context
H A Daco_instruction_selection.cpp348 auto it = ctx->allocated_vec.find(src.id());
349 if (it != ctx->allocated_vec.end() && dst_rc.bytes() == it->second[idx].regClass().bytes()) {
377 if (ctx->allocated_vec.find(vec_src.id()) != ctx->allocated_vec.end())
400 ctx->allocated_vec.emplace(vec_src.id(), elems);
442 ctx->allocated_vec.emplace(dst.id(), elems);
562 ctx->allocated_vec.emplace(dst.id(), elems);
741 ctx->allocated_vec.emplace(dst.id(), elems);
1344 ctx->allocated_vec.emplace(dst.id(), elems);
3823 std::array<Temp, NIR_MAX_VEC_COMPONENTS> allocated_vec; local in function:aco::__anon562fcc110110::emit_load
4503 std::array<Temp, NIR_MAX_VEC_COMPONENTS> allocated_vec; local in function:aco::__anon562fcc110110::create_vec_from_array
[all...]

Completed in 13 milliseconds