Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-12-stable/share/misc/
Dusb_hid_usages807 0x1AB AC Spell Check
836 0x201 AC New
837 0x202 AC Open
838 0x203 AC Close
839 0x204 AC Exit
840 0x205 AC Maximize
841 0x206 AC Minimize
842 0x207 AC Save
843 0x208 AC Print
844 0x209 AC Properties
[all …]
/freebsd-12-stable/usr.bin/tip/libacu/
Dv831.c70 if ((AC = open(acu, O_RDWR)) < 0) { in v831_dialer()
79 close(AC); in v831_dialer()
108 close(AC); in v831_dialer()
116 close(AC); in v831_dialer()
158 printf("[abort: AC=%d]\n", AC); in v831_abort()
165 close(AC); in v831_abort()
184 #define pc(x) (c = x, write(AC,&c,1))
211 tcgetattr(AC, &cntrl); in dialit()
216 tcsetattr(AC, TCSANOW, &cntrl); in dialit()
217 tcflush(AC, TCIOFLUSH); in dialit()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DValueTracking.h60 AssumptionCache *AC = nullptr,
76 unsigned Depth = 0, AssumptionCache *AC = nullptr,
84 unsigned Depth = 0, AssumptionCache *AC = nullptr,
93 AssumptionCache *AC = nullptr,
108 AssumptionCache *AC = nullptr,
120 AssumptionCache *AC = nullptr,
134 AssumptionCache *AC = nullptr,
148 AssumptionCache *AC = nullptr,
156 AssumptionCache *AC = nullptr,
164 AssumptionCache *AC = nullptr,
[all …]
DBasicAliasAnalysis.h56 AssumptionCache &AC; variable
62 const TargetLibraryInfo &TLI, AssumptionCache &AC,
64 : AAResultBase(), DL(DL), F(F), TLI(TLI), AC(AC), DT(DT), PV(PV) {} in AAResultBase()
67 : AAResultBase(Arg), DL(Arg.DL), F(Arg.F), TLI(Arg.TLI), AC(Arg.AC), in BasicAAResult()
71 AC(Arg.AC), DT(Arg.DT), PV(Arg.PV) {} in BasicAAResult()
188 AssumptionCache *AC, DominatorTree *DT);
205 const APInt &BaseOffset, AssumptionCache *AC,
DLazyValueInfo.h33 AssumptionCache *AC = nullptr; variable
44 : AC(AC_), DL(DL_), TLI(TLI_) {} in LazyValueInfo()
46 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), PImpl(Arg.PImpl) { in LazyValueInfo()
51 AC = Arg.AC;
DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr() argument
53 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) { in PHITransAddr()
DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() argument
43 F(F), AC(AC), DT(DT) {} in DemandedBits()
89 AssumptionCache &AC; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp72 AnalysisDeclContext* AC; member in __anondfdc49850111::WalkAST
82 : BR(br), AC(ac), II_setid(), in WalkAST()
337 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC); in checkLoopConditionForFloat()
338 BR.EmitBasicReport(AC->getDecl(), filter.checkName_FloatLoopCounter, in checkLoopConditionForFloat()
377 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_bcmp()
378 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp, in checkCall_bcmp()
419 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_bcopy()
420 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy, in checkCall_bcopy()
460 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in checkCall_bzero()
461 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero, in checkCall_bzero()
[all …]
DIdenticalExprChecker.cpp39 AnalysisDeclContext *AC; member in __anon207298c70111::FindIdenticalExprVisitor
44 : BR(B), Checker(Checker), AC(A) {} in FindIdenticalExprVisitor()
71 BR.EmitBasicReport(AC->getDecl(), Checker, in reportIdenticalExpr()
91 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) { in checkBitwiseOrLogicalOp()
99 if (isIdenticalStmt(AC->getASTContext(), RHS, LHS)) { in checkBitwiseOrLogicalOp()
118 …if (InnerIf && isIdenticalStmt(AC->getASTContext(), I->getCond(), InnerIf->getCond(), /*IgnoreSide… in VisitIfStmt()
119 PathDiagnosticLocation ELoc(InnerIf->getCond(), BR.getSourceManager(), AC); in VisitIfStmt()
120 BR.EmitBasicReport(AC->getDecl(), Checker, "Identical conditions", in VisitIfStmt()
140 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) { in VisitIfStmt()
142 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC); in VisitIfStmt()
[all …]
DCastToStructChecker.cpp29 AnalysisDeclContext *AC; member in __anonf886dd8e0111::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()
DCheckSizeofPointer.cpp27 AnalysisDeclContext* AC; member in __anona4e3a4550111::WalkAST
31 : BR(br), Checker(checker), AC(ac) {} in WalkAST()
65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC); in VisitUnaryExprOrTypeTraitExpr()
66 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitUnaryExprOrTypeTraitExpr()
DObjCContainersASTChecker.cpp30 AnalysisDeclContext* AC; member in __anonee1fc1570111::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()
DCStringSyntaxChecker.cpp35 AnalysisDeclContext* AC; member in __anonadfef73c0111::WalkAST
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) in WalkAST() argument
105 : Checker(Checker), BR(BR), AC(AC) {} in WalkAST()
223 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); in VisitCallExpr()
248 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); in VisitCallExpr()
DDebugCheckers.cpp37 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) { in checkASTCodeBody() local
39 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
63 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) { in checkASTCodeBody() local
65 Dom.buildDominatorTree(AC->getCFG()); in checkASTCodeBody()
89 if (AnalysisDeclContext *AC = mgr.getAnalysisDeclContext(D)) { in checkASTCodeBody() local
90 ControlDependencyCalculator Dom(AC->getCFG()); in checkASTCodeBody()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp108 AssumptionCache* AC = nullptr; member
112 AssumptionCache *AC = nullptr, DominatorTree *DT = nullptr) in AssumeBuilderState()
113 : M(M), InstBeingModified(I), AC(AC), DT(DT) {} in AssumeBuilderState()
121 RK.WasOn, {RK.AttrKind}, AC, in tryToPreserveWithoutAddingAssume()
293 void llvm::salvageKnowledge(Instruction *I, AssumptionCache *AC, in salvageKnowledge() argument
297 AssumeBuilderState Builder(I->getModule(), I, AC, DT); in salvageKnowledge()
301 if (AC) in salvageKnowledge()
302 AC->registerAssumption(Intr); in salvageKnowledge()
308 Instruction *CtxI, AssumptionCache *AC, in buildAssumeFromKnowledge() argument
310 AssumeBuilderState Builder(CtxI->getModule(), CtxI, AC, DT); in buildAssumeFromKnowledge()
[all …]
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()
DPromoteMemoryToRegister.cpp230 AssumptionCache *AC; member
266 AssumptionCache *AC) in PromoteMem2Reg()
269 AC(AC), SQ(DT.getRoot()->getParent()->getParent()->getDataLayout(), in PromoteMem2Reg()
270 nullptr, &DT, AC) {} in PromoteMem2Reg()
301 static void addAssumeNonNull(AssumptionCache *AC, LoadInst *LI) { in addAssumeNonNull() argument
309 AC->registerAssumption(cast<AssumeInst>(CI)); in addAssumeNonNull()
356 DominatorTree &DT, AssumptionCache *AC) { in rewriteSingleStoreAlloca() argument
407 if (AC && LI->getMetadata(LLVMContext::MD_nonnull) && in rewriteSingleStoreAlloca()
408 !isKnownNonZero(ReplVal, DL, 0, AC, LI, &DT)) in rewriteSingleStoreAlloca()
409 addAssumeNonNull(AC, LI); in rewriteSingleStoreAlloca()
[all …]
DLoopSimplify.cpp179 AssumptionCache *AC) { in findPHIToPartitionLoops() argument
184 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) { in findPHIToPartitionLoops()
223 AssumptionCache *AC, MemorySSAUpdater *MSSAU) { in separateNestedLoop() argument
253 PHINode *PN = findPHIToPartitionLoops(L, DT, AC); in separateNestedLoop()
487 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop() argument
573 PreserveLCSSA, AC, MSSAU)) { in simplifyOneLoop()
606 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) { in simplifyOneLoop()
720 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop() argument
749 AC, MSSAU, PreserveLCSSA); in simplifyLoop()
813 AssumptionCache *AC = in runOnFunction() local
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h68 AssumptionCache &AC; variable
85 bool MinimizeSize, AAResults *AA, AssumptionCache &AC, in InstCombiner() argument
91 MinimizeSize(MinimizeSize), AA(AA), AC(AC), TLI(TLI), DT(DT), DL(DL), in InstCombiner()
92 SQ(DL, &TLI, &DT, &AC), ORE(ORE), BFI(BFI), PSI(PSI), LI(LI) {} in InstCombiner()
367 AssumptionCache &getAssumptionCache() const { return AC; } in getAssumptionCache()
458 llvm::computeKnownBits(V, Known, DL, Depth, &AC, CxtI, &DT); in computeKnownBits()
463 return llvm::computeKnownBits(V, DL, Depth, &AC, CxtI, &DT); in computeKnownBits()
469 return llvm::isKnownToBeAPowerOfTwo(V, DL, OrZero, Depth, &AC, CxtI, &DT);
474 return llvm::MaskedValueIsZero(V, Mask, DL, Depth, &AC, CxtI, &DT);
479 return llvm::ComputeNumSignBits(Op, DL, Depth, &AC, CxtI, &DT);
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFlatten.cpp435 AssumptionCache *AC) { in checkOverflow() argument
446 FI.InnerTripCount, FI.OuterTripCount, DL, AC, in checkOverflow()
474 ScalarEvolution *SE, AssumptionCache *AC, in CanFlattenLoopPair() argument
520 ScalarEvolution *SE, AssumptionCache *AC, in DoFlattenLoopPair() argument
582 ScalarEvolution *SE, AssumptionCache *AC, in CanWidenIV() argument
628 return CanFlattenLoopPair(FI, DT, LI, SE, AC, TTI); in CanWidenIV()
632 ScalarEvolution *SE, AssumptionCache *AC, in FlattenLoopPair() argument
640 if (!CanFlattenLoopPair(FI, DT, LI, SE, AC, TTI)) in FlattenLoopPair()
644 if (CanWidenIV(FI, DT, LI, SE, AC, TTI)) in FlattenLoopPair()
645 return DoFlattenLoopPair(FI, DT, LI, SE, AC, TTI); in FlattenLoopPair()
[all …]
DLoopDataPrefetch.cpp66 LoopDataPrefetch(AssumptionCache *AC, DominatorTree *DT, LoopInfo *LI, in LoopDataPrefetch() argument
69 : AC(AC), DT(DT), LI(LI), SE(SE), TTI(TTI), ORE(ORE) {} in LoopDataPrefetch()
108 AssumptionCache *AC; member in __anon485c0f700111::LoopDataPrefetch
176 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
181 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in run()
201 AssumptionCache *AC = in runOnFunction() local
208 LoopDataPrefetch LDP(AC, DT, LI, SE, TTI, ORE); in runOnFunction()
280 CodeMetrics::collectEphemeralValues(L, AC, EphValues); in runOnLoop()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp110 static void CheckUnreachable(Sema &S, AnalysisDeclContext &AC) { in CheckUnreachable() argument
118 if (!S.getSourceManager().isInMainFile(AC.getDecl()->getBeginLoc())) in CheckUnreachable()
122 reachable_code::FindUnreachableCode(AC, S.getPreprocessor(), UC); in CheckUnreachable()
256 const Stmt *Body, AnalysisDeclContext &AC) { in checkRecursiveFunction() argument
265 CFG *cfg = AC.getCFG(); in checkRecursiveFunction()
359 AnalysisDeclContext &AC) { in checkThrowInNonThrowingFunc() argument
360 CFG *BodyCFG = AC.getCFG(); in checkThrowInNonThrowingFunc()
399 static ControlFlowKind CheckFallThrough(AnalysisDeclContext &AC) { in CheckFallThrough() argument
400 CFG *cfg = AC.getCFG(); in CheckFallThrough()
409 bool AddEHEdges = AC.getAddEHEdges(); in CheckFallThrough()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DAssumeBundleBuilder.h42 void salvageKnowledge(Instruction *I, AssumptionCache *AC = nullptr,
49 AssumptionCache *AC = nullptr,
71 AssumptionCache *AC,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLint.cpp129 AssumptionCache *AC; member in __anonec4f6f320111::Lint
137 AssumptionCache *AC, DominatorTree *DT, TargetLibraryInfo *TLI) in Lint() argument
138 : Mod(Mod), DL(DL), AA(AA), AC(AC), DT(DT), TLI(TLI), in Lint()
520 AssumptionCache *AC) { in isZero() argument
528 computeKnownBits(V, DL, 0, AC, dyn_cast<Instruction>(V), DT); in isZero()
557 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC), in visitSDiv()
562 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC), in visitUDiv()
567 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC), in visitSRem()
572 Assert(!isZero(I.getOperand(1), I.getModule()->getDataLayout(), DT, AC), in visitURem()
694 if (Value *W = SimplifyInstruction(Inst, {*DL, TLI, DT, AC})) in findValueImpl()
[all …]
DIVDescriptors.cpp118 AssumptionCache *AC, in computeRecurrenceType() argument
134 if (MaxBitWidth == DL.getTypeSizeInBits(Exit->getType()) && AC && DT) { in computeRecurrenceType()
138 auto NumSignBits = ComputeNumSignBits(Exit, DL, 0, AC, nullptr, DT); in computeRecurrenceType()
222 AssumptionCache *AC, in AddReductionVar() argument
475 computeRecurrenceType(ExitInstruction, DB, AC, DT); in AddReductionVar()
650 DemandedBits *DB, AssumptionCache *AC, in isReductionPHI() argument
661 if (AddReductionVar(Phi, RecurKind::Add, TheLoop, FMF, RedDes, DB, AC, DT)) { in isReductionPHI()
665 if (AddReductionVar(Phi, RecurKind::Mul, TheLoop, FMF, RedDes, DB, AC, DT)) { in isReductionPHI()
669 if (AddReductionVar(Phi, RecurKind::Or, TheLoop, FMF, RedDes, DB, AC, DT)) { in isReductionPHI()
673 if (AddReductionVar(Phi, RecurKind::And, TheLoop, FMF, RedDes, DB, AC, DT)) { in isReductionPHI()
[all …]

12345678910>>...13