HomeSort by relevance Sort by last modified time
    Searched refs:MaxOps (Results 1 - 10 of 10) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 242 unsigned MaxOps;
245 MaxOps = PartialUnrollingThreshold;
247 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize;
271 UP.PartialThreshold = MaxOps;
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 758 auto MaxOps = getOCLCpp11AtomicMaxNumOps(
760 if (CI->getNumArgOperands() < MaxOps)
    [all...]

Completed in 410 milliseconds