Searched refs:UCE (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollPass.cpp | 798 unsigned MaxTripCount, const UnrollCostEstimator UCE, in shouldPragmaUnroll() argument 806 UCE.getUnrolledLoopSize(UP, (unsigned)UnrollCount) < UP.Threshold) in shouldPragmaUnroll() 839 const unsigned FullUnrollTripCount, const UnrollCostEstimator UCE, in shouldFullUnroll() argument 848 if (UCE.getUnrolledLoopSize(UP) < UP.Threshold) in shouldFullUnroll() 868 const UnrollCostEstimator UCE, in shouldPartialUnroll() argument 884 if (UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll() 898 UCE.getUnrolledLoopSize(UP, count) > UP.PartialThreshold) in shouldPartialUnroll() 927 bool MaxOrZero, unsigned TripMultiple, const UnrollCostEstimator &UCE, in computeUnrollCount() argument 931 unsigned LoopSize = UCE.getRolledLoopSize(); in computeUnrollCount() 958 MaxTripCount, UCE, UP)) { in computeUnrollCount() [all …]
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 333 for (const UnwindCode *UCI = UC.begin(), *UCE = UC.end(); UCI < UCE; ++UCI) { in printUnwindInfo() local 340 printUnwindCode(UI, ArrayRef(UCI, UCE)); in printUnwindInfo()
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | UnrollLoop.h | 158 unsigned TripMultiple, const UnrollCostEstimator &UCE,
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1495 const CXXUnresolvedConstructExpr *UCE) { in VisitCXXUnresolvedConstructExpr() argument 1496 if (UCE->getType() != UCE->getTypeAsWritten()) in VisitCXXUnresolvedConstructExpr() 1497 JOS.attribute("typeAsWritten", createQualType(UCE->getTypeAsWritten())); in VisitCXXUnresolvedConstructExpr() 1498 attributeOnlyIfTrue("list", UCE->isListInitialization()); in VisitCXXUnresolvedConstructExpr()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 306 void VisitCXXUnresolvedConstructExpr(const CXXUnresolvedConstructExpr *UCE);
|
| /src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 5405 UnrollCostEstimator UCE(L, TTI, EphValues, UP.BEInsns); in computeHeuristicUnrollFactor() local 5408 if (!UCE.canUnroll()) { in computeHeuristicUnrollFactor() 5413 LLVM_DEBUG(dbgs() << "Estimated loop size is " << UCE.getRolledLoopSize() in computeHeuristicUnrollFactor() 5425 MaxTripCount, MaxOrZero, TripMultiple, UCE, UP, PP, in computeHeuristicUnrollFactor()
|