Searched refs:UCE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 799 unsigned MaxTripCount, const UnrollCostEstimator UCE, in shouldPragmaUnroll() argument 807 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll() 840 const unsigned FullUnrollTripCount, const UnrollCostEstimator UCE, in shouldFullUnroll() argument 849 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll() 869 const UnrollCostEstimator UCE, in shouldPartialUnroll() argument 885 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll() 899 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll() 928 bool MaxOrZero, unsigned TripMultiple, const UnrollCostEstimator &UCE, in computeUnrollCount() argument 932 unsigned LoopSize = UCE.getRolledLoopSize(); in computeUnrollCount() 959 MaxTripCount, UCE, UP)) { in computeUnrollCount() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 355 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local 362 printUnwindCode(UI, ArrayRef(UCI, UCE), SeenFirstEpilog); in printUnwindInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 162 bool MaxOrZero, unsigned TripMultiple, const UnrollCostEstimator &UCE,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1509 const CXXUnresolvedConstructExpr *UCE) { in VisitCXXUnresolvedConstructExpr() argument 1510 if (UCE->getType() != UCE->getTypeAsWritten()) in VisitCXXUnresolvedConstructExpr() 1511 JOS.attribute("typeAsWritten", createQualType(UCE->getTypeAsWritten())); in VisitCXXUnresolvedConstructExpr() 1512 attributeOnlyIfTrue("list", UCE->isListInitialization()); in VisitCXXUnresolvedConstructExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 310 void VisitCXXUnresolvedConstructExpr(const CXXUnresolvedConstructExpr *UCE);
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5716 UnrollCostEstimator UCE(L, TTI, EphValues, UP.BEInsns); in computeHeuristicUnrollFactor() local 5719 if (!UCE.canUnroll()) { in computeHeuristicUnrollFactor() 5724 LLVM_DEBUG(dbgs() << "Estimated loop size is " << UCE.getRolledLoopSize() in computeHeuristicUnrollFactor() 5736 MaxTripCount, MaxOrZero, TripMultiple, UCE, UP, PP, in computeHeuristicUnrollFactor()
|