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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Subtarget.h 92 return (getGeneration() >= EVERGREEN);
96 return (getGeneration() >= EVERGREEN);
101 return (getGeneration() >= EVERGREEN);
107 return (getGeneration() >= EVERGREEN);
111 return (getGeneration() >= EVERGREEN);
119 return (getGeneration() >= EVERGREEN);
123 return (getGeneration() >= EVERGREEN);
AMDGPUSubtarget.h 35 EVERGREEN = 3,
R600AsmPrinter.cpp 71 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) {
72 // Evergreen / Northern Islands
R600ControlFlowFinalizer.cpp 87 // our stack allocation algorithm for Evergreen/NI is correct. Applying this
114 // Some documentation says that this is not necessary on Evergreen,
122 assert(ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN);
144 Item = CFStack::FIRST_NON_WQM_PUSH; // May not be required on Evergreen/NI
148 ST->getGeneration() > AMDGPUSubtarget::EVERGREEN &&
221 bool isEg = (ST->getGeneration() >= AMDGPUSubtarget::EVERGREEN);
AMDGPUSubtarget.cpp 74 HasMulU24 = getGeneration() >= EVERGREEN;

Completed in 28 milliseconds