/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 787 auto CheckCallSite = [&](AbstractCallSite ACS) { in isPotentiallyReachable() argument 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() 1020 for (unsigned u = 0, e = ACS.getNumArgOperands(); u < e; u++) { in getAssociatedArgument() 1024 if (ACS.getCallArgOperandNo(u) != ArgNo) in getAssociatedArgument() 1027 assert(ACS.getCalledFunction()->arg_size() > u && in getAssociatedArgument() 1033 CBCandidateArg = ACS.getCalledFunction()->getArg(u); in getAssociatedArgument() 1861 auto CallSitePred = [&](AbstractCallSite ACS) { in checkForAllUses() argument [all …]
|
H A D | AttributorAttributes.cpp | 452 auto CallSiteCheck = [&](AbstractCallSite ACS) { in clampCallSiteArgumentStates() argument 453 const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in clampCallSiteArgumentStates() 470 LLVM_DEBUG(dbgs() << "[Attributor] ACS: " << *ACS.getInstruction() in clampCallSiteArgumentStates() 2727 auto CheckForMustProgress = [&](AbstractCallSite ACS) { in updateImpl() argument 2728 IRPosition IPos = IRPosition::callsite_function(*ACS.getInstruction()); in updateImpl() 2804 auto CallSitePred = [&](AbstractCallSite ACS) { in updateImpl() argument 2808 IRPosition::function(*ACS.getInstruction()->getFunction()), in updateImpl() 3809 [](AbstractCallSite ACS) { return !ACS.isCallbackCall(); }, *this, in updateImpl() argument 4427 auto PredForCallSite = [&](AbstractCallSite ACS) { in updateImpl() argument 4428 if (ACS.isCallbackCall() || !ACS.getInstruction()) in updateImpl() [all …]
|
H A D | OpenMPOpt.cpp | 3022 auto PredForCallSite = [&](AbstractCallSite ACS) { in handleCallees() argument 3024 *this, IRPosition::function(*ACS.getInstruction()->getFunction()), in handleCallees() 3029 EDAA->getExecutionDomain(*cast<CallBase>(ACS.getInstruction()))); in handleCallees() 4794 auto PredCallSite = [&](AbstractCallSite ACS) { in updateReachingKernelEntries() argument 4795 Function *Caller = ACS.getInstruction()->getFunction(); in updateReachingKernelEntries() 4825 auto PredCallSite = [&](AbstractCallSite ACS) { in updateParallelLevels() argument 4826 Function *Caller = ACS.getInstruction()->getFunction(); in updateParallelLevels()
|
/freebsd/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/contrib/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 531 const FormatStyle::AlignConsecutiveStyle &ACS = {}, in AlignTokens() argument 603 (CurrentChange.NewlinesBefore > 1) && !ACS.AcrossEmptyLines; 608 !FoundMatchOnLine && !(LineIsComment && ACS.AcrossComments); 630 AlignTokens(Style, Matches, Changes, i, ACS, RightJustify); 653 if (ACS.PadOperators)
|
/freebsd/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/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 1881 AbstractCallSite ACS(&U); in hasAddressTaken() local 1882 if (ACS && ACS.isCallbackCall()) in hasAddressTaken()
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-dev.c | 2625 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, ACS, 1); in xgbe_enable_rx() 2637 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, ACS, 0); in xgbe_disable_rx()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 661 static const IRPosition callsite_argument(AbstractCallSite ACS, 663 if (ACS.getNumArgOperands() <= ArgNo) 665 int CSArgNo = ACS.getCallArgOperandNo(ArgNo); 668 cast<CallBase>(*ACS.getInstruction()), CSArgNo);
|
/freebsd/contrib/ncurses/misc/ |
H A D | emx.src | 120 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 422 mapping, color, form drawing with ACS characters, and automatic
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 783 # 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.hpux11 | 987 # cap IBM ASCII description ACS ASCII
|
H A D | Caps | 971 # cap IBM ASCII description ACS ASCII
|
H A D | Caps.osf1r5 | 978 # 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/share/termcap/ |
H A D | termcap | 2268 # CP437 FreeBSD console with ACS support 2301 # KOI8-R/KOI8-U FreeBSD console with ACS support 2324 # KOI8-R/KOI8-U FreeBSD console with ACS support. 2345 # ISO 8859-2 FreeBSD console with ACS support 2367 # ISO 8859-1 FreeBSD console with ACS support 2400 # ISO 8859-7 FreeBSD console with ACS support
|
/freebsd/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).
|