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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AMDGPU.h 90 static bool isWave64(const llvm::opt::ArgList &DriverArgs,
AMDGPU.cpp 673 bool AMDGPUToolChain::isWave64(const llvm::opt::ArgList &DriverArgs,
825 bool Wave64 = isWave64(DriverArgs, Kind);
HIP.cpp 424 bool Wave64 = isWave64(DriverArgs, Kind);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 1094 bool isWave64() const {
AMDGPUInstructionSelector.cpp 146 STI.isWave64() ? AMDGPU::S_MOV_B64 : AMDGPU::S_MOV_B32;
289 STI.isWave64());

Completed in 24 milliseconds