Home
last modified time | relevance | path

Searched refs:MaxOps (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h255 unsigned MaxOps; in getUnrollingPreferences() local
258 MaxOps = PartialUnrollingThreshold; in getUnrollingPreferences()
260 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()
283 UP.PartialThreshold = UP.PartialOptSizeThreshold = MaxOps; in getUnrollingPreferences()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h388 unsigned MaxOps; in getUnrollingPreferences() local
391 MaxOps = PartialUnrollingThreshold; in getUnrollingPreferences()
393 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()
417 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
/external/spirv-llvm/lib/SPIRV/
DOCL20ToSPIRV.cpp758 auto MaxOps = getOCLCpp11AtomicMaxNumOps( in visitCallAtomicCpp11() local
760 if (CI->getNumArgOperands() < MaxOps) in visitCallAtomicCpp11()