Home
last modified time | relevance | path

Searched defs:isVOP1 (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.h405 static bool isVOP1(const MachineInstr &MI) { in isVOP1() function
409 bool isVOP1(uint16_t Opcode) const { in isVOP1() function
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1240 constexpr bool isVOP1() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP1; } in isVOP1() function