Home
last modified time | relevance | path

Searched defs:isSOP1 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h207 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function
211 bool isSOP1(uint16_t Opcode) const { in isSOP1() function
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h378 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function
382 bool isSOP1(uint16_t Opcode) const { in isSOP1() function
/external/mesa3d/src/amd/compiler/
Daco_ir.h1154 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; } in isSOP1() function