Searched refs:isScratch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_form_hard_clauses.cpp86 } else if (instr->isScratch() || instr->isGlobal()) {
H A Daco_insert_NOPs.cpp452 bool lds_scratch_global = (instr->isScratch() || instr->isGlobal()) && instr->flatlike().lds;
762 if (instr->isVMEM() || instr->isGlobal() || instr->isScratch()) {
H A Daco_ir.h1177 assert(isScratch());
1182 assert(isScratch());
1185 constexpr bool isScratch() const noexcept { return format == Format::SCRATCH; } function in struct:aco::Instruction
1312 constexpr bool isFlatLike() const noexcept { return isFlat() || isGlobal() || isScratch(); }
H A Daco_assembler.cpp524 if (instr->isScratch())

Completed in 9 milliseconds