Home
last modified time | relevance | path

Searched defs:isVMEM (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h199 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function
203 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h349 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function
353 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h370 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function
374 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.cpp300 bool AMDGPUCustomBehaviour::isVMEM(const MCInstrDesc &MCID) { in isVMEM() function in llvm::mca::AMDGPUCustomBehaviour
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1391 constexpr bool isVMEM() const noexcept { return isMTBUF() || isMUBUF() || isMIMG(); } in isVMEM() function