| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 173 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 D | usb_hid_usages | 806 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 D | v831.c | 60 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 D | NVPTXUtilities.cpp | 47 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 D | Loads.cpp | 37 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 D | EphemeralValuesCache.cpp | 16 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 D | BasicAliasAnalysis.h | 46 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 D | SimplifyQuery.h | 75 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 D | Loads.h | 41 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 D | EphemeralValuesCache.h | 31 AssumptionCache &AC; variable 37 EphemeralValuesCache(Function &F, AssumptionCache &AC) : F(F), AC(AC) {} in EphemeralValuesCache() argument
|
| H A D | ValueTracking.h | 63 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 D | LazyValueInfo.h | 34 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 D | PHITransAddr.h | 47 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 D | DemandedBits.h | 43 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 D | AggressiveInstCombineInternal.h | 53 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 D | AssumeBundleBuilder.cpp | 110 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 D | Mem2Reg.cpp | 36 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 D | CastToStructChecker.cpp | 29 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 D | UndefinedNewArraySizeChecker.cpp | 41 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 D | ObjCContainersASTChecker.cpp | 30 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 D | tps65217_charger.txt | 5 -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 D | Makefile.in | 314 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 D | LifetimeSafety.cpp | 332 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 D | DifferenceEngine.cpp | 344 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 D | InferAlignment.cpp | 42 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()
|