/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 67 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in addUnitsImpl() argument 191 DWARFUnit(DWARFContext & DC,const DWARFSection & Section,const DWARFUnitHeader & Header,const DWARFDebugAbbrev * DA,const DWARFSection * RS,const DWARFSection * LocSection,StringRef SS,const DWARFSection & SOS,const DWARFSection * AOS,const DWARFSection & LS,bool LE,bool IsDWO,const DWARFUnitVector & UnitVector) DWARFUnit() argument 227 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, getAddrOffsetSectionItem() local 245 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, getStringOffsetSectionItem() local 513 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, tryExtractDIEsIfNeeded() local 1058 validateContributionSize(DWARFDataExtractor & DA) validateContributionSize() argument 1073 parseDWARF64StringOffsetsTableHeader(DWARFDataExtractor & DA,uint64_t Offset) parseDWARF64StringOffsetsTableHeader() argument 1091 parseDWARF32StringOffsetsTableHeader(DWARFDataExtractor & DA,uint64_t Offset) parseDWARF32StringOffsetsTableHeader() argument 1108 parseDWARFStringOffsetsTableHeader(DWARFDataExtractor & DA,llvm::dwarf::DwarfFormat Format,uint64_t Offset) parseDWARFStringOffsetsTableHeader() argument 1136 determineStringOffsetsTableContribution(DWARFDataExtractor & DA) determineStringOffsetsTableContribution() argument 1149 determineStringOffsetsTableContributionDWO(DWARFDataExtractor & DA) determineStringOffsetsTableContributionDWO() argument [all...] |
H A D | DWARFVerifier.cpp | 1726 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); verifyDebugStrOffsets() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 440 void DefNode::linkToDef(NodeId Self, Def DA) { in linkToDef() argument 447 void UseNode::linkToDef(NodeId Self, Def DA) { in linkToDef() argument 793 Def DA = NA; in cloneNode() local 819 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); newDef() local 825 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); newDef() local 929 Def DA = newDef(PA, RR, PhiFlags); build() local 957 Def DA = newDef(PA, RR, PhiFlags); build() local 1050 for (Def DA : IA.Addr->members_if(IsDef, *this)) { pushClobbers() local 1098 for (Def DA : IA.Addr->members_if(IsDef, *this)) { pushDefs() local 1307 Def DA = newDef(SA, Op, Flags); buildStmt() local 1320 Def DA = newDef(SA, Op, Flags); buildStmt() local 1358 Def DA = newDef(SA, Op, Flags); buildStmt() local 1470 Def DA = M; removeUnusedPhis() local 1686 unlinkDefDF(Def DA) unlinkDefDF() argument [all...] |
H A D | RDFLiveness.cpp | 295 auto DeadP = [](const NodeAddr<DefNode *> DA) -> bool { in getAllReachingDefs() 319 const auto DA = DFG.addr<const DefNode *>(D); in getAllReachingDefsRecImpl() local 439 auto DA = DFG.addr<DefNode *>(D); in getAllReachedUses() local 504 NodeAddr<DefNode *> DA = DFG.addr<DefNode *>(DefQ[i]); in computePhiInfo() local 1057 auto DA = DFG.addr<DefNode *>(OR.first); in traverse() local
|
H A D | AssignmentTrackingAnalysis.cpp | 2167 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; buildOverlapMapAndRecordDeclares() local 2204 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; buildOverlapMapAndRecordDeclares() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityInfo.h | 84 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 194 for (auto *DA : It->second) hasEscapePath() local 302 __anon83fe6d900302(auto *DA) shouldElide() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 95 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
|
H A D | HexagonRDFOpt.cpp | 255 __anon0e3b854a0402(NodeAddr<DefNode*> DA) rewrite() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kBaseInfo.h | 104 DA = 0x6, enumerator
|
/freebsd-src/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 16 #define DA global() macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 102 DomTreeNode *DA = DT->getNode(InstA->getParent()); in domTreeLevelBefore() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 787 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { printPretty() local 816 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { printPretty() local
|
H A D | JSONNodeDumper.cpp | 545 VisitDeprecatedAttr(const DeprecatedAttr * DA) VisitDeprecatedAttr() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 208 auto &DA = MAM.getResult<PluginInlineAdvisorAnalysis>(M); tryCreate() local
|
H A D | LoopAccessAnalysis.cpp | 659 AccessAnalysis(Loop * TheLoop,AAResults * AA,LoopInfo * LI,MemoryDepChecker::DepCandidates & DA,PredicatedScalarEvolution & PSE,SmallPtrSetImpl<MDNode * > & LoopAliasScopes) AccessAnalysis() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2866 getDeviceDependences(OffloadAction::DeviceDependences & DA,phases::ID CurPhase,phases::ID FinalPhase,PhasesTy & Phases) getDeviceDependences() argument 2888 appendLinkDependences(OffloadAction::DeviceDependences & DA) appendLinkDependences() argument 3254 getDeviceDependences(OffloadAction::DeviceDependences & DA,phases::ID CurPhase,phases::ID FinalPhase,PhasesTy & Phases) getDeviceDependences() argument 3428 getDeviceDependences(OffloadAction::DeviceDependences & DA,phases::ID CurPhase,phases::ID FinalPhase,PhasesTy & Phases) getDeviceDependences() argument 3627 appendLinkDependences(OffloadAction::DeviceDependences & DA) appendLinkDependences() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 814 DA = 2, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 998 if (const DeprecatedAttr *DA = dyn_cast<DeprecatedAttr>(Attrs[i])) { visitFullComment() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 352 bool DA; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 1016 const ConstantDataArray *DA = cast<ConstantDataArray>(GV->getInitializer()); computeAccessKey() local
|
/freebsd-src/contrib/ntp/ntpd/ |
H A D | refclock_wwv.c | 311 #define DA 4 /* day digits (3) */ macro
|