Home
last modified time | relevance | path

Searched defs:SA (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp209 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 DDWARFFormValue.cpp635 if (auto SA = getAsSectionedAddress()) in getAsAddress() local
652 std::optional<object::SectionedAddress> SA = in getAsSectionedAddress() local
/freebsd/contrib/libdivsufsort/lib/
H A Ddivsufsort.c38 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 Dutils.c53 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 Dtrsort.c98 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 Dsssort.c193 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 DRDFCopy.cpp65 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 DHexagonRDFOpt.cpp170 NodeAddr<StmtNode*> SA = TA; in run() local
185 auto SA = DFG.addr<StmtNode*>(N); in run() local
H A DHexagonOptAddrMode.cpp216 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 Ddivsufsort.c283 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 DMCObjectWriter.cpp38 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved() local
H A DMCExpr.cpp595 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp50 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias() local
H A DDemandedBits.cpp121 const APInt *SA; in determineLiveOperandBits() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp632 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 DCompilerInvocation.h162 StringAllocator SA) const { in generateCC1CommandLine()
/freebsd/sys/netinet/
H A Dip_options.c242 #define SA struct sockaddr * in ip_dooptions() macro
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp252 const SanitizerArgs &SA = ToolChain.getSanitizerArgs(Args); in ConstructJob() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h258 SplitAnalysis &SA; global() variable
H A DRegAllocGreedy.h212 std::unique_ptr<SplitAnalysis> SA; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp458 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 DCodeGenModule.cpp701 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 DLoongArchAsmBackend.cpp458 const MCSymbol &SA = Target.getSymA()->getSymbol(); in handleAddSubRelocations() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp301 if (auto SA = DU.getAddrOffsetSectionItem(Index)) in getLocation() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1167 if (std::optional<object::SectionedAddress> SA = in cloneDieAttrExpression() local
1186 if (std::optional<object::SectionedAddress> SA = in cloneDieAttrExpression() local

123