Home
last modified time | relevance | path

Searched defs:DA (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp67 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 DDWARFVerifier.cpp2149 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); in verifyDebugStrOffsets() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp439 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 DRDFLiveness.cpp295 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 DAssignmentTrackingAnalysis.cpp2143 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 DDWARFCompileUnit.h26 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
H A DDWARFTypeUnit.h27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h89 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp95 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
H A DHexagonRDFOpt.cpp251 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite()
/freebsd/contrib/arm-optimized-routines/math/
H A Derf.c18 #define DA __erf_data.erf_ratio_D_A macro
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h104 DA = 0x6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp254 for (auto *DA : It->second) in canCoroBeginEscape() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp102 DomTreeNode *DA = DT->getNode(InstA->getParent()); in domTreeLevelBefore() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp800 } 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 DJSONNodeDumper.cpp577 void JSONNodeDumper::VisitDeprecatedAttr(const DeprecatedAttr *DA) { in VisitDeprecatedAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp184 DynamicAllocLValue DA(ReportedDynamicAllocs++); in toAPValue() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp236 auto &DA = MAM.getResult<PluginInlineAdvisorAnalysis>(M); in tryCreate() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1010 if (const DeprecatedAttr *DA = dyn_cast<DeprecatedAttr>(Attrs[i])) { in visitFullComment() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3205 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 DAArch64BaseInfo.h897 DA = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp1009 const ConstantDataArray *DA = cast<ConstantDataArray>(GV->getInitializer()); in computeAccessKey() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h446 bool DA; member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c311 #define DA 4 /* day digits (3) */ macro
[all...]

12