Home
last modified time | relevance | path

Searched defs:isSOP1 (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.h357 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function
361 bool isSOP1(uint16_t Opcode) const { in isSOP1() function
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1060 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; } in isSOP1() function