Home
last modified time | relevance | path

Searched refs:AC (Results 51 – 75 of 413) sorted by relevance

12345678910>>...17

/freebsd/contrib/elftoolchain/elfcopy/
H A Darchive.c342 #define AC(CALL) do { \ macro
349 #define ACV(CALL) AC(CALL)
402 AC(archive_read_open_fd(a, ifd, 10240)); in ac_read_objs()
448 AC(archive_read_close(a)); in ac_read_objs()
464 AC(archive_write_open_fd(a, ofd)); in ac_write_objs()
474 AC(archive_write_header(a, entry)); in ac_write_objs()
486 AC(archive_write_header(a, entry)); in ac_write_objs()
501 AC(archive_write_header(a, entry)); in ac_write_objs()
506 AC(archive_write_close(a)); in ac_write_objs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h93 AssumptionCache *AC; variable
107 IVUsers(Loop *L, AssumptionCache *AC, LoopInfo *LI, DominatorTree *DT,
111 : L(std::move(X.L)), AC(std::move(X.AC)), DT(std::move(X.DT)), in IVUsers()
H A DCodeMetrics.h84 static void collectEphemeralValues(const Loop *L, AssumptionCache *AC,
89 static void collectEphemeralValues(const Function *L, AssumptionCache *AC,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h247 AssumptionCache *AC, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI) in LoopVectorizationLegality() argument
249 ORE(ORE), Requirements(R), Hints(H), DB(DB), AC(AC), BFI(BFI), in LoopVectorizationLegality()
398 AssumptionCache *getAssumptionCache() const { return AC; } in getAssumptionCache()
535 AssumptionCache *AC; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp159 AssumptionCache *AC, in getKnowledgeForValue() argument
164 if (AC) { in getKnowledgeForValue()
165 for (AssumptionCache::ResultElem &Elem : AC->assumptionsFor(V)) { in getKnowledgeForValue()
199 const Instruction *CtxI, const DominatorTree *DT, AssumptionCache *AC) { in getKnowledgeValidInContext() argument
200 return getKnowledgeForValue(V, AttrKinds, AC, in getKnowledgeValidInContext()
H A DBasicAliasAnalysis.cpp366 AssumptionCache *AC, DominatorTree *DT) { in GetLinearExpression() argument
407 Depth + 1, AC, DT); in GetLinearExpression()
414 Depth + 1, AC, DT); in GetLinearExpression()
421 Depth + 1, AC, DT) in GetLinearExpression()
434 Depth + 1, AC, DT); in GetLinearExpression()
447 DL, Depth + 1, AC, DT); in GetLinearExpression()
452 DL, Depth + 1, AC, DT); in GetLinearExpression()
1189 computeKnownBits(Index.Val.V, DL, 0, &AC, Index.CxtI, DT); in aliasGEP()
1238 isKnownNonZero(Var.Val.V, DL, 0, &AC, Var.CxtI, DT)) { in aliasGEP()
1789 AssumptionCache *AC, in constantOffsetHeuristic() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp90 ASTContext &AC = C.getASTContext(); in isVforkCall() local
91 II_vfork = &AC.Idents.get("vfork"); in isVforkCall()
115 ASTContext &AC = C.getASTContext(); in isCallExplicitelyAllowed() local
117 VforkAllowlist.insert(&AC.Idents.get(*id)); in isCallExplicitelyAllowed()
H A DConversionChecker.cpp149 const auto &AC = C.getASTContext(); in isLossOfPrecision() local
156 const llvm::fltSemantics &Sema = AC.getFloatTypeSemantics(DestType); in isLossOfPrecision()
159 RepresentsUntilExp = AC.getIntWidth(DestType); in isLossOfPrecision()
173 unsigned CorrectedSrcWidth = AC.getIntWidth(SubType); in isLossOfPrecision()
H A DDeadStoresChecker.cpp135 AnalysisDeclContext* AC; member in __anone4f01d790211::DeadStoreObs
150 : cfg(cfg), Ctx(ctx), BR(br), Checker(checker), AC(ac), Parents(parents), in DeadStoreObs()
163 V.TraverseStmt(AC->getBody()); in isLive()
261 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, categories::UnusedCode, in Report()
281 PathDiagnosticLocation::createBegin(Ex, BR.getSourceManager(), AC); in CheckVarDecl()
545 AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D); in checkASTCodeBody() local
549 DeadStoreObs A(cfg, BR.getContext(), BR, this, AC, pmap, FS.Escaped, in checkASTCodeBody()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp149 AssumptionCache &AC, OptimizationRemarkEmitter *ORE, in HardwareLoopsImpl() argument
152 TLI(TLI), AC(AC), ORE(ORE), Opts(Opts) { } in HardwareLoopsImpl()
171 AssumptionCache ∾ member in __anon8ccd83d70111::HardwareLoopsImpl
247 auto &AC = getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
264 HardwareLoopsImpl Impl(SE, LI, PreserveLCSSA, DT, DL, TTI, TLI, AC, ORE, in runOnFunction()
276 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
280 HardwareLoopsImpl Impl(SE, LI, true, DT, DL, TTI, TLI, AC, ORE, Opts); in run()
324 !TTI.isHardwareLoopProfitable(L, SE, AC, TLI, HWLoopInfo)) { in TryConvertLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopPeel.h27 DominatorTree &DT, AssumptionCache *AC, bool PreserveLCSSA,
40 ScalarEvolution &SE, AssumptionCache *AC = nullptr,
H A DSimplifyCFGOptions.h34 AssumptionCache *AC = nullptr; member
66 AC = Cache; in setAssumptionCache()
/freebsd/contrib/sendmail/libsm/
H A Dt-streq.sh30 1:AC
32 0:AC
/freebsd/usr.bin/ar/
H A Dacpyacc.y252 AC(archive_read_open_filename(a, fname, DEF_BLKSZ)); in arscp_open()
256 AC(archive_read_close(a)); in arscp_open()
257 AC(archive_read_free(a)); in arscp_open()
310 AC(archive_write_open_fd(a, ofd)); in arscp_create()
311 AC(archive_write_close(a)); in arscp_create()
312 AC(archive_write_free(a)); in arscp_create()
H A Dread.c71 AC(archive_read_open_filename(a, bsdar->filename, DEF_BLKSZ)); in ar_read_archive()
200 AC(archive_read_close(a)); in ar_read_archive()
201 AC(archive_read_free(a)); in ar_read_archive()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dtps65217-charger.yaml26 - const: AC
41 interrupt-names = "USB", "AC";
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs43130.txt32 Boolean, define to enable headphone AC impedance measurement.
33 DC impedance must also be enabled for AC impedance measurement.
40 Define the frequencies at which to measure HP AC impedance.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp46 AssumptionCache &AC, const TargetLibraryInfo &TLI, in simplifyLoopInst() argument
49 SimplifyQuery SQ(DL, &TLI, &DT, &AC); in simplifyLoopInst()
182 if (!simplifyLoopInst(L, AR.DT, AR.LI, AR.AC, AR.TLI, in run()
H A DLoopRotation.cpp77 bool Changed = LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, in run()
131 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnLoop() local
148 return LoopRotation(L, LI, TTI, AC, &DT, &SE, MSSAU ? &*MSSAU : nullptr, SQ, in runOnLoop()
H A DLICM.cpp177 AssumptionCache *AC, bool AllowSpeculation);
210 AssumptionCache *AC, TargetLibraryInfo *TLI,
505 DT, AC, TLI, TTI, L, MSSAU, &SafetyInfo, ORE, in runOnLoop()
866 DominatorTree *DT, AssumptionCache *AC, in hoistRegion() argument
1774 AssumptionCache *AC, bool AllowSpeculation) { in isSafeToExecuteUnconditionally() argument
1776 isSafeToSpeculativelyExecute(&Inst, CtxI, AC, DT, TLI)) in isSafeToExecuteUnconditionally()
1957 LoopInfo *LI, DominatorTree *DT, AssumptionCache *AC, in promoteLoopAccessesToScalars() argument
2601 SimplifyQuery SQ(DL, DT, AC, &ICmp); in hoistSub()
2744 if (hoistGEP(I, L, SafetyInfo, MSSAU, AC, DT)) { in hoistArithmetics()
2751 if (hoistAddSub(I, L, SafetyInfo, MSSAU, AC, DT)) { in hoistArithmetics()
[all …]
H A DEarlyCSE.cpp645 AssumptionCache &AC; member in __anon73aa16d30411::EarlyCSE
735 : TLI(TLI), TTI(TTI), DT(DT), AC(AC), SQ(DL, &TLI, &DT, &AC), MSSA(MSSA), in EarlyCSE()
1391 salvageKnowledge(&Inst, &AC); in processNode()
1471 salvageKnowledge(&Inst, &AC); in processNode()
1507 salvageKnowledge(&Inst, &AC); in processNode()
1539 salvageKnowledge(&Inst, &AC); in processNode()
1593 salvageKnowledge(&Inst, &AC); in processNode()
1637 salvageKnowledge(&Inst, &AC); in processNode()
1662 salvageKnowledge(&Inst, &AC); in processNode()
1709 salvageKnowledge(&Inst, &AC); in processNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp353 AssumptionCache *AC, LazyValueInfo *LVI) { in ProcessSwitchInst() argument
411 KnownBits Known = computeKnownBits(Val, DL, /*Depth=*/0, AC, SI); in ProcessSwitchInst()
537 bool LowerSwitch(Function &F, LazyValueInfo *LVI, AssumptionCache *AC) { in LowerSwitch() argument
550 ProcessSwitchInst(SI, DeleteList, AC, LVI); in LowerSwitch()
601 AssumptionCache *AC = ACT ? &ACT->getAssumptionCache(F) : nullptr; in runOnFunction() local
602 return LowerSwitch(F, LVI, AC); in runOnFunction()
608 AssumptionCache *AC = AM.getCachedResult<AssumptionAnalysis>(F); in run() local
609 return LowerSwitch(F, LVI, AC) ? PreservedAnalyses::none() in run()
H A DPredicateInfo.cpp245 AssumptionCache &AC; member in llvm::PredicateInfoBuilder
282 AssumptionCache &AC) in PredicateInfoBuilder() argument
283 : PI(PI), F(F), DT(DT), AC(AC) { in PredicateInfoBuilder()
518 for (auto &Assume : AC.assumptions()) { in buildPredicateInfo()
756 AssumptionCache &AC) in PredicateInfo() argument
758 PredicateInfoBuilder Builder(*this, F, DT, AC); in PredicateInfo()
847 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
849 auto PredInfo = std::make_unique<PredicateInfo>(F, DT, AC); in run()
910 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
911 std::make_unique<PredicateInfo>(F, DT, AC)->verifyPredicateInfo(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp50 AssumptionCache *AC = nullptr; member in __anon7e91e0230111::AMDGPULateCodeGenPrepare
76 KnownBits Known = computeKnownBits(V, *DL, 0, AC); in isDWORDAligned()
102 AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
/freebsd/contrib/elftoolchain/ar/
H A Dar.h62 #define AC(CALL) do { \ macro
73 #define ACV(CALL) AC(CALL)

12345678910>>...17