Home
last modified time | relevance | path

Searched refs:UnrollCount (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.cpp91 Attrs.UnrollCount != 0) in createPartialUnrollMetadata()
118 if (Attrs.UnrollCount > 0) { in createPartialUnrollMetadata()
121 llvm::Type::getInt32Ty(Ctx), Attrs.UnrollCount))}; in createPartialUnrollMetadata()
453 UnrollCount(0), UnrollAndJamCount(0), in LoopAttributes()
462 UnrollCount = 0; in clear()
488 Attrs.InterleaveCount == 0 && Attrs.UnrollCount == 0 && in LoopInfo()
544 AfterJam.UnrollCount = Attrs.UnrollCount; in finish()
625 Option = LoopHintAttr::UnrollCount; in push()
665 case LoopHintAttr::UnrollCount: in push()
692 case LoopHintAttr::UnrollCount: in push()
[all …]
DCGLoopInfo.h68 unsigned UnrollCount; member
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmtAttr.cpp107 SetHints(LoopHintAttr::UnrollCount, LoopHintAttr::Numeric); in handleLoopHintAttr()
130 .Case("unroll_count", LoopHintAttr::UnrollCount) in handleLoopHintAttr()
146 Option == LoopHintAttr::UnrollCount || in handleLoopHintAttr()
295 case LoopHintAttr::UnrollCount: in CheckForIncompatibleAttributes()
DSemaOpenMP.cpp13065 LoopHintAttr::CreateImplicit(Context, LoopHintAttr::UnrollCount, in ActOnOpenMPUnrollDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DAttrImpl.cpp74 (option == UnrollCount ? getValueString(Policy) : ""); in getDiagnosticName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp110 static cl::opt<unsigned> UnrollCount( variable
777 if (UnrollCount.getNumOccurrences() > 0) { in computeUnrollCount()
788 bool UserUnrollCount = UnrollCount.getNumOccurrences() > 0; in computeUnrollCount()
790 UP.Count = UnrollCount; in computeUnrollCount()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp2203 unsigned UnrollCount = 4; in getUnrollingPreferences() local
2218 UnrollCount /= ExitingValues; in getUnrollingPreferences()
2219 if (UnrollCount <= 1) in getUnrollingPreferences()
2224 LLVM_DEBUG(dbgs() << "Default Runtime Unroll Count: " << UnrollCount << "\n"); in getUnrollingPreferences()
2229 UP.DefaultUnrollRuntimeCount = UnrollCount; in getUnrollingPreferences()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td3512 "Unroll", "UnrollCount", "UnrollAndJam", "UnrollAndJamCount",
3530 case UnrollCount: return "unroll_count";