Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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.cpp663 if (auto SA = getAsSectionedAddress()) in getAsAddress() local
678 Optional<object::SectionedAddress> SA = U->getAddrOffsetSectionItem(Index); in getAsSectionedAddress() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp63 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy()
74 NodeAddr<StmtNode*> SA = IA; in scanBlock() local
138 auto SA = DFG.addr<InstrNode*>(C); in run() local
H A DHexagonRDFOpt.cpp165 NodeAddr<StmtNode*> SA = TA; in run() local
180 auto SA = DFG.addr<StmtNode*>(N); in run() local
H A DHexagonOptAddrMode.cpp212 bool HexagonOptAddrMode::allValidCandidates(NodeAddr<StmtNode *> SA, in allValidCandidates()
244 void HexagonOptAddrMode::getAllRealUses(NodeAddr<StmtNode *> SA, in getAllRealUses()
608 NodeAddr<StmtNode *> SA = AddAslUN.Addr->getOwner(*DFG); in changeAddAsl() local
695 NodeAddr<StmtNode *> SA = IA; in processBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp240 ScratchAlloc &SA) { in ObjCProtocolListInfo()
333 ScratchAlloc SA(IdxCtx); in create() local
340 ScratchAlloc &SA) { in CXXBasesListInfo()
468 ScratchAlloc SA(*this); in ppIncludedFile() local
551 ScratchAlloc SA(*this); in handleDecl() local
672 ScratchAlloc SA(*this); in handleObjCInterface() local
728 ScratchAlloc SA(*this); in handleObjCProtocol() local
742 ScratchAlloc SA(*this); in handleObjCCategory() local
774 ScratchAlloc SA(*this); in handleObjCCategoryImpl() local
836 ScratchAlloc SA(*this); in handleObjCProperty() local
[all …]
H A DCXIndexDataConsumer.h240 ScratchAlloc SA; variable
484 inline ScratchAlloc::ScratchAlloc(const ScratchAlloc &SA) : IdxCtx(SA.IdxCtx) { in ScratchAlloc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectWriter.cpp27 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved() local
H A DMCExpr.cpp591 const MCSymbol &SA = A->getSymbol(); in AttemptToFoldSymbolOffsetDifference() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp531 const APInt *SA; in SimplifyDemandedUseBits() local
589 const APInt *SA; in SimplifyDemandedUseBits() local
630 const APInt *SA; in SimplifyDemandedUseBits() local
677 const APInt *SA; in SimplifyDemandedUseBits() local
809 const APInt *SA; in SimplifyDemandedUseBits() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp47 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias() local
H A DDemandedBits.cpp153 const APInt *SA; in determineLiveOperandBits() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp228 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl()
251 CompilerInvocation::StringAllocator SA, in denormalizeString()
296 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnumImpl()
313 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum()
353 CompilerInvocation::StringAllocator SA, in denormalizeStringVector()
585 CompilerInvocation::StringAllocator SA) { in GenerateArg()
594 CompilerInvocation::StringAllocator SA) { in GenerateArg()
683 auto SA = [&StringPool](const Twine &Arg) { in RoundTrip() local
779 CompilerInvocation::StringAllocator SA) { in GenerateAnalyzerArgs()
1155 CompilerInvocation::StringAllocator SA, in GenerateOptimizationRemark()
[all …]
/netbsd-src/external/gpl2/groff/dist/font/devdvi/generate/
H A DMakefile105 SA: $(srcdir)/msam.map target
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp45 auto SA = [&Strings](const Twine &Arg) { return Strings.save(Arg).data(); }; in serializeCompilerInvocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h267 SplitAnalysis &SA; variable
H A DRDFGraph.cpp847 NodeAddr<StmtNode*> SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt); in newStmt() local
1246 NodeAddr<StmtNode*> SA = newStmt(BA, &In); in buildStmt() local
1608 void DataFlowGraph::linkStmtRefs(DefStackMap &DefM, NodeAddr<StmtNode*> SA, in linkStmtRefs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp377 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) { in checkAliases() local
1981 if (auto *SA = D->getAttr<PragmaClangBSSSectionAttr>()) in setNonAliasAttributes() local
1983 if (auto *SA = D->getAttr<PragmaClangDataSectionAttr>()) in setNonAliasAttributes() local
1985 if (auto *SA = D->getAttr<PragmaClangRodataSectionAttr>()) in setNonAliasAttributes() local
1987 if (auto *SA = D->getAttr<PragmaClangRelroSectionAttr>()) in setNonAliasAttributes() local
1994 if (auto *SA = D->getAttr<PragmaClangTextSectionAttr>()) in setNonAliasAttributes() local
2014 else if (const auto *SA = D->getAttr<SectionAttr>()) in setNonAliasAttributes() local
2106 else if (const auto *SA = FD->getAttr<SectionAttr>()) in SetFunctionAttributes() local
3914 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) in GetOrCreateLLVMGlobal() local
4428 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) { in EmitGlobalVarDefinition() local
H A DCGDecl.cpp432 if (auto *SA = D.getAttr<PragmaClangBSSSectionAttr>()) in EmitStaticVarDecl() local
434 if (auto *SA = D.getAttr<PragmaClangDataSectionAttr>()) in EmitStaticVarDecl() local
436 if (auto *SA = D.getAttr<PragmaClangRodataSectionAttr>()) in EmitStaticVarDecl() local
438 if (auto *SA = D.getAttr<PragmaClangRelroSectionAttr>()) in EmitStaticVarDecl() local
441 if (const SectionAttr *SA = D.getAttr<SectionAttr>()) in EmitStaticVarDecl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp359 const MCSymbol &SA = A->getSymbol(); in evaluateTargetFixup() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.y97 #define SA(e) if (!expr_is_saddr (e)) NOT_SADDR; macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.y97 #define SA(e) if (!expr_is_saddr (e)) NOT_SADDR; macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp513 yaml::SIArgument SA = yaml::SIArgument::createArgument(Arg.isRegister()); in convertArgumentInfo() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d1426 alias SA = void[size_t.sizeof + 3]; variable
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmsp430-decode.c91 #define SA(a) OP (1, MSP430_Operand_Indirect, MSR_None, a) macro

123