Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h223 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
227 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h373 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
377 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h394 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
398 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1136 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; } in isSOPC() function