Home
last modified time | relevance | path

Searched refs:MaxOps (Results 1 – 4 of 4) 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/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp59 MaxOps("polly-optree-max-ops", variable
1059 IslMaxOperationsGuard MaxOpGuard(S.getIslCtx().get(), MaxOps, false); in runOnScop()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h466 unsigned MaxOps; in getUnrollingPreferences() local
469 MaxOps = PartialUnrollingThreshold; in getUnrollingPreferences()
471 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()
495 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h428 unsigned MaxOps; in getUnrollingPreferences() local
431 MaxOps = PartialUnrollingThreshold; in getUnrollingPreferences()
433 MaxOps = ST->getSchedModel().LoopMicroOpBufferSize; in getUnrollingPreferences()
454 UP.PartialThreshold = MaxOps; in getUnrollingPreferences()