Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp42 static AnnotationCache AC; in getAnnotationCache() local
43 return AC; in getAnnotationCache()
48 auto &AC = getAnnotationCache(); in clearAnnotationCache() local
50 AC.Cache.erase(Mod); in clearAnnotationCache()
105 if (AC.Cache.find(m) != AC.Cache.end()) in cacheAnnotationFromMD()
119 if (AC.Cache.find(m) == AC.Cache.end()) in findOneNVVMAnnotation()
121 else if (AC.Cache[m].find(gv) == AC.Cache[m].end()) in findOneNVVMAnnotation()
123 if (AC.Cache[m][gv].find(prop) == AC.Cache[m][gv].end()) in findOneNVVMAnnotation()
134 if (AC.Cache.find(m) == AC.Cache.end()) in findAllNVVMAnnotation()
136 else if (AC.Cache[m].find(gv) == AC.Cache[m].end()) in findAllNVVMAnnotation()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp223 AnalysisContext ∾ member in clang::dataflow::__anon58e7c2420211::JoinedStateBuilder
235 JoinedStateBuilder(AnalysisContext &AC) : AC(AC) {} in JoinedStateBuilder() argument
249 return {AC.Analysis.typeErasedInitialElement(), AC.InitEnv.fork()}; in take()
310 JoinedStateBuilder Builder(AC); in computeBlockInputState()
353 transfer(StmtToEnvMap(AC.CFCtx, AC.BlockStates, CurBlockID, InputState), *S, in builtinTransferStatement()
461 AC.Log.recordState(State); in transferCFGBlock()
467 AC.Log.enterElement(Element); in transferCFGBlock()
480 AC.Log.recordState(State); in transferCFGBlock()
497 StmtToEnvMap(AC.CFCtx, AC.BlockStates, Block.getBlockID(), State), in transferCFGBlock()
505 AC.Log.recordState(State); in transferCFGBlock()
[all …]
/freebsd/share/misc/
H A Dusb_hid_usages835 0x201 AC New
836 0x202 AC Open
838 0x204 AC Exit
841 0x207 AC Save
844 0x21A AC Undo
845 0x21B AC Copy
846 0x21C AC Cut
849 0x21F AC Find
874 0x238 AC Pan
911 0x25D AC Yes
[all …]
/freebsd/usr.bin/tip/libacu/
H A Dv831.c69 close(AC); in v831_dialer()
98 close(AC); in v831_dialer()
106 close(AC); in v831_dialer()
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()
216 i = read(AC, &c, 1); in dialit()
226 read(AC, &cc, 1); in dialit()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp71 AnalysisDeclContext* AC; member in __anonc468de350111::WalkAST
81 : BR(br), AC(ac), II_setid(), in WalkAST()
376 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcmp, in checkCall_bcmp()
418 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bcopy, in checkCall_bcopy()
459 BR.EmitBasicReport(AC->getDecl(), filter.checkName_bzero, in checkCall_bzero()
497 BR.EmitBasicReport(AC->getDecl(), filter.checkName_gets, in checkCall_gets()
537 BR.EmitBasicReport(AC->getDecl(), filter.checkName_getpw, in checkCall_getpw()
578 BR.EmitBasicReport(AC->getDecl(), filter.checkName_mktemp, in checkCall_mktemp()
812 BR.EmitBasicReport(AC->getDecl(), in checkDeprecatedOrUnsafeBufferHandling()
912 BR.EmitBasicReport(AC->getDecl(), filter.checkName_rand, in checkCall_random()
[all …]
H A DCastToStructChecker.cpp29 AnalysisDeclContext *AC; member in __anon00249a3e0111::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 DIdenticalExprChecker.cpp39 AnalysisDeclContext *AC; member in __anon1bc7eb770111::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()
140 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) { in VisitIfStmt()
170 if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) { in VisitIfStmt()
173 BR.EmitBasicReport(AC->getDecl(), Checker, in VisitIfStmt()
264 BR.EmitBasicReport(AC->getDecl(), Checker, in checkComparisonOp()
276 if (isIdenticalStmt(AC->getASTContext(), C->getTrueExpr(), in VisitConditionalOperator()
[all …]
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 DCheckSizeofPointer.cpp27 AnalysisDeclContext* AC; member in __anonbc648b050111::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()
H A DObjCContainersASTChecker.cpp30 AnalysisDeclContext* AC; member in __anon643eec070111::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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h45 AssumptionCache &AC; variable
56 const TargetLibraryInfo &TLI, AssumptionCache &AC,
58 : DL(DL), F(F), TLI(TLI), AC(AC), DT_(DT) {} in DL()
61 : AAResultBase(Arg), DL(Arg.DL), F(Arg.F), TLI(Arg.TLI), AC(Arg.AC), in BasicAAResult()
65 AC(Arg.AC), DT_(Arg.DT_) {} in BasicAAResult()
108 AssumptionCache *AC, DominatorTree *DT);
119 LocationSize V2Size, AssumptionCache *AC,
H A DValueTracking.h73 AssumptionCache *AC = nullptr,
114 AssumptionCache *AC = nullptr,
128 AssumptionCache *AC = nullptr,
156 AssumptionCache *AC = nullptr,
191 AssumptionCache *AC = nullptr,
486 AssumptionCache *AC = nullptr,
512 TLI, AC, CtxI, DT, UseInstrInfo);
522 AssumptionCache *AC = nullptr,
534 unsigned Depth = 0, AssumptionCache *AC = nullptr,
547 AssumptionCache *AC = nullptr,
[all …]
H A DSimplifyQuery.h64 AssumptionCache *AC = nullptr; member
83 AssumptionCache *AC = nullptr,
86 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), DC(DC), IIQ(UseInstrInfo), in DL()
90 AssumptionCache *AC = nullptr,
93 : DL(DL), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), in DL()
H A DLoads.h37 AssumptionCache *AC = nullptr,
48 AssumptionCache *AC = nullptr,
59 AssumptionCache *AC = nullptr,
74 AssumptionCache *AC = nullptr,
87 AssumptionCache *AC = nullptr);
100 AssumptionCache *AC = nullptr,
H A DLazyValueInfo.h33 AssumptionCache *AC = nullptr; variable
46 : AC(AC_), DL(DL_) {} in LazyValueInfo()
48 : AC(Arg.AC), DL(Arg.DL), PImpl(Arg.PImpl) { in LazyValueInfo()
53 AC = Arg.AC;
H A DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *Addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr() argument
53 : Addr(Addr), DL(DL), AC(AC) { in PHITransAddr()
H A DDemandedBits.h40 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() argument
41 F(F), AC(AC), DT(DT) {} in DemandedBits()
87 AssumptionCache &AC; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h55 AssumptionCache &AC; variable
82 TruncInstCombine(AssumptionCache &AC, TargetLibraryInfo &TLI, in TruncInstCombine() argument
84 : AC(AC), TLI(TLI), DL(DL), DT(DT) {} in TruncInstCombine()
112 return llvm::computeKnownBits(V, DL, /*Depth=*/0, &AC, in computeKnownBits()
119 V, DL, /*Depth=*/0, &AC, /*CtxI=*/cast<Instruction>(CurrentTruncInst), in ComputeNumSignBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp39 const Instruction *CtxI, AssumptionCache *AC, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() argument
75 CtxI, AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
82 BC->getOperand(0), Alignment, Size, DL, CtxI, AC, DT, TLI, in isDereferenceableAndAlignedPointer()
102 if (!CheckForNonNull || isKnownNonZero(V, DL, 0, AC, CtxI, DT)) { in isDereferenceableAndAlignedPointer()
136 isKnownNonZero(V, DL, 0, AC, CtxI, DT) && !V->canBeFreed()) { in isDereferenceableAndAlignedPointer()
164 V, {Attribute::Dereferenceable, Attribute::Alignment}, AC, in isDereferenceableAndAlignedPointer()
216 AC, DT, TLI); in isDereferenceableAndAlignedPointer()
222 AssumptionCache *AC, in isDereferenceablePointer() argument
263 AssumptionCache *AC) { in isDereferenceableAndAlignedInLoop() argument
353 AssumptionCache *AC, in isSafeToLoadUnconditionally() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp109 AssumptionCache* AC = nullptr; member
114 : M(M), InstBeingModified(I), AC(AC), DT(DT) {} in AssumeBuilderState()
122 RK.WasOn, {RK.AttrKind}, AC, in tryToPreserveWithoutAddingAssume()
302 if (AC) in salvageKnowledge()
303 AC->registerAssumption(Intr); in salvageKnowledge()
337 AssumptionCache &AC; member
347 : F(F), AC(AC), DT(DT), C(C), in AssumeSimplify()
352 for (Value *V : AC.assumptions()) { in buildMapping()
508 AC.registerAssumption(MergedAssume); in mergeRange()
545 AssumeSimplify AS(F, *AC, DT, F.getContext()); in simplifyAssumes()
[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()
93 AssumptionCache &AC = in runOnFunction() local
95 return promoteMemoryToRegister(F, DT, AC); in runOnFunction()
/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/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSPIRV.cpp59 Action::ActionClass AC = JA.getKind(); in SelectTool() local
60 return SPIRVToolChain::getTool(AC); in SelectTool()
63 clang::driver::Tool *SPIRVToolChain::getTool(Action::ActionClass AC) const { in getTool()
64 switch (AC) { in getTool()
71 return ToolChain::getTool(AC); in getTool()
/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()
541 if (!equivalentAsOperands(LO, RO, AC)) { in diff()
552 const AssumptionContext *AC) { in equivalentAsOperands() argument
568 AC); in equivalentAsOperands()
641 if (!equivalentAsOperands(LAgg, RAgg, AC)) { in equivalentAsOperands()
653 const AssumptionContext *AC) { in equivalentAsOperands() argument
692 if (!equivalentAsOperands(LOp, ROp, AC)) in equivalentAsOperands()
710 const AssumptionContext *AC) { in equivalentAsOperands() argument
732 if (AC) { in equivalentAsOperands()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h79 AssumptionCache *AC,
87 LoopInfo *LI, ScalarEvolution *SE, DominatorTree *DT, AssumptionCache *AC,
94 DominatorTree *DT, AssumptionCache *AC,
104 AssumptionCache *AC,
147 DominatorTree &DT, LoopInfo *LI, AssumptionCache *AC,

12345678910>>...17