Searched refs:isVOPC (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.cpp200 if (vop3.clamp && instr->isVOPC() && chip != GFX8)
217 if (!instr->definitions.empty() && instr->definitions[0].bytes() > 4 && !instr->isVOPC())
238 if (!pre_ra && instr->isVOPC() && chip == GFX8)
308 if (!pre_ra && (instr->isVOPC() || instr->definitions.size() > 1) &&
359 if (instr->isVOPC() || instr->definitions.size() > 1)
H A Daco_insert_NOPs.cpp588 if (instr->isVOPC())
682 if (instr->isVOPC()) {
H A Daco_ir.h1254 assert(isVOPC());
1259 assert(isVOPC());
1262 constexpr bool isVOPC() const noexcept { return (uint16_t)format & (uint16_t)Format::VOPC; } function in struct:aco::Instruction
1316 return isVOP1() || isVOP2() || isVOPC() || isVOP3() || isVOP3P();
H A Daco_optimizer_postRA.cpp227 !last_vcc_wr->isVOPC())
H A Daco_assembler.cpp596 } else if (instr->isVOPC()) {
702 if (instr->isVOPC()) {
H A Daco_print_ir.cpp614 if (!instr->isVOPC()) {
H A Daco_validate.cpp310 if (instr->isVOPC() || instr->opcode == aco_opcode::v_readfirstlane_b32 ||
H A Daco_optimizer.cpp1251 if (instr->isVOPC()) {

Completed in 21 milliseconds