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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp100 needs_exact(aco_ptr<Instruction>& instr) function in namespace:aco::__anon045cfe6e0110
155 WQMState needs = needs_exact(instr) ? Exact : Unspecified;
1127 if (program->needs_wqm && program->needs_exact)
H A Daco_instruction_selection.cpp5649 ctx->program->needs_exact = true;
5691 ctx->program->needs_exact = true;
6257 ctx->program->needs_exact = true;
6281 ctx->program->needs_exact = true;
6391 ctx->program->needs_exact = true;
6410 ctx->program->needs_exact = true;
6585 ctx->program->needs_exact = true;
6675 ctx->program->needs_exact = true;
6800 ctx->program->needs_exact = true;
6821 ctx->program->needs_exact
[all...]
H A Daco_ir.h2051 bool needs_exact = false; /* there exists an instruction with disable_wqm = true */ member in class:aco::Program

Completed in 22 milliseconds