| /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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFObjectWriter.cpp | 100 if (auto *SA = Target.getAddSym()) in getRelocType() local 119 if (const auto *SA = Target.getAddSym()) { in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 64 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() 110 NodeAddr<StmtNode*> SA = IA; in scanBlock() local 177 auto SA = DFG.addr<InstrNode*>(C); in run() local
|
| H A D | HexagonRDFOpt.cpp | 163 NodeAddr<StmtNode*> SA = TA; in run() local 178 auto SA = DFG.addr<StmtNode*>(N); in run() local
|
| H A D | HexagonOptAddrMode.cpp | 230 bool HexagonOptAddrMode::allValidCandidates(NodeAddr<StmtNode *> SA, in allValidCandidates() 262 void HexagonOptAddrMode::getAllRealUses(NodeAddr<StmtNode *> SA, in getAllRealUses() 968 NodeAddr<StmtNode *> SA = AddAslUN.Addr->getOwner(*DFG); in changeAddAsl() local 1054 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/Target/VE/MCTargetDesc/ |
| H A D | VEELFObjectWriter.cpp | 47 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonELFObjectWriter.cpp | 53 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVELFObjectWriter.cpp | 58 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFObjectWriter.cpp | 51 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCELFObjectWriter.cpp | 89 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcELFObjectWriter.cpp | 62 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchELFObjectWriter.cpp | 64 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kELFObjectWriter.cpp | 73 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZELFObjectWriter.cpp | 114 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 36 bool MCObjectWriter::isSymbolRefDifferenceFullyResolved(const MCSymbol &SA, in isSymbolRefDifferenceFullyResolved()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCAliasAnalysis.cpp | 48 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFObjectWriter.cpp | 99 if (auto *SA = Target.getAddSym()) in getRelocType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 647 const APInt *SA; in SimplifyDemandedUseBits() local 734 const APInt *SA; in SimplifyDemandedUseBits() local 827 const APInt *SA; in SimplifyDemandedUseBits() local 864 const APInt *SA; in SimplifyDemandedUseBits() local 1030 const APInt *SA; in SimplifyDemandedUseBits() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | RootAutoDetector.cpp | 178 auto SA = getFctStartAddr(Node->CallsiteAddress); in determineRoots() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 162 StringAllocator SA) const { in generateCC1CommandLine()
|