Searched refs:SA (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCObjectWriter.cpp30 const MCSymbol &SA = A->getSymbol(); local
32 if (SA.AliasedSymbol().isUndefined() || SB.AliasedSymbol().isUndefined())
35 const MCSymbolData &DataA = Asm.getSymbolData(SA);
H A DMachObjectWriter.cpp570 // Is the variable is a symbol difference (SA - SB + C) expression,
613 const MCSymbol &SA = DataA.getSymbol().AliasedSymbol(); local
614 const MCSection &SecA = SA.getSection();
632 if (!SA.isInSection() || &SecA != &SecB ||
633 (!SA.isTemporary() &&
634 FB.getAtom() != Asm.getSymbolData(SA).getFragment()->getAtom() &&
646 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
654 const MCFragment *FA = Asm.getSymbolData(SA).getFragment();
H A DMCExpr.cpp327 const MCSymbol &SA = A->getSymbol(); local
330 if (SA.isUndefined() || SB.isUndefined())
336 MCSymbolData &AD = Asm->getSymbolData(SA);
344 if (Asm->isThumbFunc(&SA))
370 if (Asm->isThumbFunc(&SA))
H A DMCAssembler.cpp259 const MCSymbol &SA = A->getSymbol(); local
261 SA.AliasedSymbol().isUndefined()) {
264 const MCSymbolData &DataA = getSymbolData(SA);
/macosx-10.10/dtrace-147/test/tst/sparc/pid/
H A Dtst.branch.s37 save %sp, -SA(MINFRAME + 4), %sp
H A Dtst.embedded.s37 save %sp, -SA(MINFRAME + 4), %sp
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.australia14 Mar/SunLast Daylight Savings Time ends in ACT, NSW, SA, TAS and VIC.
17 Oct/SunLast Daylight Savings Time starts in ACT, NSW, SA and VIC.
22 10/MonFirst Labour Day (ACT, NSW, SA)
38 May/MonThird Adelaide Cup (SA)
39 Dec 26 Proclamation Day holiday (SA)
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h498 #define SOCKADDR_IS_IP_LOOPBACK( SA ) \
499 ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET ) \
500 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \
501 : ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET6 ) \
502 ? IN6_IS_ADDR_LOOPBACK( &( (const struct sockaddr_in6 *)( SA ) )->sin6_addr ) \
505 #define SOCKADDR_IS_IP_LOOPBACK( SA ) \
506 ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET ) \
507 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \
518 #define SOCKADDR_IS_IP_LINK_LOCAL( SA ) \
519 ( ( ( (const struct sockaddr *)( SA ) )
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocGreedy.cpp171 std::auto_ptr<SplitAnalysis> SA; member in class:__anon10257::RAGreedy
688 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
721 if (Intf.last() >= SA->getLastSplitPoint(BC.Number))
775 if (Intf.last() >= SA->getLastSplitPoint(Number))
794 BitVector Todo = SA->getThroughBlocks();
851 if (!SA->getNumThroughBlocks())
888 /// SA around all use blocks instead of forming bundle regions.
891 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
912 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks();
952 /// stack-bound bundles. The shared SA/S
[all...]
H A DSplitKit.h211 SplitAnalysis &SA; member in class:llvm::SplitEditor
349 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
351 SplitEditor(SplitAnalysis &SA, LiveIntervals&, VirtRegMap&,
H A DSplitKit.cpp324 /// Create a new SplitEditor for editing the LiveInterval analyzed by SA.
329 : SA(sa), LIS(lis), VRM(vrm),
525 SA.getLastSplitPointIter(&MBB));
682 const MachineLoopInfo &Loops = SA.Loops;
810 SA.getLastSplitPointIter(Dom.first))->def;
1122 Edit->calculateRegClassAndHint(VRM.getMachineFunction(), SA.Loops);
1152 SlotIndex LastSplitPoint = SA.getLastSplitPoint(BI.MBB->getNumber());
1235 SlotIndex LSP = SA.getLastSplitPoint(MBBNum);
1307 SlotIndex LSP = SA.getLastSplitPoint(BI.MBB->getNumber());
1383 SlotIndex LSP = SA
[all...]
/macosx-10.10/groff-38/groff/src/roff/grog/
H A Dgrog.pl98 elsif (/^\.(PH|SA)$sp/) {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Droute.c577 sin_set_ifscope(SA(dst), ifscope);
589 eifscope = sin6_get_embedded_ifscope(SA(dst));
592 sin6_set_ifscope(SA(dst), ifscope);
598 sin6_set_embedded_ifscope(SA(dst), ifscope);
600 sin6_set_ifscope(SA(dst), ifscope);
605 *pifscope = (af == AF_INET) ? sin_get_ifscope(SA(dst)) :
606 sin6_get_ifscope(SA(dst));
609 return (SA(dst));
622 rt_maskedcopy(src, SA(dst), src);
645 return (SA(ds
[all...]
H A Droute.h176 #define rt_key(r) (SA((r)->rt_nodes->rn_key))
177 #define rt_mask(r) (SA((r)->rt_nodes->rn_mask))
H A Dif_llreach.c451 rt = rt_lookup(TRUE, SA(&dst_ss), SA(&mask_ss), rnh, ifp->if_index);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DSignals.inc79 struct sigaction SA;
97 &RegisteredSignalInfo[NumRegisteredSignals].SA);
114 &RegisteredSignalInfo[i].SA, 0);
/macosx-10.10/groff-38/groff/font/devdvi/generate/
H A DMakefile35 MI S SC EX SA SB
105 SA: $(srcdir)/msam.map
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp186 const uint32_t SA = USPOOF_SINGLE_SCRIPT_CONFUSABLE | USPOOF_ANY_CASE; local
212 // This mapping exists in the ML and MA tables, does not exist in SL, SA
215 CHECK_SKELETON(SA, "\\u0C83", "\\u0C83");
222 CHECK_SKELETON(SA, "\\u0391", "\\u0391");
231 CHECK_SKELETON(SA, "\\u13CF", "\\u13CF");
236 CHECK_SKELETON(SA, "\\u0022", "\\u0027\\u0027");
241 // This mapping exists in the SA and MA tables
243 CHECK_SKELETON(SA, "\\u017F", "f");
426 } else if (tableType.indexOf("SA") >= 0) {
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp582 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
583 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
606 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
607 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
647 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
648 uint32_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
682 SA, I->getName());
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DValueTracking.cpp474 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
475 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
486 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
488 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth);
502 if (ConstantInt *SA = dyn_cast<ConstantInt>(I->getOperand(1))) {
504 uint64_t ShiftAmt = SA->getLimitedValue(BitWidth-1);
H A DScalarEvolution.cpp847 if (const SCEVAddExpr *SA = dyn_cast<SCEVAddExpr>(Op)) {
850 for (unsigned i = 0, e = SA->getNumOperands(); i != e && !hasTrunc; ++i) {
851 const SCEV *S = getTruncateExpr(SA->getOperand(i), Ty);
1085 const SCEVAddExpr *SA = dyn_cast<SCEVAddExpr>(Start); local
1086 if (!SA)
1093 for (SCEVAddExpr::op_iterator I = SA->op_begin(), E = SA->op_end();
1098 if (DiffOps.size() == SA->getNumOperands())
1105 const SCEV *PreStart = SE->getAddExpr(DiffOps, SA->getNoWrapFlags());
3737 if (ConstantInt *SA
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c1671 rt = rtalloc1_scoped_locked(SA(&sin6), create, 0, ifscope);
1673 rt = rtalloc1_scoped(SA(&sin6), create, 0, ifscope);
1708 ifa = ifaof_ifpforaddr(SA(&sin6), ifp);
1724 SA(&sin6), ifa->ifa_addr, SA(&all1_sa),
1853 dstaddr = ifa_ifwithdstaddr(SA(addr));
2113 if (rt_setgate(rt, rt_key(rt), SA(&null_sdl)) == 0) {
3240 if ((hint = rt = rtalloc1_scoped(SA(dst), 1, 0,
3320 gwrt = rtalloc1_scoped_locked(SA(&gw6), 1, 0,
3331 !equal(SA(
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dgetaddrinfo.c145 #define SA(addr) ((struct sockaddr *)(addr)) macro
753 ai->ai_addr = SA(calloc(1, addrlen));
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c1277 ipsec_state.dst = SA(dst);
1313 * if we have tunnel mode SA, we may need to ignore
1635 SA(dst), 0, adv);
1761 SA(dst), 0, adv);
1787 ro->ro_rt, SA(dst), 0, adv);
1862 SA(dst), 0, adv);
3105 dlil_output(lo_ifp, PF_INET, copym, NULL, SA(dst), 0, NULL);
3227 if ((rt = rt_lookup(TRUE, SA(&sin), NULL,
H A Din_pcb.c762 ifa = ifa_ifwithaddr(SA(&sin));
1095 ia = ifatoia(ifa_ifwithdstaddr(SA(&sin)));
1097 ia = ifatoia(ifa_ifwithnet_scoped(SA(&sin), ifscope));
1139 ia = ifatoia(ifa_ifwithdstaddr(SA(&sin)));
1141 ia = ifatoia(ifa_ifwithaddr_scoped(SA(&sin), ifscope));
1143 ia = ifatoia(ifa_ifwithnet_scoped(SA(&sin), ifscope));

Completed in 373 milliseconds

123