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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.cpp 259 // If MVEVectorCostFactor is still 0 (has not been set to anything else), default it to 2
260 if (MVEVectorCostFactor == 0)
261 MVEVectorCostFactor = 2;
ARMSubtarget.h 507 unsigned MVEVectorCostFactor = 0;
928 return MVEVectorCostFactor;

Completed in 18 milliseconds