Home
last modified time | relevance | path

Searched refs:ACS (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAbstractCallSite.h230 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp221 AbstractCallSite ACS(U); in getAssociatedArgument() local
222 assert(ACS && ACS.isCallbackCall()); in getAssociatedArgument()
223 if (!ACS.getCalledFunction()) in getAssociatedArgument()
226 for (unsigned u = 0, e = ACS.getNumArgOperands(); u < e; u++) { in getAssociatedArgument()
230 if (ACS.getCallArgOperandNo(u) != ArgNo) in getAssociatedArgument()
233 assert(ACS.getCalledFunction()->arg_size() > u && in getAssociatedArgument()
239 CBCandidateArg = ACS.getCalledFunction()->getArg(u); in getAssociatedArgument()
817 AbstractCallSite ACS(&U); in checkForAllCallSites() local
818 if (!ACS) { in checkForAllCallSites()
829 ACS.isCallbackCall() ? &ACS.getCalleeUseForCallback() : &U; in checkForAllCallSites()
[all …]
H A DAttributorAttributes.cpp506 auto CallSiteCheck = [&](AbstractCallSite ACS) { in clampCallSiteArgumentStates() argument
507 const IRPosition &ACSArgPos = IRPosition::callsite_argument(ACS, ArgNo); in clampCallSiteArgumentStates()
515 LLVM_DEBUG(dbgs() << "[Attributor] ACS: " << *ACS.getInstruction() in clampCallSiteArgumentStates()
1851 auto CallSitePred = [&](AbstractCallSite ACS) { in updateImpl() argument
1853 *this, IRPosition::function(*ACS.getInstruction()->getFunction()), in updateImpl()
2516 [](AbstractCallSite ACS) { return !ACS.isCallbackCall(); }, *this, in updateImpl() argument
3057 auto PredForCallSite = [&](AbstractCallSite ACS) { in updateImpl() argument
3058 if (ACS.isCallbackCall() || !ACS.getInstruction()) in updateImpl()
3060 return areAllUsesAssumedDead(A, *ACS.getInstruction()); in updateImpl()
4708 auto PredForCallSite = [&](AbstractCallSite ACS) { in updateImpl() argument
[all …]
H A DOpenMPOpt.cpp2338 auto PredForCallSite = [&](AbstractCallSite ACS) { in updateImpl() argument
2340 *this, IRPosition::function(*ACS.getInstruction()->getFunction()), in updateImpl()
2342 return ExecutionDomainAA.isSingleThreadExecution(*ACS.getInstruction()); in updateImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp405 const FormatStyle::AlignConsecutiveStyle &ACS = FormatStyle::ACS_None) { in AlignTokens() argument
460 (ACS != FormatStyle::ACS_AcrossEmptyLines) && in AlignTokens()
461 (ACS != FormatStyle::ACS_AcrossEmptyLinesAndComments); in AlignTokens()
468 ((ACS == FormatStyle::ACS_AcrossComments) || in AlignTokens()
469 (ACS == FormatStyle::ACS_AcrossEmptyLinesAndComments))); in AlignTokens()
490 unsigned StoppedAt = AlignTokens(Style, Matches, Changes, i, ACS); in AlignTokens()
/netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/
H A DReferences253 ACS
661 ACS
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h303 static const IRPosition callsite_argument(AbstractCallSite ACS, in callsite_argument()
305 if (ACS.getNumArgOperands() <= ArgNo) in callsite_argument()
307 int CSArgNo = ACS.getCallArgOperandNo(ArgNo); in callsite_argument()
310 cast<CallBase>(*ACS.getInstruction()), CSArgNo); in callsite_argument()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1668 AbstractCallSite ACS(&U); in hasAddressTaken() local
1669 if (ACS && ACS.isCallbackCall()) in hasAddressTaken()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Deap_testing.txt38 Cisco ACS ----------------------------------------------------------.
/netbsd-src/external/public-domain/tz/dist/
H A Dbackzone33 # San Diego: ACS Publications, Inc. (2003).
H A Dafrica15 # San Diego: ACS Publications, Inc. (2003).
H A Dnorthamerica62 # San Diego: ACS Publications, Inc. (1991).
1225 # San Diego: ACS Publications, Inc. (2003).
H A Dsouthamerica15 # San Diego: ACS Publications, Inc. (2003).
H A Daustralasia1010 # San Diego: ACS Publications, Inc. (2003).
H A Deurope15 # San Diego: ACS Publications, Inc. (2003).
H A Dasia15 # San Diego: ACS Publications, Inc. (2003).
/netbsd-src/share/misc/
H A Dacronyms.comp22 ACS access control set
H A Dairport71 ACS:Anacortes, WA, USA
/netbsd-src/share/terminfo/
H A Dterminfo441 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
2675 # ACS support working, at the cost of making multiple-highlight changes
7042 # from BSD termcap. (hpterm: added empty <acsc>, we have no idea what ACS
8584 # + Some of the program is cut/paste from rxvt-unicode, e.g., the ACS table.
13671 # ACS capabilities from Philippe De Muyter <phdm@info.ucl.ac.be> 30 May 1996
25944 # * ACS correction in vt320-kll due to Phillippe De Muyter.