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

  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 24 static ArrayRef<StringRef> get_amd_kernel_code_t_FldNames() {
42 static const auto map = createIndexMap(get_amd_kernel_code_t_FldNames());
47 return get_amd_kernel_code_t_FldNames()[index + 1];
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 28 static ArrayRef<StringRef> get_amd_kernel_code_t_FldNames() {
60 static const auto map = createIndexMap(get_amd_kernel_code_t_FldNames(),
66 return get_amd_kernel_code_t_FldNames()[index + 1];

Completed in 113 milliseconds