Home
last modified time | relevance | path

Searched refs:AC (Results 101 – 125 of 413) sorted by relevance

12345678910>>...17

/freebsd/contrib/elftoolchain/ar/
H A Dacpyacc.y255 AC(archive_read_open_filename(a, fname, DEF_BLKSZ)); in arscp_open()
258 AC(archive_read_close(a)); in arscp_open()
315 AC(archive_write_open_fd(a, ofd)); in arscp_create()
316 AC(archive_write_close(a)); in arscp_create()
H A Dwrite.c262 AC(archive_read_open_filename(a, archive, DEF_BLKSZ)); in read_objs()
349 AC(archive_read_close(a)); in read_objs()
745 AC(archive_write_open_filename(a, bsdar->filename)); in write_objs()
764 AC(archive_write_header(a, entry)); in write_objs()
777 AC(archive_write_header(a, entry)); in write_objs()
800 AC(archive_write_header(a, entry)); in write_objs()
805 AC(archive_write_close(a)); in write_objs()
H A Dread.c75 AC(archive_read_open_filename(a, bsdar->filename, DEF_BLKSZ)); in ar_read_archive()
217 AC(archive_read_close(a)); in ar_read_archive()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp327 Expected<ArgumentCounter> AC = ArgumentCounter::createArgumentCounter( in collectRemarks() local
329 if (!AC) in collectRemarks()
330 return AC.takeError(); in collectRemarks()
331 if (auto E = useCollectRemark(Buffer, *AC, Filter)) in collectRemarks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h156 AssumptionCache *AC = nullptr,
167 AssumptionCache *AC = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp182 {DL, TLI, DT, AC})) { in translateSubExpr()
217 GEP->isInBounds(), {DL, TLI, DT, AC})) { in translateSubExpr()
267 if (Value *Res = simplifyAddInst(LHS, RHS, isNSW, isNUW, {DL, TLI, DT, AC})) { in translateSubExpr()
353 PHITransAddr Tmp(InVal, DL, AC); in insertTranslatedSubExpr()
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt6 - ac-bias: AC Bias Pin Frequency
7 - ac-bias-intrpt: AC Bias Pin Transitions per Interrupt
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp171 Action::ActionClass AC) const { in getTool()
172 switch (AC) { in getTool()
178 return ToolChain::getTool(AC); in getTool()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h237 AssumptionCache *AC = nullptr,
243 AssumptionCache *AC = nullptr,
245 return getOrEnforceKnownAlignment(V, MaybeAlign(), DL, CxtI, AC, DT);
H A DPromoteMemToReg.h40 AssumptionCache *AC = nullptr);
/freebsd/usr.bin/tip/
H A DREADME10 DEC DF02-AC, DF03-AC DF02, DF03
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp273 const Instruction *I, AssumptionCache *AC, const DominatorTree &DT) { in buildPartialUnswitchConditionalBranch() argument
1268 AC.registerAssumption(II); in buildClonedLoopBlocks()
2452 FreezeLoopUnswitchCond, BI, &AC, DT); in unswitchNontrivialInvariants()
2694 AssumptionCache *AC) { in turnSelectIntoBranch() argument
3304 CodeMetrics::collectEphemeralValues(&L, &AC, EphValues); in findBestNonTrivialUnswitchCandidate()
3452 AssumptionCache &AC) { in shouldInsertFreeze() argument
3468 Cond, &AC, L.getLoopPreheader()->getTerminator(), &DT); in shouldInsertFreeze()
3496 UnswitchCandidates, L, DT, LI, AC, TTI, PartialIVInfo); in unswitchBestCondition()
3526 Best.TI = turnSelectIntoBranch(SI, DT, LI, MSSAU, &AC); in unswitchBestCondition()
3532 InsertFreeze = shouldInsertFreeze(L, *Best.TI, DT, AC); in unswitchBestCondition()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp67 const DominatorTree &DT, AAResults &AA, AssumptionCache &AC, in VectorCombine() argument
69 : F(F), Builder(F.getContext()), TTI(TTI), DT(DT), AA(AA), AC(AC), in VectorCombine()
80 AssumptionCache &AC; member in __anon1fe002d00111::VectorCombine
190 if (!isSafeToLoadUnconditionally(SrcPtr, MinVecTy, Align(1), DL, Load, &AC, in vectorizeLoadInsert()
848 *FunctionalOpcode, &VPI, nullptr, &AC, &DT); in scalarizeVPIntrinsic()
849 if (!SafeToSpeculate && !isKnownNonZero(EVL, DL, 0, &AC, &VPI, &DT)) in scalarizeVPIntrinsic()
1149 AssumptionCache &AC, in canScalarizeAccess() argument
1168 if (isGuaranteedNotToBePoison(Idx, &AC)) { in canScalarizeAccess()
1237 auto ScalarizableIdx = canScalarizeAccess(VecTy, Idx, Load, AC, DT); in foldSingleElementStore()
1965 auto &AC = FAM.getResult<AssumptionAnalysis>(F); in run() local
[all …]
/freebsd/secure/caroot/untrusted/
H A DCybertrust_Global_Root.pem54 B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57
59 B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57
77 SHA1 Fingerprint=5F:43:E5:B1:BF:F8:78:8C:AC:1C:C7:CA:4A:9A:C6:22:2B:CC:34:C6
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h249 void determineExpectedReturnState(AnalysisDeclContext &AC,
268 void run(AnalysisDeclContext &AC);
/freebsd/share/vt/fonts/
H A Dvgarom-8x8.hex110 00AC:000000FC0C0C0000
327 03AC:081076CCCCCC7600
491 20AC:0000000000000000
563 25AC:000000007E7E7E00
H A Dvgarom-8x14.hex111 00AC:000000000000FE06060600000000
328 03AC:0000003810007BCECCCCCC7B0000
492 20AC:0000000000000000000000000000
564 25AC:0000000000000000FEFEFE000000
H A Dvgarom-16x32.hex111 00AC:000000000000000000000000000000000000000000000000FFFCFFFC003C003C003C003C003C003C003C003C000000…
332 03AC:00000000000000000FC00FC003000300000000003FCF3FCFF0FCF0FCF0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F03FCF3F…
496 20AC:0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000…
568 25AC:0000000000000000000000000000000000000000000000000000000000000000FFFCFFFCFFFCFFFCFFFCFFFCFFFCFF…
H A Dvgarom-8x16.hex111 00AC:000000000000FE060606060000000000
332 03AC:00003810007BCECCCCCCCC7B00000000
496 20AC:00000000000000000000000000000000
568 25AC:0000000000000000FEFEFEFE00000000
H A Dvgarom-thin-8x8.hex106 00AC:000000FC0C0C0000
239 25AC:000000007E7E7E00
/freebsd/secure/caroot/trusted/
H A DTelia_Root_CA_v2.pem67 72:AC:E4:33:79:AA:45:87:F6:FD:AC:1D:9E:D6:C7:2F:86:D8:24:39
69 72:AC:E4:33:79:AA:45:87:F6:FD:AC:1D:9E:D6:C7:2F:86:D8:24:39
H A DCertum_EC-384_CA.pem53 SHA1 Fingerprint=F3:3E:78:3C:AC:DF:F4:A2:CC:AC:67:55:69:56:D7:E5:16:3C:E1:ED
/freebsd/sys/contrib/device-tree/Bindings/ddr/
H A Dlpddr2.txt19 The following optional properties represent the minimum value of some AC
36 "lpddr2-timings" provides AC timing parameters of the device for
H A Dlpddr3.txt18 The following optional properties represent the minimum value of some AC
45 "lpddr3-timings" provides AC timing parameters of the device for
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Dlpddr3.txt18 The following optional properties represent the minimum value of some AC
45 "lpddr3-timings" provides AC timing parameters of the device for

12345678910>>...17