| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | AbstractCallSite.h | 230 AbstractCallSite ACS(U); in forEachCallbackCallSite() 231 assert(ACS && ACS.isCallbackCall() && "must be a callback call"); in forEachCallbackCallSite() 232 Func(ACS); in forEachCallbackCallSite() 239 forEachCallbackCallSite(CB, [&Func](AbstractCallSite &ACS) { in forEachCallbackFunction() 240 if (Function *Callback = ACS.getCalledFunction()) in forEachCallbackFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 788 CallBase *CB = ACS.getInstruction(); in isPotentiallyReachable() 1015 AbstractCallSite ACS(U); in getAssociatedArgument() local 1016 assert(ACS && ACS.isCallbackCall()); in getAssociatedArgument() 1017 if (!ACS.getCalledFunction()) in getAssociatedArgument() 1939 AbstractCallSite ACS(&U); in checkForAllCallSites() local 1940 if (!ACS) { in checkForAllCallSites() 1951 ACS.isCallbackCall() ? &ACS.getCalleeUseForCallback() : &U; in checkForAllCallSites() 1952 if (!ACS.isCallee(EffectiveUse)) { in checkForAllCallSites() 1982 if (Pred(ACS)) in checkForAllCallSites() 2869 if (!ACS.getCalledFunction() || in isValidFunctionSignatureRewrite() [all …]
|
| H A D | AttributorAttributes.cpp | 451 auto CallSiteCheck = [&](AbstractCallSite ACS) { in clampCallSiteArgumentStates() argument 2801 auto CallSitePred = [&](AbstractCallSite ACS) { in updateImpl() argument 3806 [](AbstractCallSite ACS) { return !ACS.isCallbackCall(); }, *this, in updateImpl() argument 4425 if (ACS.isCallbackCall() || !ACS.getInstruction()) in updateImpl() 7287 CallBase *CB = ACS.getInstruction(); in updateImpl() 7414 if (ACS.isDirectCall()) in updateImpl() 7416 if (ACS.isCallbackCall()) in updateImpl() 7417 return IsCompatiblePrivArgOfDirectCS(ACS); in updateImpl() 7486 Instruction *IP = ACS.getInstruction(); in createReplacementValues() 7579 *PrivatizableType, ACS, in manifest() [all …]
|
| H A D | OpenMPOpt.cpp | 3023 auto PredForCallSite = [&](AbstractCallSite ACS) { in handleCallees() argument 3025 *this, IRPosition::function(*ACS.getInstruction()->getFunction()), in handleCallees() 3030 EDAA->getExecutionDomain(*cast<CallBase>(ACS.getInstruction()))); in handleCallees() 4793 auto PredCallSite = [&](AbstractCallSite ACS) { in updateReachingKernelEntries() argument 4794 Function *Caller = ACS.getInstruction()->getFunction(); in updateReachingKernelEntries() 4824 auto PredCallSite = [&](AbstractCallSite ACS) { in updateParallelLevels() argument 4825 Function *Caller = ACS.getInstruction()->getFunction(); in updateParallelLevels()
|
| /freebsd-14.2/contrib/wpa/hostapd/ |
| H A D | defconfig | 344 # to "acs_survey" or "0". Eventually, other ACS algorithms can be added in 349 # time goes by. ACS is currently only supported through the nl80211 driver and 353 # You can customize the ACS survey algorithm with the hostapd.conf variable 356 # Supported ACS drivers:
|
| H A D | ChangeLog | 28 * improved ACS to cover additional channel types/bandwidths 359 * allow chanlist to be used to specify a subset of channels for ACS 360 * improve ACS behavior on 2.4 GHz band and allow channel bias to be 397 - fix VHT80 segment picking in ACS 494 * added automatic channel selection (ACS)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 523 const FormatStyle::AlignConsecutiveStyle &ACS = {}, in AlignTokens() argument 595 (CurrentChange.NewlinesBefore > 1) && !ACS.AcrossEmptyLines; 600 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments); 622 AlignTokens(Style, Matches, Changes, i, ACS, RightJustify); 645 if (ACS.PadOperators)
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | defconfig | 588 # to "channel=0". This would enable us to eventually add other ACS algorithms in 593 # time goes by. ACS is currently only supported through the nl80211 driver and 597 # TODO: In analogy to hostapd be able to customize the ACS survey algorithm with 600 # Supported ACS drivers:
|
| H A D | eap_testing.txt | 38 Cisco ACS ----------------------------------------------------------.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Function.cpp | 1785 AbstractCallSite ACS(&U); in hasAddressTaken() local 1786 if (ACS && ACS.isCallbackCall()) in hasAddressTaken()
|
| /freebsd-14.2/sys/dev/axgbe/ |
| H A D | xgbe-dev.c | 2619 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, ACS, 1); in xgbe_enable_rx() 2631 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, ACS, 0); in xgbe_disable_rx()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 660 static const IRPosition callsite_argument(AbstractCallSite ACS, 662 if (ACS.getNumArgOperands() <= ArgNo) 664 int CSArgNo = ACS.getCallArgOperandNo(ArgNo); 667 cast<CallBase>(*ACS.getInstruction()), CSArgNo);
|
| /freebsd-14.2/contrib/ncurses/misc/ |
| H A D | emx.src | 120 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | ANNOUNCE | 422 mapping, color, form drawing with ACS characters, and automatic
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | Caps.uwin | 783 # cap IBM ASCII description ACS ASCII
|
| H A D | Caps.hpux11 | 987 # cap IBM ASCII description ACS ASCII
|
| H A D | Caps.osf1r5 | 978 # cap IBM ASCII description ACS ASCII
|
| H A D | curses.h.in | 404 * Line drawing ACS names are of the form ACS_trbl, where t is the top, r
|
| H A D | Caps | 971 # cap IBM ASCII description ACS ASCII
|
| H A D | Caps.keys | 1062 # cap IBM ASCII description ACS ASCII
|
| H A D | Caps.aix4 | 1073 # cap IBM ASCII description ACS ASCII
|
| /freebsd-14.2/share/termcap/ |
| H A D | termcap | 2270 # CP437 FreeBSD console with ACS support 2303 # KOI8-R/KOI8-U FreeBSD console with ACS support 2326 # KOI8-R/KOI8-U FreeBSD console with ACS support. 2347 # ISO 8859-2 FreeBSD console with ACS support 2369 # ISO 8859-1 FreeBSD console with ACS support 2402 # ISO 8859-7 FreeBSD console with ACS support
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | africa | 15 # San Diego: ACS Publications, Inc. (2003).
|
| H A D | backzone | 33 # San Diego: ACS Publications, Inc. (2003).
|
| H A D | northamerica | 65 # San Diego: ACS Publications, Inc. (1991). 1228 # San Diego: ACS Publications, Inc. (2003).
|