Home
last modified time | relevance | path

Searched defs:isVOP2 (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.h413 static bool isVOP2(const MachineInstr &MI) { in isVOP2() function
417 bool isVOP2(uint16_t Opcode) const { in isVOP2() function
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1269 constexpr bool isVOP2() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP2; } in isVOP2() function