Home
last modified time | relevance | path

Searched refs:AR (Results 1 - 25 of 251) sorted by relevance

1234567891011

/third_party/ltp/testcases/commands/ar/
H A Dar01.sh7 # This is a basic $AR command test.
9 AR="${AR:=ar}"
14 TST_NEEDS_CMDS="$AR"
19 $AR --help | grep "use zero for timestamps and uids/gids (default)" >/dev/null
25 ROD $AR -cr"$MOD" lib.a $TST_DATAROOT/file1.in $TST_DATAROOT/file3.in
26 ROD $AR -ra"$MOD" file1.in lib.a $TST_DATAROOT/file2.in
27 ROD $AR -t lib.a \> ar.out
32 tst_res TPASS "$AR added new file after another (-a)"
34 tst_res TFAIL "$AR faile
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp40 LoopStandardAnalysisResults &AR, in run()
44 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run()
47 if (AR.MSSA) in run()
48 MSSAU = MemorySSAUpdater(AR.MSSA); in run()
49 bool Changed = LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, in run()
56 if (AR in run()
39 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) run() argument
[all...]
H A DLoopInstSimplify.cpp225 LoopStandardAnalysisResults &AR, in run()
228 if (AR.MSSA) { in run()
229 MSSAU = MemorySSAUpdater(AR.MSSA); in run()
231 AR.MSSA->verifyMemorySSA(); in run()
233 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI, in run()
239 if (AR.MSSA) in run()
224 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) run() argument
H A DLoopPassManager.cpp26 LoopStandardAnalysisResults &AR, LPMUpdater &U) { in run()
34 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(L, AR); in run()
44 PreservedAnalyses PassPA = Pass->run(L, AM, AR, U); in run()
61 assert(L.isRecursivelyLCSSAForm(AR.DT, AR.LI) && in run()
25 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) run() argument
H A DIVUsersPrinter.cpp17 LoopStandardAnalysisResults &AR, in run()
19 AM.getResult<IVUsersAnalysis>(L, AR).print(OS); in run()
16 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) run() argument
H A DLoopAccessAnalysisPrinter.cpp17 LoopStandardAnalysisResults &AR, LPMUpdater &) { in run()
19 auto &LAI = AM.getResult<LoopAccessAnalysis>(L, AR); in run()
16 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) run() argument
H A DLoopStrengthReduce.cpp408 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) in DoInitialMatch()
409 if (!AR->getStart()->isZero() && AR->isAffine()) { in DoInitialMatch()
410 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); in DoInitialMatch()
411 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), in DoInitialMatch()
412 AR->getStepRecurrence(SE), in DoInitialMatch()
413 // FIXME: AR->getNoWrapFlags() in DoInitialMatch()
414 AR->getLoop(), SCEV::FlagAnyWrap), in DoInitialMatch()
631 static bool isAddRecSExtable(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { in isAddRecSExtable() argument
633 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR in isAddRecSExtable()
884 isExistingPhi(const SCEVAddRecExpr *AR, ScalarEvolution &SE) isExistingPhi() argument
2117 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(PH)); OptimizeShadowIV() local
2302 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(IV); OptimizeMax() local
3550 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S); mayUsePostIncMode() local
3994 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Base.BaseRegs[i]); GenerateScales() local
5754 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &) run() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp47 NormalizeDenormalizeRewriter::visitAddRecExpr(const SCEVAddRecExpr *AR) { in visitAddRecExpr() argument
50 transform(AR->operands(), std::back_inserter(Operands), in visitAddRecExpr()
53 if (!Pred(AR)) in visitAddRecExpr()
54 return SE.getAddRecExpr(Operands, AR->getLoop(), SCEV::FlagAnyWrap); in visitAddRecExpr()
58 // Pred(AR) has returned true, we know we need to normalize or denormalize AR in visitAddRecExpr()
93 return SE.getAddRecExpr(Operands, AR->getLoop(), SCEV::FlagAnyWrap); in visitAddRecExpr()
99 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse()
100 return Loops.count(AR->getLoop()); in normalizeForPostIncUse()
113 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse()
[all...]
H A DAliasAnalysisEvaluator.cpp44 static void PrintResults(AliasResult AR, bool P, const Value *V1, in PrintResults() argument
56 errs() << " " << AR << ":\t" << o1 << ", " << o2 << "\n"; in PrintResults()
76 static inline void PrintLoadStoreResults(AliasResult AR, bool P, in PrintLoadStoreResults() argument
80 errs() << " " << AR << ": " << *V1 << " <-> " << *V2 << '\n'; in PrintLoadStoreResults()
154 AliasResult AR = AA.alias(*I1, I1Size, *I2, I2Size); in runInternal() local
155 switch (AR) { in runInternal()
157 PrintResults(AR, PrintNoAlias, *I1, *I2, F.getParent()); in runInternal()
161 PrintResults(AR, PrintMayAlias, *I1, *I2, F.getParent()); in runInternal()
165 PrintResults(AR, PrintPartialAlias, *I1, *I2, F.getParent()); in runInternal()
169 PrintResults(AR, PrintMustAlia in runInternal()
180 AliasResult AR = AA.alias(MemoryLocation::get(cast<LoadInst>(Load)), runInternal() local
207 AliasResult AR = AA.alias(MemoryLocation::get(cast<StoreInst>(*I1)), runInternal() local
[all...]
H A DIVUsers.cpp41 LoopStandardAnalysisResults &AR) { in run()
42 return IVUsers(&L, &AR.AC, &AR.LI, &AR.DT, &AR.SE); in run()
63 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(S)) { in isInteresting()
66 if (AR->getLoop() == L) in isInteresting()
67 return AR->isAffine() || in isInteresting()
69 SE->getSCEVAtScope(AR, LI->getLoopFor(I->getParent())) != AR); in isInteresting()
40 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) run() argument
[all...]
H A DLoopCacheAnalysis.cpp77 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(&AccessFn);
78 if (!AR || !AR->isAffine())
81 assert(AR->getLoop() && "AR should have a loop");
84 const SCEV *Start = AR->getStart();
85 const SCEV *Step = AR->getStepRecurrence(SE);
93 return AR->getStepRecurrence(SE) == &ElemSize;
406 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LastSubscript);
407 return AR
[all...]
H A DAliasAnalysis.cpp411 raw_ostream &llvm::operator<<(raw_ostream &OS, AliasResult AR) { in operator <<() argument
412 switch (AR) { in operator <<()
448 AliasResult AR = alias(MemoryLocation::get(L), Loc, AAQI); in getModRefInfo() local
449 if (AR == NoAlias) in getModRefInfo()
451 if (AR == MustAlias) in getModRefInfo()
471 AliasResult AR = alias(MemoryLocation::get(S), Loc, AAQI); in getModRefInfo() local
474 if (AR == NoAlias) in getModRefInfo()
483 if (AR == MustAlias) in getModRefInfo()
516 AliasResult AR = alias(MemoryLocation::get(V), Loc, AAQI); in getModRefInfo() local
519 if (AR in getModRefInfo()
590 AliasResult AR = alias(MemoryLocation::get(CX), Loc, AAQI); getModRefInfo() local
618 AliasResult AR = alias(MemoryLocation::get(RMW), Loc, AAQI); getModRefInfo() local
677 AliasResult AR = alias(MemoryLocation(*CI), MemoryLocation(Object)); callCapturesBefore() local
[all...]
H A DIVDescriptors.cpp906 /// AddRecurrence \p AR; See createAddRecFromPHIWithCast). We want to find the
909 /// cast instructions, and compute the phi using \p AR (instead of some scev
936 const SCEVAddRecExpr *AR, in getCastsForInductionPHI()
941 assert(PSE.getSCEV(PN) == AR && "Unexpected phi node SCEV expression"); in getCastsForInductionPHI()
942 const Loop *L = AR->getLoop(); in getCastsForInductionPHI()
988 if (AddRec && PSE.areAddRecsEqualWithPreds(AddRec, AR)) in getCastsForInductionPHI()
1024 const auto *AR = dyn_cast<SCEVAddRecExpr>(PhiScev); in isInductionPHI() local
1027 if (Assume && !AR) in isInductionPHI()
1028 AR = PSE.getAsAddRec(Phi); in isInductionPHI()
1030 if (!AR) { in isInductionPHI()
934 getCastsForInductionPHI(PredicatedScalarEvolution &PSE, const SCEVUnknown *PhiScev, const SCEVAddRecExpr *AR, SmallVectorImpl<Instruction *> &CastInsts) getCastsForInductionPHI() argument
1062 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PhiScev); isInductionPHI() local
[all...]
H A DDDG.cpp270 LoopStandardAnalysisResults &AR) { in run()
272 DependenceInfo DI(F, &AR.AA, &AR.SE, &AR.LI); in run()
273 return std::make_unique<DataDependenceGraph>(L, AR.LI, DI); in run()
278 LoopStandardAnalysisResults &AR, in run()
281 OS << *AM.getResult<DDGAnalysis>(L, AR); in run()
269 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) run() argument
277 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR, LPMUpdater &U) run() argument
H A DLoopAccessAnalysis.cpp204 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Sc); in insert() local
205 assert(AR && "Invalid addrec expression"); in insert()
208 ScStart = AR->getStart(); in insert()
209 ScEnd = AR->evaluateAtIteration(Ex, *SE); in insert()
210 const SCEV *Step = AR->getStepRecurrence(*SE); in insert()
222 ScEnd = SE->getUMaxExpr(AR->getStart(), ScEnd); in insert()
629 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PtrScev); in hasComputableBounds() local
631 if (!AR && Assume) in hasComputableBounds()
632 AR = PSE.getAsAddRec(Ptr); in hasComputableBounds()
634 if (!AR) in hasComputableBounds()
944 isNoWrapAddRec(Value *Ptr, const SCEVAddRecExpr *AR, PredicatedScalarEvolution &PSE, const Loop *L) isNoWrapAddRec() argument
1007 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(PtrScev); getPtrStride() local
1020 << *Ptr << " SCEV: " << *AR << "\\n"); getPtrStride() local
1043 << "LAA: SCEV: " << *AR << "\\n" getPtrStride() local
1048 << *Ptr << " SCEV: " << *AR << "\\n"); getPtrStride() local
1060 << " SCEV: " << *AR << "\\n"); getPtrStride() local
1091 << "LAA: SCEV: " << *AR << "\\n" getPtrStride() local
2458 run(Loop &L, LoopAnalysisManager &AM, LoopStandardAnalysisResults &AR) run() argument
[all...]
H A DMemorySSA.cpp254 Optional<AliasResult> AR; member
259 // Return a pair of {IsClobber (bool), AR (AliasResult)}. It relies on AR being
268 Optional<AliasResult> AR; in instructionClobbersQuery() local
282 AR = AA.alias(MemoryLocation(II->getArgOperand(1)), UseLoc); in instructionClobbersQuery()
283 return {AR != NoAlias, AR}; in instructionClobbersQuery()
301 AR = isMustSet(I) ? MustAlias : MayAlias; in instructionClobbersQuery()
302 return {isModOrRefSet(I), AR}; in instructionClobbersQuery()
310 AR in instructionClobbersQuery()
346 Optional<AliasResult> AR = MayAlias; global() member
546 Optional<AliasResult> AR; global() member
1299 Optional<AliasResult> AR; global() member
2177 OS << " " << *AR; print() local
2217 OS << " " << *AR; print() local
[all...]
H A DScalarEvolution.cpp272 const SCEVAddRecExpr *AR = cast<SCEVAddRecExpr>(this); in print() local
273 OS << "{" << *AR->getOperand(0); in print()
274 for (unsigned i = 1, e = AR->getNumOperands(); i != e; ++i) in print()
275 OS << ",+," << *AR->getOperand(i); in print()
277 if (AR->hasNoUnsignedWrap()) in print()
279 if (AR->hasNoSignedWrap()) in print()
281 if (AR->hasNoSelfWrap() && in print()
282 !AR->getNoWrapFlags((NoWrapFlags)(FlagNUW | FlagNSW))) in print()
284 AR->getLoop()->getHeader()->printAsOperand(OS, /*PrintType=*/false); in print()
1436 // The recurrence AR ha
1444 getPreStartForExtend(const SCEVAddRecExpr *AR, Type *Ty, ScalarEvolution *SE, unsigned Depth) getPreStartForExtend() argument
1518 getExtendAddRecStart(const SCEVAddRecExpr *AR, Type *Ty, ScalarEvolution *SE, unsigned Depth) getExtendAddRecStart() argument
[all...]
/third_party/ltp/include/mk/
H A Dlib.mk69 $(if $(AR),$(AR),ar) -rc "$@" $^
72 @echo "AR $@"
73 @$(if $(AR),$(AR),ar) -rc "$@" $^
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp107 Register AR = in runOnMachineFunction() local
126 unsigned FiOpc = AR != 0 ? Hexagon::PS_fia : Hexagon::PS_fi; in runOnMachineFunction()
128 if (AR) in runOnMachineFunction()
129 MIB.addReg(AR); in runOnMachineFunction()
181 if (AR) { in runOnMachineFunction()
183 MachineInstr *AlignaI = MRI.getVRegDef(AR); in runOnMachineFunction()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtcases.c30 R(AR),
37 #define AR MCI_STATUS_AR macro
72 TEST(VAL|UC|PCC|EN|S|AR, PANIC); in test()
78 TEST(VAL|UC|EN|S|AR, PANIC); in test()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtcases.c30 R(AR),
37 #define AR MCI_STATUS_AR macro
72 TEST(VAL|UC|PCC|EN|S|AR, PANIC); in test()
78 TEST(VAL|UC|EN|S|AR, PANIC); in test()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/
H A DMakefile3 AR = arm-himix410-linux-ar macro
8 AR = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-ar macro
16 AR := $(COMPILER_DIR)/bin/llvm-ar macro
54 $(AR) -crs $@ objs/*.o
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/
H A DMakefile3 AR = arm-himix410-linux-ar macro
8 AR = ../../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-ar macro
16 AR := $(COMPILER_DIR)/bin/llvm-ar macro
54 $(AR) -crs $@ objs/*.o
/third_party/zlib/
H A Dconfigure52 AR=${AR-"${CROSS_PREFIX}ar"}
53 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
55 AR=${AR-"ar"}
56 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
269 AR="${CROSS_PREFIX}libtool"
271 AR="libtool"
273 AR="/usr/bin/libtool"
314 AR
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp317 for (MCRegAliasIterator AR(Reg, TRI, /*IncludeSelf*/ true); AR.isValid(); in AnyAliasLiveIn()
318 ++AR) in AnyAliasLiveIn()
319 if (MBB->isLiveIn(*AR)) in AnyAliasLiveIn()
381 AliasResult AR = areMemoryOpsAliased(MI, PrevMI); in isSuitableMemoryOp() local
382 if (AR == AR_WillAliasEverything) in isSuitableMemoryOp()
384 if (AR == AR_MayAlias) in isSuitableMemoryOp()

Completed in 24 milliseconds

1234567891011