Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h303 static bool isDS(const MachineInstr &MI) { in isDS() function
307 bool isDS(uint16_t Opcode) const { in isDS() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h471 static bool isDS(const MachineInstr &MI) { in isDS() function
475 bool isDS(uint16_t Opcode) const { in isDS() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h492 static bool isDS(const MachineInstr &MI) { in isDS() function
496 bool isDS(uint16_t Opcode) const { in isDS() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1159 constexpr bool isDS() const noexcept { return format == Format::DS; } in isDS() function