HomeSort by: relevance | last modified time | path
    Searched refs:hasHIPRuntime (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
ROCm.h 58 bool HasHIPRuntime = false;
148 bool hasHIPRuntime() const { return HasHIPRuntime; }
AMDGPU.cpp 463 HasHIPRuntime = true;
466 HasHIPRuntime = false;
470 if (hasHIPRuntime())
503 if (!hasHIPRuntime()) {

Completed in 30 milliseconds