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

  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 255 unsigned MaxOps;
258 MaxOps = PartialUnrollingThreshold;
260 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
283 UP.PartialThreshold = UP.PartialOptSizeThreshold = MaxOps;
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 758 auto MaxOps = getOCLCpp11AtomicMaxNumOps(
760 if (CI->getNumArgOperands() < MaxOps)
    [all...]

Completed in 100 milliseconds