HomeSort by: relevance | last modified time | path
    Searched refs:get_temp_registers (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_valuepool.h 151 ValueMap get_temp_registers() const;
sfn_valuepool.cpp 245 ValueMap ValuePool::get_temp_registers() const function in class:r600::ValuePool
sfn_nir.cpp 186 return Shader{impl->m_output, impl->get_temp_registers()};
sfn_shader_base.cpp 207 auto temp_register_map = get_temp_registers();
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_live_var_analysis.cpp 54 get_temp_registers(aco_ptr<Instruction>& instr) function in namespace:aco
78 demand -= get_temp_registers(instr);
80 demand += get_temp_registers(instr_before);
aco_scheduler.cpp 248 const RegisterDemand temp = get_temp_registers(instr);
249 const RegisterDemand temp2 = get_temp_registers(block->instructions[dest_insert_idx - 1]);
372 const RegisterDemand temp = get_temp_registers(instr);
375 const RegisterDemand temp2 = get_temp_registers(block->instructions[cursor.insert_idx - 1]);
aco_ir.h 2218 RegisterDemand get_temp_registers(aco_ptr<Instruction>& instr);

Completed in 11 milliseconds