Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h215 static bool isSOP2(const MachineInstr &MI) { in isSOP2() function
219 bool isSOP2(uint16_t Opcode) const { in isSOP2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h365 static bool isSOP2(const MachineInstr &MI) { in isSOP2() function
369 bool isSOP2(uint16_t Opcode) const { in isSOP2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h386 static bool isSOP2(const MachineInstr &MI) { in isSOP2() function
390 bool isSOP2(uint16_t Opcode) const { in isSOP2() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1133 constexpr bool isSOP2() const noexcept { return format == Format::SOP2; } in isSOP2() function