| /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 535 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded() local 1080 DWARFDataExtractor &DA) { in validateContributionSize() 1095 parseDWARF64StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF64StringOffsetsTableHeader() 1113 parseDWARF32StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF32StringOffsetsTableHeader() 1130 parseDWARFStringOffsetsTableHeader(DWARFDataExtractor &DA, in parseDWARFStringOffsetsTableHeader() 1158 DWARFUnit::determineStringOffsetsTableContribution(DWARFDataExtractor &DA) { in determineStringOffsetsTableContribution() [all …]
|
| H A D | DWARFVerifier.cpp | 2149 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); in verifyDebugStrOffsets() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 439 void DefNode::linkToDef(NodeId Self, Def DA) { in linkToDef() 446 void UseNode::linkToDef(NodeId Self, Def DA) { in linkToDef() 792 Def DA = NA; in cloneNode() local 818 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 824 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 928 Def DA = newDef(PA, RR, PhiFlags); in build() local 956 Def DA = newDef(PA, RR, PhiFlags); in build() local 1052 for (Def DA : IA.Addr->members_if(IsDef, *this)) { in pushClobbers() local 1100 for (Def DA : IA.Addr->members_if(IsDef, *this)) { in pushDefs() local 1309 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 1052 auto DA = DFG.addr<DefNode *>(OR.first); in traverse() local
|
| H A D | AssignmentTrackingAnalysis.cpp | 2143 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; in buildOverlapMapAndRecordDeclares() local 2177 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; in buildOverlapMapAndRecordDeclares() local 2198 DebugAggregate DA = {DV.getVariable(), DV.getInlinedAt()}; in buildOverlapMapAndRecordDeclares() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 26 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 | 89 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; 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()
|
| /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 | 251 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite()
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | erf.c | 18 #define DA __erf_data.erf_ratio_D_A macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kBaseInfo.h | 104 DA = 0x6, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 254 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 | 800 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { in printPretty() local 829 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { in printPretty() local
|
| H A D | JSONNodeDumper.cpp | 577 void JSONNodeDumper::VisitDeprecatedAttr(const DeprecatedAttr *DA) { in VisitDeprecatedAttr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Pointer.cpp | 184 DynamicAllocLValue DA(ReportedDynamicAllocs++); in toAPValue() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineAdvisor.cpp | 236 auto &DA = MAM.getResult<PluginInlineAdvisorAnalysis>(M); in tryCreate() local
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 1010 if (const DeprecatedAttr *DA = dyn_cast<DeprecatedAttr>(Attrs[i])) { in visitFullComment() local
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 3205 getDeviceDependences(OffloadAction::DeviceDependences &DA, in getDeviceDependences() 3227 virtual void appendLinkDependences(OffloadAction::DeviceDependences &DA) {} in appendLinkDependences() 3558 getDeviceDependences(OffloadAction::DeviceDependences &DA, in getDeviceDependences() 3734 getDeviceDependences(OffloadAction::DeviceDependences &DA, in getDeviceDependences() 3936 void appendLinkDependences(OffloadAction::DeviceDependences &DA) override {} in appendLinkDependences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 897 DA = 2, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 1009 const ConstantDataArray *DA = cast<ConstantDataArray>(GV->getInitializer()); in computeAccessKey() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 446 bool DA; member
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_wwv.c | 311 #define DA 4 /* day digits (3) */ macro [all...] |