Searched refs:swapTemp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer.cpp2856 instr->definitions[0].swapTemp(def_info.instr->definitions[0]);
2902 instr->definitions[0].swapTemp(def_info.instr->definitions[0]);
3106 instr->definitions[0].swapTemp(candidate->definitions[0]);
H A Daco_ir.h915 void swapTemp(Definition& other) noexcept { std::swap(temp, other.temp); } function in class:aco::Definition

Completed in 12 milliseconds