/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 209 if (auto SA = LookupPooledAddress(Value0)) in dump() local 243 if (auto SA = LookupPooledAddress(Value0)) in dump() local 251 if (auto SA = LookupPooledAddress(Value0)) in dump() local 254 if (auto SA = LookupPooledAddress(Value1)) in dump() local
|
H A D | DWARFFormValue.cpp | 635 if (auto SA = getAsSectionedAddress()) in getAsAddress() local 652 std::optional<object::SectionedAddress> SA = in getAsSectionedAddress() local
|
/freebsd/contrib/libdivsufsort/lib/ |
H A D | divsufsort.c | 38 sort_typeBstar(const sauchar_t *T, saidx_t *SA, in sort_typeBstar() 195 construct_SA(const sauchar_t *T, saidx_t *SA, in construct_SA() 259 construct_BWT(const sauchar_t *T, saidx_t *SA, in construct_BWT() 332 divsufsort(const sauchar_t *T, saidx_t *SA, saidx_t n) { in divsufsort()
|
H A D | utils.c | 53 bw_transform(const sauchar_t *T, sauchar_t *U, saidx_t *SA, in bw_transform() 161 sufcheck(const sauchar_t *T, const saidx_t *SA, in sufcheck() 261 const saidx_t *SA, saidx_t SAsize, in sa_search() 330 const saidx_t *SA, saidx_t SAsize, in sa_simplesearch()
|
H A D | trsort.c | 98 tr_fixdown(const saidx_t *ISAd, saidx_t *SA, saidx_t i, saidx_t size) { in tr_fixdown() 114 tr_heapsort(const saidx_t *ISAd, saidx_t *SA, saidx_t size) { in tr_heapsort() 264 tr_copy(saidx_t *ISA, const saidx_t *SA, in tr_copy() 289 tr_partialcopy(saidx_t *ISA, const saidx_t *SA, in tr_partialcopy() 328 saidx_t *SA, saidx_t *first, saidx_t *last, in tr_introsort() 555 trsort(saidx_t *ISA, saidx_t *SA, saidx_t n, saidx_t depth) { in trsort()
|
H A D | sssort.c | 193 saidx_t *SA, saidx_t i, saidx_t size) { in ss_fixdown() 209 ss_heapsort(const sauchar_t *Td, const saidx_t *PA, saidx_t *SA, saidx_t size) { in ss_heapsort()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 65 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() 111 NodeAddr<StmtNode*> SA = IA; in scanBlock() local 178 auto SA = DFG.addr<InstrNode*>(C); in run() local
|
H A D | HexagonRDFOpt.cpp | 170 NodeAddr<StmtNode*> SA = TA; in run() local 185 auto SA = DFG.addr<StmtNode*>(N); in run() local
|
H A D | HexagonOptAddrMode.cpp | 216 bool HexagonOptAddrMode::allValidCandidates(NodeAddr<StmtNode *> SA, in allValidCandidates() 248 void HexagonOptAddrMode::getAllRealUses(NodeAddr<StmtNode *> SA, in getAllRealUses() 686 NodeAddr<StmtNode *> SA = AddAslUN.Addr->getOwner(*DFG); in changeAddAsl() local 773 NodeAddr<StmtNode *> SA = IA; in processBlock() local
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 283 int *SA, int i, int size) { in ss_fixdown() 299 ss_heapsort(const unsigned char *Td, const int *PA, int *SA, int size) { in ss_heapsort() 946 tr_fixdown(const int *ISAd, int *SA, int i, int size) { in tr_fixdown() 962 tr_heapsort(const int *ISAd, int *SA, int size) { in tr_heapsort() 1112 tr_copy(int *ISA, const int *SA, in tr_copy() 1137 tr_partialcopy(int *ISA, const int *SA, in tr_partialcopy() 1176 int *SA, int *first, int *last, in tr_introsort() 1402 trsort(int *ISA, int *SA, int n, int depth) { in trsort() 1441 sort_typeBstar(const unsigned char *T, int *SA, in sort_typeBstar() 1613 construct_SA(const unsigned char *T, int *SA, in construct_SA() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectWriter.cpp | 38 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved() local
|
H A D | MCExpr.cpp | 595 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ObjCARCAliasAnalysis.cpp | 50 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias() local
|
H A D | DemandedBits.cpp | 121 const APInt *SA; in determineLiveOperandBits() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 632 const APInt *SA; in SimplifyDemandedUseBits() local 719 const APInt *SA; in SimplifyDemandedUseBits() local 803 const APInt *SA; in SimplifyDemandedUseBits() local 840 const APInt *SA; in SimplifyDemandedUseBits() local 1027 const APInt *SA; in SimplifyDemandedUseBits() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 162 StringAllocator SA) const { in generateCC1CommandLine()
|
/freebsd/sys/netinet/ |
H A D | ip_options.c | 242 #define SA struct sockaddr * in ip_dooptions() macro
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Solaris.cpp | 252 const SanitizerArgs &SA = ToolChain.getSanitizerArgs(Args); in ConstructJob() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 258 SplitAnalysis &SA; global() variable
|
H A D | RegAllocGreedy.h | 212 std::unique_ptr<SplitAnalysis> SA; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 458 if (auto *SA = D.getAttr<PragmaClangBSSSectionAttr>()) in EmitStaticVarDecl() local 460 if (auto *SA = D.getAttr<PragmaClangDataSectionAttr>()) in EmitStaticVarDecl() local 462 if (auto *SA = D.getAttr<PragmaClangRodataSectionAttr>()) in EmitStaticVarDecl() local 464 if (auto *SA = D.getAttr<PragmaClangRelroSectionAttr>()) in EmitStaticVarDecl() local 467 if (const SectionAttr *SA = D.getAttr<SectionAttr>()) in EmitStaticVarDecl() local
|
H A D | CodeGenModule.cpp | 701 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) { in checkAliases() local 2700 if (auto *SA = D->getAttr<PragmaClangBSSSectionAttr>()) in setNonAliasAttributes() local 2702 if (auto *SA = D->getAttr<PragmaClangDataSectionAttr>()) in setNonAliasAttributes() local 2704 if (auto *SA = D->getAttr<PragmaClangRodataSectionAttr>()) in setNonAliasAttributes() local 2706 if (auto *SA = D->getAttr<PragmaClangRelroSectionAttr>()) in setNonAliasAttributes() local 2713 if (auto *SA = D->getAttr<PragmaClangTextSectionAttr>()) in setNonAliasAttributes() local 2733 else if (const auto *SA = D->getAttr<SectionAttr>()) in setNonAliasAttributes() local 2873 else if (const auto *SA = FD->getAttr<SectionAttr>()) in SetFunctionAttributes() local 5014 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) in GetOrCreateLLVMGlobal() local 5578 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) { in EmitGlobalVarDefinition() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 458 const MCSymbol &SA = Target.getSymA()->getSymbol(); in handleAddSubRelocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 301 if (auto SA = DU.getAddrOffsetSectionItem(Index)) in getLocation() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1167 if (std::optional<object::SectionedAddress> SA = in cloneDieAttrExpression() local 1186 if (std::optional<object::SectionedAddress> SA = in cloneDieAttrExpression() local
|