Home
last modified time | relevance | path

Searched refs:pre_ra (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp203 can_use_SDWA(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool pre_ra) in can_use_SDWA() argument
224 if (!pre_ra && instr->definitions.size() >= 2) in can_use_SDWA()
256 if (!pre_ra && instr->isVOPC() && gfx_level == GFX8) in can_use_SDWA()
258 if (!pre_ra && instr->operands.size() >= 3 && !is_mac) in can_use_SDWA()
315 can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra, bool dpp8) in can_use_DPP() argument
328 if (!pre_ra && (instr->isVOPC() || instr->definitions.size() > 1) && in can_use_DPP()
332 if (!pre_ra && instr->operands.size() >= 3 && instr->operands[2].physReg() != vcc) in can_use_DPP()
Daco_ir.h1801 bool can_use_SDWA(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool pre_ra);
1802 bool can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra, bool dpp8);