Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp102 int UnrollCount = 1; member
112 UnrollCount = std::max(UnrollCount, RHS.UnrollCount); in operator |=()
138 else if (UnrollCount < RHS.UnrollCount) in operator <()
199 int UnrollCount = 1; in readLocationInfo() local
207 Arg.Val.getAsInteger(10, UnrollCount); in readLocationInfo()
234 LI.UnrollCount = UnrollCount; in readLocationInfo()
294 unsigned UCDigits = llvm::utostr(MaxLI.UnrollCount).size(); in writeReport()
374 RS << LLI.UnrollCount; in writeReport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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 …]
H A DCGLoopInfo.h68 unsigned UnrollCount; member
272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp74 (option == UnrollCount ? getValueString(Policy) : ""); in getDiagnosticName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp110 static cl::opt<unsigned> UnrollCount( variable
774 bool UserUnrollCount = UnrollCount.getNumOccurrences() > 0; in computeUnrollCount()
776 UP.Count = UnrollCount; in computeUnrollCount()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3485 "Unroll", "UnrollCount", "UnrollAndJam", "UnrollAndJamCount",
3503 case UnrollCount: return "unroll_count";