Searched refs:isOfType (Results 1 – 3 of 3) sorted by relevance
73 bool isOfType(const Type* t) const { in isOfType() function179 if (!newObj || newObj->isOfType(T::GetType())) { in visit()
186 if (chip < GFX9 && !instr->operands[i].isOfType(RegType::vgpr)) in can_use_SDWA()194 if (chip < GFX9 && !instr->operands[0].isOfType(RegType::vgpr)) in can_use_SDWA()
678 constexpr bool isOfType(RegType type) const noexcept in isOfType() function