Home
last modified time | relevance | path

Searched defs:isSDWA (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h429 static bool isSDWA(const MachineInstr &MI) { in isSDWA() function
433 bool isSDWA(uint16_t Opcode) const { in isSDWA() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h450 static bool isSDWA(const MachineInstr &MI) { in isSDWA() function
454 bool isSDWA(uint16_t Opcode) const { in isSDWA() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1352 constexpr bool isSDWA() const noexcept { return (uint16_t)format & (uint16_t)Format::SDWA; } in isSDWA() function