Home
last modified time | relevance | path

Searched refs:isFlatOrGlobal (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_scheduler.cpp677 bool is_vmem = candidate->isVMEM() || candidate->isFlatOrGlobal(); in schedule_VMEM()
743 bool is_vmem = candidate->isVMEM() || candidate->isFlatOrGlobal(); in schedule_VMEM()
815 if (candidate->isVMEM() || candidate->format == Format::SMEM || candidate->isFlatOrGlobal()) in schedule_position_export()
854 if (current->isVMEM() || current->isFlatOrGlobal()) { in schedule_block()
Daco_insert_NOPs.cpp397 } else if (instr->isVMEM() || instr->isFlatOrGlobal() || instr->format == Format::SCRATCH) { in handle_instruction_gfx6()
492 } else if (instr->isVMEM() || instr->isFlatOrGlobal() || instr->format == Format::SCRATCH) { in handle_instruction_gfx6()
504 bool consider_flat = (instr->isFlatOrGlobal() || instr->format == Format::SCRATCH) && in handle_instruction_gfx6()
Daco_ir.h958 constexpr bool isFlatOrGlobal() const noexcept in isFlatOrGlobal() function