Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h263 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function
267 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h421 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function
425 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h442 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function
446 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1307 constexpr bool isVOP3() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP3; } in isVOP3() function