Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h255 static bool isVOP2(const MachineInstr &MI) { in isVOP2() function
259 bool isVOP2(uint16_t Opcode) const { in isVOP2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h413 static bool isVOP2(const MachineInstr &MI) { in isVOP2() function
417 bool isVOP2(uint16_t Opcode) const { in isVOP2() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h434 static bool isVOP2(const MachineInstr &MI) { in isVOP2() function
438 bool isVOP2(uint16_t Opcode) const { in isVOP2() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1305 constexpr bool isVOP2() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP2; } in isVOP2() function