Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DGCNCreateVOPD.cpp66 int NewOpcode = AMDGPU::getVOPDFull(AMDGPU::getVOPDOpcode(Opc1), in doReplace()
67 AMDGPU::getVOPDOpcode(Opc2)); in doReplace()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h520 unsigned getVOPDOpcode(unsigned Opc);
DAMDGPUBaseInfo.cpp452 unsigned getVOPDOpcode(unsigned Opc) { in getVOPDOpcode() function