Home
last modified time | relevance | path

Searched refs:AC (Results 151 – 175 of 413) sorted by relevance

12345678910>>...17

/freebsd/crypto/openssl/test/recipes/25-test_eai_data/
H A Dutf8_chain.pem14 r9EAjI90shcVhFM/+C1C+7AC+fM74Q89U5D4i6GWFvGjVT88/fsQYwRGoB7e13gQ
H A Dascii_chain.pem14 r9EAjI90shcVhFM/+C1C+7AC+fM74Q89U5D4i6GWFvGjVT88/fsQYwRGoB7e13gQ
/freebsd/sys/contrib/device-tree/src/arm/
H A Dtps65217.dtsi19 interrupt-names = "USB", "AC";
/freebsd/usr.bin/ar/
H A Dar.h53 #define AC(CALL) do { \ macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp219 AssumptionCache *AC, const TargetTransformInfo *TTI, in UnrollAndJamLoop() argument
246 LI, SE, DT, AC, TTI, true, EpilogueLoop)) { in UnrollAndJamLoop()
433 AC->registerAssumption(II); in UnrollAndJamLoop()
592 simplifyLoopAfterUnroll(SubLoop, true, LI, SE, DT, AC, TTI); in UnrollAndJamLoop()
593 simplifyLoopAfterUnroll(L, !CompletelyUnroll && Count > 1, LI, SE, DT, AC, in UnrollAndJamLoop()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.h41 Tool *getTool(Action::ActionClass AC) const override;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp302 std::unique_ptr<AnalysisDeclContext> &AC = Contexts[D]; in getContext() local
303 if (!AC) in getContext()
304 AC = std::make_unique<AnalysisDeclContext>(this, D, cfgBuildOptions); in getContext()
305 return AC.get(); in getContext()
H A DReachableCode.cpp690 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode() argument
693 CFG *cfg = AC.getCFG(); in FindUnreachableCode()
707 if (!AC.getCFGBuildOptions().AddEHEdges) { in FindUnreachableCode()
721 DeadCodeScan DS(reachable, PP, AC.getASTContext()); in FindUnreachableCode()
H A DLiveVariables.cpp523 LiveVariables::computeLiveness(AnalysisDeclContext &AC, bool killAtAssign) { in computeLiveness() argument
526 CFG *cfg = AC.getCFG(); in computeLiveness()
535 LiveVariablesImpl *LV = new LiveVariablesImpl(AC, killAtAssign); in computeLiveness()
539 BackwardDataflowWorklist worklist(*cfg, AC); in computeLiveness()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h58 AssumptionCache *AC, unsigned Count);
/freebsd/secure/caroot/trusted/
H A DAC_RAIZ_FNMT-RCM.pem2 ## AC RAIZ FNMT-RCM
20 Issuer: C = ES, O = FNMT-RCM, OU = AC RAIZ FNMT-RCM
24 Subject: C = ES, O = FNMT-RCM, OU = AC RAIZ FNMT-RCM
H A DStarfield_Class_2_CA.pem49 BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
51 keyid:BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
/freebsd/libexec/getty/
H A Dmain.c226 if (IC || AC) { in main()
241 if (AC) { in main()
258 i = getty_chat(AC, CT, DC); in main()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp534 ASTContext &AC = State->getStateManager().getContext(); in hasUnguardedAccess() local
557 auto Accesses = match(stmt(hasDescendant(FieldAccessM)), *MethodBody, AC); in hasUnguardedAccess()
563 auto Guards = match(stmt(hasDescendant(GuardM)), *MethodBody, AC); in hasUnguardedAccess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp232 getKnownAlignment(MI->getDest(), DL, MI, &AC, &DT); in SimplifyAnyMemSet()
1053 KnownBits Known = computeKnownBits(Op, DL, 0, AC, CxtI, DT); in getKnownSign()
1069 AssumptionCache *AC, in getKnownSignOrZero() argument
1588 getKnownSignOrZero(IIOperand, II, DL, &AC, &DT)) { in visitCallInst()
1713 auto KnownSign = getKnownSign(X, II, DL, &AC, &DT); in visitCallInst()
2049 isKnownNonZero(II, DL, /*Depth*/ 0, &AC, II, &DT))) { in visitCallInst()
2890 AC.registerAssumption(Replacement); in visitCallInst()
2919 buildAssumeFromKnowledge(RK, Next, &AC, &DT)) { in visitCallInst()
2922 AC.registerAssumption(Replacement); in visitCallInst()
2979 AC.updateAffectedValues(cast<AssumeInst>(II)); in visitCallInst()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h172 DemandedBits *DB = nullptr, AssumptionCache *AC = nullptr,
182 DemandedBits *DB = nullptr, AssumptionCache *AC = nullptr,
H A DLoopAnalysisManager.h53 AssumptionCache &AC; member
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Darm,pl041.yaml14 peripheral that provides communication with an audio CODEC using the AC-link
H A Dfsl-asoc-card.txt16 Note: The card is initially designed for those sound cards who use AC'97, I2S
18 AC'97/I2S/PCM type sound cards, such as S/PDIF audio and HDMI audio, as
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234-p3737-0000.dtsi47 interrupts = <TEGRA234_MAIN_GPIO(AC, 5) GPIO_ACTIVE_HIGH>;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp389 AssumptionCache *AC; ///< A pointer to the cache of @llvm.assume calls. member in llvm::LazyValueInfoImpl
505 LazyValueInfoImpl(AssumptionCache *AC, const DataLayout &DL, in LazyValueInfoImpl() argument
507 : AC(AC), DL(DL), GuardDecl(GuardDecl) {} in LazyValueInfoImpl()
793 for (auto &AssumeVH : AC->assumptionsFor(Val)) { in intersectAssumeOrGuardBlockValueConstantRange()
914 if (isGuaranteedNotToBeUndef(Cond, AC)) { in solveBlockValueSelect()
1591 if (!isGuaranteedNotToBeUndef(SI->getCondition(), AC)) in getValueAtUse()
1635 Info.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction()
1659 PImpl = new LazyValueInfoImpl(AC, DL, GuardDecl); in getOrCreateImpl()
1695 auto &AC = FAM.getResult<AssumptionAnalysis>(F); in run() local
1697 return LazyValueInfo(&AC, &F.getParent()->getDataLayout()); in run()
/freebsd/secure/caroot/untrusted/
H A DGlobal_Chambersign_Root_-_2008.pem18 …rent address at www.camerfirma.com/address), serialNumber = A82743287, O = AC Camerfirma S.A., CN …
22 …rent address at www.camerfirma.com/address), serialNumber = A82743287, O = AC Camerfirma S.A., CN …
70 …e current address at www.camerfirma.com\/address)/serialNumber=A82743287/O=AC Camerfirma S.A./CN=G…
H A DCamerfirma_Chambers_of_Commerce_Root.pem17 …Issuer: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Chambers…
21 …Subject: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Chamber…
H A DCamerfirma_Global_Chambersign_Root.pem17 …Issuer: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Global C…
21 …Subject: C = EU, O = AC Camerfirma SA CIF A82743287, OU = http://www.chambersign.org, CN = Global …
/freebsd/contrib/ntp/sntp/libevent/
H A Devconfig-private.h.in2 /* in AC manual. Kevin Bowling <kevin.bowling@kev009.com */

12345678910>>...17