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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.cpp212 if (chip < GFX9 && !instr->operands[i].isOfType(RegType::vgpr))
223 if (chip < GFX9 && !instr->operands[0].isOfType(RegType::vgpr))
321 if (instr->operands.size() > 1 && !instr->operands[1].isOfType(RegType::vgpr))
H A Daco_ir.h797 constexpr bool isOfType(RegType type) const noexcept function in class:aco::Operand

Completed in 7 milliseconds