Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp67 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 DDWARFVerifier.cpp1726 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); verifyDebugStrOffsets() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp440 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 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
1057 auto DA = DFG.addr<DefNode *>(OR.first); in traverse() local
H A DAssignmentTrackingAnalysis.cpp2167 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 DDWARFCompileUnit.h25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
H A DDWARFTypeUnit.h27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h84 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp194 for (auto *DA : It->second) hasEscapePath() local
302 __anon83fe6d900302(auto *DA) shouldElide() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp95 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
H A DHexagonRDFOpt.cpp255 __anon0e3b854a0402(NodeAddr<DefNode*> DA) rewrite() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h104 DA = 0x6, enumerator
/freebsd-src/contrib/arm-optimized-routines/math/
H A Derf.c16 #define DA global() macro
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp102 DomTreeNode *DA = DT->getNode(InstA->getParent()); in domTreeLevelBefore() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp787 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { printPretty() local
816 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { printPretty() local
H A DJSONNodeDumper.cpp545 VisitDeprecatedAttr(const DeprecatedAttr * DA) VisitDeprecatedAttr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp208 auto &DA = MAM.getResult<PluginInlineAdvisorAnalysis>(M); tryCreate() local
H A DLoopAccessAnalysis.cpp659 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 DDriver.cpp2866 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 DAArch64BaseInfo.h814 DA = 2, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp998 if (const DeprecatedAttr *DA = dyn_cast<DeprecatedAttr>(Attrs[i])) { visitFullComment() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h352 bool DA; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp1016 const ConstantDataArray *DA = cast<ConstantDataArray>(GV->getInitializer()); computeAccessKey() local
/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_wwv.c311 #define DA 4 /* day digits (3) */ macro

12