Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp62 struct ra_ctx { struct
63 std::bitset<512> war_hint;
64 Program* program;
65 std::vector<assignment> assignments;
66 std::vector<std::unordered_map<unsigned, Temp>> renames;
67 std::vector<std::vector<Instruction*>> incomplete_phis;
68 std::vector<bool> filled;
69 std::vector<bool> sealed;
70 std::unordered_map<unsigned, Temp> orig_names;
71 std::unordered_map<unsigned, phi_info> phi_map;
[all …]
/external/mesa3d/src/compiler/spirv/
Dnir_lower_libclc.c97 void *ra_ctx = ralloc_context(NULL); in nir_lower_libclc() local