Home
last modified time | relevance | path

Searched refs:isVOPC64DPP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h584 bool isVOPC64DPP(unsigned Opc);
H A DAMDGPUBaseInfo.cpp555 bool isVOPC64DPP(unsigned Opc) { in isVOPC64DPP() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp772 else if (AMDGPU::isVOPC64DPP(MI.getOpcode())) in getInstruction()