Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h437 static bool isVOPC(const MachineInstr &MI) { in isVOPC() function
441 bool isVOPC(uint16_t Opcode) const { in isVOPC() function
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1262 constexpr bool isVOPC() const noexcept { return (uint16_t)format & (uint16_t)Format::VOPC; } in isVOPC() function