Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNCreateVOPD.cpp77 AMDGPU::getVOPDFull(AMDGPU::getVOPDOpcode(Opc1), in doReplace()
78 AMDGPU::getVOPDOpcode(Opc2), EncodingFamily); in doReplace()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h596 unsigned getVOPDOpcode(unsigned Opc);
H A DAMDGPUBaseInfo.cpp543 unsigned getVOPDOpcode(unsigned Opc) { in getVOPDOpcode() function