Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/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-src/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.cpp167 NodeAddr<StmtNode*> SA = TA; run() local
182 auto SA = DFG.addr<StmtNode*>(N); run() local
H A DHexagonOptAddrMode.cpp214 allValidCandidates(NodeAddr<StmtNode * > SA,NodeList & UNodeList) allValidCandidates() argument
246 getAllRealUses(NodeAddr<StmtNode * > SA,NodeList & UNodeList) getAllRealUses() argument
684 NodeAddr<StmtNode *> SA = AddAslUN.Addr->getOwner(*DFG); changeAddAsl() local
771 NodeAddr<StmtNode *> SA = IA; processBlock() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp29 const MCSymbol &SA = A->getSymbol(); isSymbolRefDifferenceFullyResolved() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp634 const APInt *SA; SimplifyDemandedUseBits() local
699 const APInt *SA; SimplifyDemandedUseBits() local
769 const APInt *SA; SimplifyDemandedUseBits() local
816 const APInt *SA; SimplifyDemandedUseBits() local
977 const APInt *SA; SimplifyDemandedUseBits() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h162 StringAllocator SA) const { in generateCC1CommandLine() argument
/freebsd-src/sys/netinet/
H A Dip_options.c242 #define SA struct sockaddr * in ip_dooptions() macro
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp253 const SanitizerArgs &SA = ToolChain.getSanitizerArgs(Args); ConstructJob() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h264 SplitAnalysis &SA; variable
H A DRegAllocGreedy.h212 std::unique_ptr<SplitAnalysis> SA; variable
H A DRDFGraph.cpp838 Stmt SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt); in newStmt() local
1246 Stmt SA = newStmt(BA, &In); in buildStmt() local
1551 linkStmtRefs(DefStackMap & DefM,Stmt SA,Predicate P) linkStmtRefs() argument
[all...]
/freebsd-src/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
463 var->addAttribute("rodata-section", SA->getName()); in EmitStaticVarDecl() local
454 if (auto *SA = D.getAttr<PragmaClangBSSSectionAttr>()) EmitStaticVarDecl() local
456 if (auto *SA = D.getAttr<PragmaClangDataSectionAttr>()) EmitStaticVarDecl() local
[all...]
H A DCodeGenModule.cpp664 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) { checkAliases() local
2666 if (auto *SA = D->getAttr<PragmaClangBSSSectionAttr>()) setNonAliasAttributes() local
2668 if (auto *SA = D->getAttr<PragmaClangDataSectionAttr>()) setNonAliasAttributes() local
2670 if (auto *SA = D->getAttr<PragmaClangRodataSectionAttr>()) setNonAliasAttributes() local
2672 if (auto *SA = D->getAttr<PragmaClangRelroSectionAttr>()) setNonAliasAttributes() local
2679 if (auto *SA = D->getAttr<PragmaClangTextSectionAttr>()) setNonAliasAttributes() local
2699 else if (const auto *SA = D->getAttr<SectionAttr>()) setNonAliasAttributes() local
2839 else if (const auto *SA = FD->getAttr<SectionAttr>()) SetFunctionAttributes() local
4901 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) GetOrCreateLLVMGlobal() local
5446 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) { EmitGlobalVarDefinition() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp455 const MCSymbol &SA = Target.getSymA()->getSymbol(); handleAddSubRelocations() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp301 if (auto SA = DU.getAddrOffsetSectionItem(Index)) in getLocation() local
/freebsd-src/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

12