Searched refs:MaxOps (Results 1 – 3 of 3) sorted by relevance
255 unsigned MaxOps; in getUnrollingPreferences() local258 MaxOps = PartialUnrollingThreshold; in getUnrollingPreferences()260 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()283 UP.PartialThreshold = UP.PartialOptSizeThreshold = MaxOps; in getUnrollingPreferences()
388 unsigned MaxOps; in getUnrollingPreferences() local391 MaxOps = PartialUnrollingThreshold; in getUnrollingPreferences()393 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()417 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
758 auto MaxOps = getOCLCpp11AtomicMaxNumOps( in visitCallAtomicCpp11() local760 if (CI->getNumArgOperands() < MaxOps) in visitCallAtomicCpp11()