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

  /external/llvm/lib/Target/R600/
AMDKernelCodeT.h 40 AMD_CODE_VERSION_MAJOR = 0,
504 /// AMD_CODE_VERSION_MAJOR.
505 amd_code_version32_t amd_code_version_major; member in struct:amd_kernel_code_s
    [all...]
AMDGPUAsmPrinter.cpp 467 header.amd_code_version_major = AMD_CODE_VERSION_MAJOR;
519 Twine(header.amd_code_version_major) + "." +
526 OutStreamer.emitRawComment("amd_code_version_major = " +
527 Twine(header.amd_code_version_major), false);

Completed in 40 milliseconds