/llvm-project/llvm/lib/Analysis/ |
H A D | IVUsers.cpp | 37 LoopStandardAnalysisResults &AR) { in run() argument 59 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in isInteresting() local 211 __anon4a6580470102(const SCEVAddRecExpr *AR) AddUsersIfInteresting() argument 342 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { findAddRecForLoop() local 350 if (const SCEVAddRecExpr *AR = findAddRecForLoop(Op, L)) findAddRecForLoop() local 362 if (const SCEVAddRecExpr *AR = findAddRecForLoop(Expr, L)) getStride() local [all...] |
H A D | AliasAnalysisEvaluator.cpp | 35 static void PrintResults(AliasResult AR, bool P, in PrintResults() 88 static inline void PrintLoadStoreResults(AliasResult AR, bool P, in PrintLoadStoreResults() 134 AliasResult AR = AA.alias(I1->first, Size1, I2->first, Size2); in runInternal() local 160 AliasResult AR = AA.alias(MemoryLocation::get(cast<LoadInst>(Load)), in runInternal() local 187 AliasResult AR = AA.alias(MemoryLocation::get(cast<StoreInst>(*I1)), in runInternal() local
|
H A D | ScalarEvolutionNormalization.cpp | 48 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() 103 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse() 125 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse()
|
H A D | LoopCacheAnalysis.cpp | 83 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(&AccessFn); in isOneDimensionalArray() local 326 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(getSubscript(I)); in computeRefCost() local 503 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(getSubscript(Idx)); getSubscriptIndex() local 513 auto *AR = cast<SCEVAddRecExpr>(LastSubscript); getLastCoefficient() local 519 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(&Subscript); isCoeffForLoopZeroOrInvariant() local 529 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(&Subscript); isSimpleAddRecurrence() local 580 getCacheCost(Loop & Root,LoopStandardAnalysisResults & AR,DependenceInfo & DI,std::optional<unsigned> TRT) getCacheCost() argument 736 run(Loop & L,LoopAnalysisManager & AM,LoopStandardAnalysisResults & AR,LPMUpdater & U) run() argument [all...] |
H A D | AliasAnalysis.cpp | 406 raw_ostream &llvm::operator<<(raw_ostream &OS, AliasResult AR) { in operator <<() argument 492 if (AR in getModRefInfo() local 476 AliasResult AR = alias(MemoryLocation::get(L), Loc, AAQI, L); getModRefInfo() local 525 AliasResult AR = alias(MemoryLocation::get(V), Loc, AAQI, V); getModRefInfo() local 574 AliasResult AR = alias(MemoryLocation::get(CX), Loc, AAQI, CX); getModRefInfo() local 592 AliasResult AR = alias(MemoryLocation::get(RMW), Loc, AAQI, RMW); getModRefInfo() local 680 AliasResult AR = callCapturesBefore() local [all...] |
H A D | DDG.cpp | 308 LoopStandardAnalysisResults &AR) { in run() 316 LoopStandardAnalysisResults &AR, in run()
|
H A D | ScalarEvolutionAliasAnalysis.cpp | 128 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in GetBaseValue() local
|
H A D | AliasSetTracker.cpp | 161 if (AR != AliasResult::NoAlias) in aliasesMemoryLocation() local 236 if (AR == AliasResult::NoAlias) in mergeAliasSetsForMemoryLocation() local
|
H A D | DDGPrinter.cpp | 33 LoopStandardAnalysisResults &AR, in run()
|
/llvm-project/llvm/unittests/Transforms/Scalar/ |
H A D | LoopPassManagerTest.cpp | 260 LoopStandardAnalysisResults &AR, LPMUpdater &) { in getLoopAnalysisResult() 693 LoopStandardAnalysisResults &AR) { in TEST_F() 733 LoopStandardAnalysisResults &AR, LPMUpdater &) { in TEST_F() 743 LoopStandardAnalysisResults &AR, LPMUpdater &) { in TEST_F() 750 LoopStandardAnalysisResults &AR, LPMUpdater &) { in TEST_F() 762 LoopStandardAnalysisResults &AR, LPMUpdater &) { in TEST_F() 791 LoopStandardAnalysisResults &AR) { in TEST_F() 962 LPMUpdater &Updater) { in TEST_F() 1008 LPMUpdater &Updater) { in TEST_F() 1156 LPMUpdater &Updater) { in TEST_F() [all …]
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IVUsersPrinter.cpp | 16 LoopStandardAnalysisResults &AR, in run()
|
H A D | LoopPassManager.cpp | 28 run(Loop & L,LoopAnalysisManager & AM,LoopStandardAnalysisResults & AR,LPMUpdater & U) run() argument 69 runWithLoopNestPasses(Loop & L,LoopAnalysisManager & AM,LoopStandardAnalysisResults & AR,LPMUpdater & U) runWithLoopNestPasses() argument 152 runWithoutLoopNestPasses(Loop & L,LoopAnalysisManager & AM,LoopStandardAnalysisResults & AR,LPMUpdater & U) runWithoutLoopNestPasses() argument [all...] |
H A D | LoopRotation.cpp | 62 run(Loop & L,LoopAnalysisManager & AM,LoopStandardAnalysisResults & AR,LPMUpdater &) run() argument [all...] |
H A D | LoopInstSimplify.cpp | 174 if (AR.MSSA) { in run() argument
|
/llvm-project/libcxx/test/std/utilities/memory/default.allocator/ |
H A D | allocator_types.removed_in_cxx20.verify.cpp | 35 …typedef typename std::allocator<T>::reference AR; // expected-error 3 {{no type… in check() typedef
|
/llvm-project/clang/test/Analysis/ |
H A D | loop-widening-preserve-reference-type.cpp | 16 using AR = const A &; typedef
|
/llvm-project/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 24 DelayedDiagnostic::makeAvailability(AvailabilityResult AR, in makeAvailability()
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 61 // S->linkPhase2(std::move(S), std::move(AR)); in linkPhase1() argument 71 Alloc = std::move(*AR); in linkPhase2() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | BasicAliasAnalysisTest.cpp | 172 AliasResult AR = BasicAA.alias(MemoryLocation(Ptr, LocationSize::precise(2)), in TEST_F() local 197 AliasResult AR = BasicAA.alias( in TEST_F() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | ScalarEvolutionExpanderTest.cpp | 265 EXPECT_TRUE(Exp.isSafeToExpandAt(AR, Post->getTerminator())); in TEST_F() local 515 auto *AR = GetAddRec(SE, Loop); TEST_F() local 563 auto *AR = GetAddRec(SE, Loop); TEST_F() local 648 auto *AR = GetAddRec(SE, Loop); TEST_F() local 759 auto *AR = GetAddRec(SE, Loop); TEST_F() local 803 auto *AR = GetAddRec(SE, Loop); TEST_F() local 861 auto *AR = GetAddRec(SE, Loop); TEST_F() local [all...] |
/llvm-project/libc/AOR_v20.02/ |
H A D | Makefile | 26 AR = $(CROSS_COMPILE)ar macro
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | ExtractRanges.cpp | 69 size_t Size = AR.size(); in operator <<() argument
|
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeHashingTest.cpp | 29 ArgListRecord AR(TypeRecordKind::ArgList); in createArgListRecord() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopPass.cpp | 79 ScopStandardAnalysisResults &AR, SPMUpdater &U) { in run()
|
/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 589 unsigned APDepth = AR->getPMDataManager().getDepth(); in setLastUser() local 740 AnalysisResolver *AR = new AnalysisResolver(*DM); schedulePass() local 1027 AnalysisResolver *AR = new AnalysisResolver(*this); add() local 1129 AnalysisResolver *AR = P->getResolver(); initializeAnalysisImpl() local 1332 AnalysisResolver *AR = new AnalysisResolver(*FPM); FunctionPassManager() local 1374 AnalysisResolver *AR = FP->getResolver(); cleanup() local [all...] |