/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 67 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in addUnitsImpl() 195 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFUnit() 231 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem() local 249 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem() local 536 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded() local 1081 DWARFDataExtractor &DA) { in validateContributionSize() 1096 parseDWARF64StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF64StringOffsetsTableHeader() 1114 parseDWARF32StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF32StringOffsetsTableHeader() 1131 parseDWARFStringOffsetsTableHeader(DWARFDataExtractor &DA, in parseDWARFStringOffsetsTableHeader() 1159 DWARFUnit::determineStringOffsetsTableContribution(DWARFDataExtractor &DA) { in determineStringOffsetsTableContribution() [all …]
|
H A D | DWARFVerifier.cpp | 1918 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); in verifyDebugStrOffsets() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 440 void DefNode::linkToDef(NodeId Self, Def DA) { in linkToDef() 447 void UseNode::linkToDef(NodeId Self, Def DA) { in linkToDef() 793 Def DA = NA; in cloneNode() local 819 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 825 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 929 Def DA = newDef(PA, RR, PhiFlags); in build() local 957 Def DA = newDef(PA, RR, PhiFlags); in build() local 1050 for (Def DA : IA.Addr->members_if(IsDef, *this)) { in pushClobbers() local 1098 for (Def DA : IA.Addr->members_if(IsDef, *this)) { in pushDefs() local 1307 Def DA = newDef(SA, Op, Flags); in buildStmt() local [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 | 2174 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; in buildOverlapMapAndRecordDeclares() local 2211 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; in buildOverlapMapAndRecordDeclares() local
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityInfo.h | 86 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
|
/freebsd/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 | 258 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kBaseInfo.h | 104 DA = 0x6, enumerator
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 16 #define DA __erf_data.erf_ratio_D_A macro
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 270 for (auto *DA : It->second) in canCoroBeginEscape() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 102 DomTreeNode *DA = DT->getNode(InstA->getParent()); in domTreeLevelBefore() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 790 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { in printPretty() local 819 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { in printPretty() local
|
H A D | JSONNodeDumper.cpp | 578 void JSONNodeDumper::VisitDeprecatedAttr(const DeprecatedAttr *DA) { in VisitDeprecatedAttr()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineAdvisor.cpp | 209 auto &DA = MAM.getResult<PluginInlineAdvisorAnalysis>(M); in tryCreate() local
|
H A D | LoopAccessAnalysis.cpp | 662 MemoryDepChecker::DepCandidates &DA, in AccessAnalysis()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2903 getDeviceDependences(OffloadAction::DeviceDependences &DA, in getDeviceDependences() 2925 virtual void appendLinkDependences(OffloadAction::DeviceDependences &DA) {} in appendLinkDependences() 3295 getDeviceDependences(OffloadAction::DeviceDependences &DA, in getDeviceDependences() 3469 getDeviceDependences(OffloadAction::DeviceDependences &DA, in getDeviceDependences() 3668 void appendLinkDependences(OffloadAction::DeviceDependences &DA) override {} in appendLinkDependences()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 822 DA = 2, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 1011 if (const DeprecatedAttr *DA = dyn_cast<DeprecatedAttr>(Attrs[i])) { in visitFullComment() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 1017 const ConstantDataArray *DA = cast<ConstantDataArray>(GV->getInitializer()); in computeAccessKey() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 421 bool DA; member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwv.c | 311 #define DA 4 /* day digits (3) */ macro [all...] |