Home
last modified time | relevance | path

Searched defs:isVOP3 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h421 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function
425 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1291 constexpr bool isVOP3() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP3; } in isVOP3() function