Home
last modified time | relevance | path

Searched refs:MaxOps (Results 1 – 2 of 2) 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/spirv-llvm/lib/SPIRV/
DOCL20ToSPIRV.cpp758 auto MaxOps = getOCLCpp11AtomicMaxNumOps( in visitCallAtomicCpp11() local
760 if (CI->getNumArgOperands() < MaxOps) in visitCallAtomicCpp11()