Searched refs:isDS (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp396 } else if (instr->isDS() && instr->ds().gds) {
644 if (instr->isVMEM() || instr->isFlatLike() || instr->isDS()) {
767 } else if (instr->isDS()) {
H A Daco_ir.h1100 assert(isDS());
1105 assert(isDS());
1108 constexpr bool isDS() const noexcept { return format == Format::DS; } function in struct:aco::Instruction
H A Daco_insert_waitcnt.cpp281 if (instr->isDS() &&
H A Daco_scheduler.cpp698 if (candidate->isDS() || !can_move_down) {
H A Daco_register_allocation.cpp2525 (instr->isDS() && instr->ds().gds)) {
H A Daco_optimizer.cpp1139 else if (instr->isDS()) {

Completed in 21 milliseconds