Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h271 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function
275 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h437 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function
441 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h458 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function
462 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1306 constexpr bool isVOPC() const noexcept { return (uint16_t)format & (uint16_t)Format::VOPC; } in isVOPC() function