/freebsd-src/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-src/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-src/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 | 167 NodeAddr<StmtNode*> SA = TA; run() local 182 auto SA = DFG.addr<StmtNode*>(N); run() local
|
H A D | HexagonOptAddrMode.cpp | 214 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 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-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectWriter.cpp | 29 const MCSymbol &SA = A->getSymbol(); isSymbolRefDifferenceFullyResolved() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 634 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 D | CompilerInvocation.h | 162 StringAllocator SA) const { in generateCC1CommandLine() argument
|
/freebsd-src/sys/netinet/ |
H A D | ip_options.c | 242 #define SA struct sockaddr * in ip_dooptions() macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Solaris.cpp | 253 const SanitizerArgs &SA = ToolChain.getSanitizerArgs(Args); ConstructJob() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 264 SplitAnalysis &SA; variable
|
H A D | RegAllocGreedy.h | 212 std::unique_ptr<SplitAnalysis> SA; variable
|
H A D | RDFGraph.cpp | 838 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 D | CGDecl.cpp | 458 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 D | CodeGenModule.cpp | 664 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 D | LoongArchAsmBackend.cpp | 455 const MCSymbol &SA = Target.getSymA()->getSymbol(); handleAddSubRelocations() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 301 if (auto SA = DU.getAddrOffsetSectionItem(Index)) in getLocation() local
|
/freebsd-src/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
|