Searched defs:AR (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp470 AliasResult AR = areMemoryOpsAliased(MI, PrevMI); local
H A DComplexDeinterleavingPass.cpp790 auto *AR = dyn_cast<Instruction>(Real->getOperand(0)); local
1854 Instruction *AR, *AI, *RA, *BI; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp368 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHSS); local
332 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
[all...]
H A DLoopFlatten.cpp944 run(LoopNest &LN, LoopAnalysisManager &LAM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
[all...]
H A DLoopRerollPass.cpp1673 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
H A DLoopUnrollPass.cpp1456 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &Updater) argument
[all...]
H A DLICM.cpp285 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
318 run(LoopNest &LN, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
[all...]
H A DIndVarSimplify.cpp803 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Phi)); local
843 const auto *AR = cast<SCEVAddRecExpr>(SE->getSCEV(Phi)); local
909 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(SE->getSCEV(IndVar)); local
982 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(SE->getSCEV(IncVar)); local
2048 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
[all...]
H A DLoopIdiomRecognize.cpp250 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
H A DSimpleLoopUnswitch.cpp3659 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp169 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp591 AnalysisResolver *AR = AnalysisPass->getResolver(); local
742 AnalysisResolver *AR = new AnalysisResolver(*DM); local
1030 AnalysisResolver *AR = new AnalysisResolver(*this); local
1132 AnalysisResolver *AR = P->getResolver(); local
1335 AnalysisResolver *AR = new AnalysisResolver(*FPM); local
1377 AnalysisResolver *AR = FP->getResolver(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp593 static void EmitAvailabilityWarning(Sema &S, AvailabilityResult AR, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1451 const auto *AR = dyn_cast<SCEVAddRecExpr>(PhiScev); local
1361 getCastsForInductionPHI(PredicatedScalarEvolution &PSE, const SCEVUnknown *PhiScev, const SCEVAddRecExpr *AR, SmallVectorImpl<Instruction *> &CastInsts) argument
1489 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PhiScev); local
[all...]
H A DMemoryBuiltins.cpp897 AliasResult AR = local
H A DLoopAccessAnalysis.cpp218 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PtrExpr); local
823 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PtrScev); local
1411 isNoWrapAddRec(Value *Ptr, const SCEVAddRecExpr *AR, PredicatedScalarEvolution &PSE, const Loop *L) argument
1478 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PtrScev); local
1491 << *Ptr << " SCEV: " << *AR << "\\n"); local
1502 << " SCEV: " << *AR << "\\n"); local
1551 << "LAA: SCEV: " << *AR << "\\n" local
1557 << *Ptr << " SCEV: " << *AR << "\\n"); local
[all...]
H A DBasicAliasAnalysis.cpp927 AliasResult AR = local
1153 AliasResult AR = AliasResult::PartialAlias; local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp738 AvailabilityResult AR = CheckAvailability(getASTContext(), Availability, local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2457 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) argument
H A DHexagonISelDAGToDAG.cpp776 Register AR = HMFI.getStackAlignBaseReg(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h831 auto AR = const_cast<const InstrProfRecord *>(this)->getValueSitesForKind( local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h387 const SCEVAddRecExpr *AR; member in class:llvm::final
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp427 CodeGenRegister *AR = ExplicitAliases[i]; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp842 static bool IsIncrementNSW(ScalarEvolution &SE, const SCEVAddRecExpr *AR) { argument
856 static bool IsIncrementNUW(ScalarEvolution &SE, const SCEVAddRecExpr *AR) { argument
1986 generateOverflowCheck(const SCEVAddRecExpr *AR, Instruction *Loc, bool Signed) argument
[all...]
H A DSimplifyIndVar.cpp869 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S); local

Completed in 505 milliseconds

1234