Home
last modified time | relevance | path

Searched refs:AC (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp173 AnalysisContext ∾ member in clang::dataflow::__anon57fc8b7a0211::JoinedStateBuilder
181 return {AC.Analysis.joinTypeErased(L.Lattice, R.Lattice), in join()
182 Environment::join(L.Env, R.Env, AC.Analysis, JoinBehavior)}; in join()
186 JoinedStateBuilder(AnalysisContext &AC, in JoinedStateBuilder() argument
188 : AC(AC), JoinBehavior(JoinBehavior) {} in JoinedStateBuilder()
202 return {AC.Analysis.typeErasedInitialElement(), AC.InitEnv.fork()}; in take()
209 AC.Analysis, JoinBehavior)}; in take()
233 computeBlockInputState(const CFGBlock &Block, AnalysisContext &AC) { in computeBlockInputState() argument
262 StmtBlock = AC.ACFG.blockForStmt(*Terminator); in computeBlockInputState()
277 if (Pred && AC.ACFG.containsExprConsumedInDifferentBlock(*Pred)) { in computeBlockInputState()
[all …]
/freebsd/share/misc/
H A Dusb_hid_usages806 0x1AB AC Spell Check
835 0x201 AC New
836 0x202 AC Open
837 0x203 AC Close
838 0x204 AC Exit
839 0x205 AC Maximize
840 0x206 AC Minimize
841 0x207 AC Save
842 0x208 AC Print
843 0x209 AC Properties
[all …]
/freebsd/usr.bin/tip/libacu/
H A Dv831.c60 if ((AC = open(acu, O_RDWR)) < 0) { in v831_dialer()
69 close(AC); in v831_dialer()
98 close(AC); in v831_dialer()
106 close(AC); in v831_dialer()
148 printf("[abort: AC=%d]\n", AC); in v831_abort()
155 close(AC); in v831_abort()
174 #define pc(x) (c = x, write(AC,&c,1))
201 tcgetattr(AC, &cntrl); in dialit()
206 tcsetattr(AC, TCSANOW, &cntrl); in dialit()
207 tcflush(AC, TCIOFLUSH); in dialit()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp47 static AnnotationCache AC; in getAnnotationCache() local
48 return AC; in getAnnotationCache()
53 auto &AC = getAnnotationCache(); in clearAnnotationCache() local
54 std::lock_guard<sys::Mutex> Guard(AC.Lock); in clearAnnotationCache()
55 AC.Cache.erase(Mod); in clearAnnotationCache()
69 auto &AC = getAnnotationCache(); in cacheAnnotationFromMD() local
70 std::lock_guard<sys::Mutex> Guard(AC.Lock); in cacheAnnotationFromMD()
104 auto &AC = getAnnotationCache(); in cacheAnnotationFromMD() local
105 std::lock_guard<sys::Mutex> Guard(AC.Lock); in cacheAnnotationFromMD()
128 AC.Cache[m][gv] = std::move(tmp); in cacheAnnotationFromMD()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp37 const DataLayout &DL, const Instruction *CtxI, AssumptionCache *AC, in isDereferenceableAndAlignedPointerViaAssumption() argument
52 Ptr, {Attribute::Dereferenceable, Attribute::Alignment}, *AC, in isDereferenceableAndAlignedPointerViaAssumption()
72 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() argument
108 CtxI, AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
115 BC->getOperand(0), Alignment, Size, DL, CtxI, AC, DT, TLI, in isDereferenceableAndAlignedPointer()
122 Size, DL, CtxI, AC, DT, TLI, in isDereferenceableAndAlignedPointer()
125 Size, DL, CtxI, AC, DT, TLI, in isDereferenceableAndAlignedPointer()
136 !isKnownNonZero(V, SimplifyQuery(DL, DT, AC, CtxI))) in isDereferenceableAndAlignedPointer()
165 AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
184 isKnownNonZero(V, SimplifyQuery(DL, DT, AC, CtxI)) && in isDereferenceableAndAlignedPointer()
[all …]
H A DEphemeralValuesCache.cpp16 CodeMetrics::collectEphemeralValues(&F, &AC, EphValues); in collectEphemeralValues()
24 auto &AC = FAM.getResult<AssumptionAnalysis>(F); in run() local
25 return EphemeralValuesCache(F, AC); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h46 AssumptionCache &AC; variable
57 const TargetLibraryInfo &TLI, AssumptionCache &AC,
59 : DL(DL), F(F), TLI(TLI), AC(AC), DT_(DT) {} in DL()
62 : AAResultBase(Arg), DL(Arg.DL), F(Arg.F), TLI(Arg.TLI), AC(Arg.AC), in BasicAAResult()
66 AC(Arg.AC), DT_(Arg.DT_) {} in BasicAAResult()
113 AssumptionCache *AC, DominatorTree *DT);
124 LocationSize V2Size, AssumptionCache *AC,
H A DSimplifyQuery.h75 AssumptionCache *AC = nullptr; member
95 AssumptionCache *AC = nullptr,
98 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), DC(DC), IIQ(UseInstrInfo), in DL()
102 AssumptionCache *AC = nullptr,
105 : DL(DL), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), in DL()
H A DLoads.h41 AssumptionCache *AC = nullptr,
51 const Instruction *CtxI = nullptr, AssumptionCache *AC = nullptr,
60 const Instruction *CtxI = nullptr, AssumptionCache *AC = nullptr,
73 Instruction *ScanFrom, AssumptionCache *AC = nullptr,
85 AssumptionCache *AC = nullptr,
91 Loop *L, ScalarEvolution *SE, DominatorTree *DT, AssumptionCache *AC,
104 Instruction *ScanFrom, AssumptionCache *AC = nullptr,
H A DEphemeralValuesCache.h31 AssumptionCache &AC; variable
37 EphemeralValuesCache(Function &F, AssumptionCache &AC) : F(F), AC(AC) {} in EphemeralValuesCache() argument
H A DValueTracking.h63 AssumptionCache *AC = nullptr,
70 AssumptionCache *AC = nullptr,
79 AssumptionCache *AC = nullptr,
131 AssumptionCache *AC = nullptr,
207 AssumptionCache *AC = nullptr,
218 AssumptionCache *AC = nullptr,
258 const TargetLibraryInfo *TLI = nullptr, AssumptionCache *AC = nullptr,
547 AssumptionCache *AC = nullptr, const DominatorTree *DT = nullptr,
553 AssumptionCache *AC = nullptr,
559 return isSafeToSpeculativelyExecute(I, &*CtxI, AC, DT, TLI, UseVariableInfo,
[all …]
H A DLazyValueInfo.h34 AssumptionCache *AC = nullptr; variable
47 : AC(AC_), DL(DL_) {} in LazyValueInfo()
49 : AC(Arg.AC), DL(Arg.DL), PImpl(Arg.PImpl) { in LazyValueInfo()
54 AC = Arg.AC;
H A DPHITransAddr.h47 AssumptionCache *AC; variable
53 PHITransAddr(Value *Addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr() argument
54 : Addr(Addr), DL(DL), AC(AC) { in PHITransAddr()
H A DDemandedBits.h43 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() argument
44 F(F), AC(AC), DT(DT) {} in DemandedBits()
90 AssumptionCache &AC; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h53 AssumptionCache &AC; variable
80 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, in TruncInstCombine() argument
82 : AC(AC), TLI(TLI), DL(DL), DT(DT) {} in TruncInstCombine()
110 return llvm::computeKnownBits(V, DL, &AC, in computeKnownBits()
117 V, DL, &AC, /*CtxI=*/cast<Instruction>(CurrentTruncInst), &DT); in ComputeNumSignBits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp110 AssumptionCache* AC = nullptr; member
114 AssumptionCache *AC = nullptr, DominatorTree *DT = nullptr) in AssumeBuilderState()
115 : M(M), InstBeingModified(I), AC(AC), DT(DT) {} in AssumeBuilderState()
118 if (!InstBeingModified || !RK.WasOn || !AC) in tryToPreserveWithoutAddingAssume()
123 RK.WasOn, {RK.AttrKind}, *AC, in tryToPreserveWithoutAddingAssume()
292 bool llvm::salvageKnowledge(Instruction *I, AssumptionCache *AC, in salvageKnowledge() argument
297 AssumeBuilderState Builder(I->getModule(), I, AC, DT); in salvageKnowledge()
302 if (AC) in salvageKnowledge()
303 AC->registerAssumption(Intr); in salvageKnowledge()
310 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge() argument
[all …]
H A DMem2Reg.cpp36 AssumptionCache &AC) { in promoteMemoryToRegister() argument
54 PromoteMemToReg(Allocas, DT, &AC); in promoteMemoryToRegister()
63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
64 if (!promoteMemoryToRegister(F, DT, AC)) in run()
89 AssumptionCache &AC = in runOnFunction() local
91 return promoteMemoryToRegister(F, DT, AC); in runOnFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastToStructChecker.cpp29 AnalysisDeclContext *AC; member in __anond888d9760111::CastToStructVisitor
34 : BR(B), Checker(Checker), AC(A) {} in CastToStructVisitor()
41 ASTContext &Ctx = AC->getASTContext(); in VisitCastExpr()
64 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC); in VisitCastExpr()
66 AC->getDecl(), Checker, "Cast from non-struct type to struct type", in VisitCastExpr()
96 PathDiagnosticLocation Loc(CE, BR.getSourceManager(), AC); in VisitCastExpr()
97 BR.EmitBasicReport(AC->getDecl(), Checker, "Widening cast to struct type", in VisitCastExpr()
H A DUndefinedNewArraySizeChecker.cpp41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall() local
42 if (!AC->isArray()) in checkPreCall()
45 auto *SizeEx = *AC->getArraySizeExpr(); in checkPreCall()
46 auto SizeVal = AC->getArraySizeVal(); in checkPreCall()
H A DObjCContainersASTChecker.cpp30 AnalysisDeclContext* AC; member in __anon92c36e3f0111::WalkAST
74 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()), in WalkAST()
143 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in VisitCallExpr()
144 BR.EmitBasicReport(AC->getDecl(), Checker, OsName.str(), in VisitCallExpr()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dtps65217_charger.txt5 -interrupts: TPS65217 interrupt numbers for the AC and USB charger input change.
6 Should be <0> for the USB charger and <1> for the AC adapter.
7 -interrupt-names: Should be "USB" and "AC"
16 interrupt-names = "USB", "AC";
/freebsd/crypto/krb5/src/
H A DMakefile.in314 AC = util/et/et_c.awk
374 $(ET)asn1_err.c: $(AC) $(ET)asn1_err.et
375 $(AWK) -f $(AC) outfile=$@ $(ET)asn1_err.et
376 $(ET)kdb5_err.c: $(AC) $(ET)kdb5_err.et
377 $(AWK) -f $(AC) outfile=$@ $(ET)kdb5_err.et
378 $(ET)krb5_err.c: $(AC) $(ET)krb5_err.et
379 $(AWK) -f $(AC) outfile=$@ $(ET)krb5_err.et
380 $(ET)k5e1_err.c: $(AC) $(ET)k5e1_err.et
381 $(AWK) -f $(AC) outfile=$@ $(ET)k5e1_err.et
382 $(ET)kv5m_err.c: $(AC) $(ET)kv5m_err.et
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp332 void dump(const CFG &Cfg, AnalysisDeclContext &AC) const { in dump()
336 if (const Decl *D = AC.getDecl()) in dump()
340 for (const CFGBlock *B : *AC.getAnalysis<PostOrderCFGView>()) { in dump()
367 FactGenerator(FactManager &FactMgr, AnalysisDeclContext &AC) in FactGenerator() argument
368 : FactMgr(FactMgr), AC(AC) {} in FactGenerator()
374 for (const CFGBlock *Block : *AC.getAnalysis<PostOrderCFGView>()) { in run()
494 AnalysisDeclContext &AC; member in clang::__anon2e25c8880111::FactGenerator
672 AnalysisDeclContext &AC; member in clang::__anon2e25c8880111::LifetimeDataflow
684 LifetimeDataflow(const CFG &C, FactManager &FS, AnalysisDeclContext &AC) in LifetimeDataflow() argument
685 : Cfg(C), AC(AC), Xfer(FS, LifetimeFact) {} in LifetimeDataflow()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp344 AssumptionContext AC = {L.getParent(), R.getParent()}; in diffCallSites() local
346 &AC)) { in diffCallSites()
355 if (!equivalentAsOperands(L.getArgOperand(I), R.getArgOperand(I), &AC)) { in diffCallSites()
372 const AssumptionContext *AC = AllowAssumptions ? &ACValue : nullptr; in diff() local
411 RI.getIncomingValue(I), AC)) { in diff()
463 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition(), AC)) { in diff()
480 if (!equivalentAsOperands(LI->getAddress(), RI->getAddress(), AC)) { in diff()
495 if (!equivalentAsOperands(LI->getCondition(), RI->getCondition(), AC)) { in diff()
541 if (!equivalentAsOperands(LO, RO, AC)) { in diff()
552 const AssumptionContext *AC) { in equivalentAsOperands() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp42 bool inferAlignment(Function &F, AssumptionCache &AC, DominatorTree &DT) { in inferAlignment() argument
65 KnownBits Known = computeKnownBits(PtrOp, DL, &AC, &I, &DT); in inferAlignment()
78 AssumptionCache &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
80 inferAlignment(F, AC, DT); in run()

12345678910>>...17