Searched defs:AR (Results 76 - 85 of 85) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp205 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Sc); local
632 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PtrScev); local
970 isNoWrapAddRec(Value *Ptr, const SCEVAddRecExpr *AR, PredicatedScalarEvolution &PSE, const Loop *L) argument
1033 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PtrScev); local
1046 << *Ptr << " SCEV: " << *AR << "\\n"); local
1069 << "LAA: SCEV: " << *AR << "\\n" local
1074 << *Ptr << " SCEV: " << *AR << "\\n"); local
1086 << " SCEV: " << *AR << "\\n"); local
1117 << "LAA: SCEV: " << *AR << "\\n" local
2305 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) argument
[all...]
H A DMemorySSA.cpp261 Optional<AliasResult> AR; member in struct:__anon1683::ClobberAlias
274 Optional<AliasResult> AR; local
348 Optional<AliasResult> AR = AliasResult(AliasResult::MayAlias); member in struct:__anon1684::UpwardsMemoryQuery
548 Optional<AliasResult> AR; member in struct:__anon1685::ClobberWalker::UpwardsWalkResult
1311 Optional<AliasResult> AR; member in struct:llvm::MemorySSA::OptimizeUses::MemlocStackInfo
2171 OS << " " << *AR; local
2207 OS << " " << *AR; local
[all...]
H A DInstructionSimplify.cpp6073 const SimplifyQuery getBestSimplifyQuery(LoopStandardAnalysisResults &AR, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp313 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
H A DLoopStrengthReduce.cpp643 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { argument
910 isExistingPhi(const SCEVAddRecExpr *AR, ScalarEvolution &SE) argument
2120 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(PH)); local
2305 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(IV); local
3566 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S); local
4010 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Base.BaseRegs[i]); local
5980 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1167 static bool IsIncrementNSW(ScalarEvolution &SE, const SCEVAddRecExpr *AR) { argument
1181 static bool IsIncrementNUW(ScalarEvolution &SE, const SCEVAddRecExpr *AR) { argument
2482 generateOverflowCheck(const SCEVAddRecExpr *AR, Instruction *Loc, bool Signed) argument
[all...]
/netbsd-current/share/mk/
H A Dbsd.own.mk331 AR= ${EXTERNAL_TOOLCHAIN}/bin/${MACHINE_GNU_PLATFORM}-ar macro
357 AR= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-ar macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6048 const AsmRewrite &AR = *it; local
[all...]
H A DMasmParser.cpp7181 const AsmRewrite &AR = *it; local
[all...]
/netbsd-current/sys/dev/ic/
H A Daacreg.h1441 u_int8_t AR[AAC_AIF_REPORT_MAX_SIZE]; member in union:aac_aif_command::__anon31

Completed in 415 milliseconds

1234