HomeSort by relevance Sort by last modified time
    Searched defs:isGFX9 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 666 bool isGFX9(const MCSubtargetInfo &STI) {
734 case node: return isGFX9(STI) ? node##_gfx9 : node##_vi;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 971 bool isGFX9() const {
972 return AMDGPU::isGFX9(getSTI());
    [all...]

Completed in 357 milliseconds