Home
last modified time | relevance | path

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

12

/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
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 …]
/llvm-project/bolt/unittests/Profile/
H A DDataAggregator.cpp24 DataAggregator DA("<pseudo input>"); in TEST() local
/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp440 RefData.RD = DA.Id; in linkToDef() argument
447 RefData.RD = DA.Id; in linkToDef() argument
793 DA 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() argument
319 const auto DA = DFG.addr<const DefNode *>(D); in getAllReachingDefsRecImpl() local
439 auto DA = DFG.addr<DefNode *>(D); getAllReachedUses() local
504 NodeAddr<DefNode *> DA = DFG.addr<DefNode *>(DefQ[i]); computePhiInfo() local
1057 auto DA = DFG.addr<DefNode *>(OR.first); traverse() local
[all...]
/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()
/llvm-project/llvm/unittests/Analysis/InlineAdvisorPlugin/
H A DInlineAdvisorPlugin.cpp22 PluginInlineAdvisorAnalysis DA(DefaultAdvisorFactory); run() local
/llvm-project/bolt/include/bolt/Passes/
H A DDataflowInfoManager.h38 std::unique_ptr<DominatorAnalysis</*Bwd=*/false>> DA; variable
/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h84 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp321 struct DA { struct
323 DA(const DA &Other = DA(0)) : Field1(Other.Field1), Field2(Other.Field2) {} in DA() function
329 DA &DA::operator=(const DA &Other) { in operator =() argument
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.runtime.pass.cpp78 using DA = NCConvertingDeleter<A[]>; // non-copyable deleters in test_sfinae() typedef
H A Dmove_convert.single.pass.cpp78 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
/llvm-project/polly/lib/Transform/
H A DDeadCodeElimination.cpp175 DependenceAnalysis::Result &DA = SAM.getResult<DependenceAnalysis>(S, SAR); in run() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp95 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
H A DHexagonRDFOpt.cpp258 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite()
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp570 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in insertRegion() local
711 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in classifyCSRUses() local
770 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in computeSaveLocations() local
852 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in computeDomOrder() local
962 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in doRestorePlacement() local
1558 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in insertUpdatedCFI() local
H A DMCF.cpp365 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in equalizeBBCounts() local
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h104 DA = 0x6, enumerator
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.single.pass.cpp99 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
/llvm-project/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp10 class DA : public A { class
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp270 for (auto *DA : It->second) in canCoroBeginEscape() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp102 DomTreeNode *DA = DT->getNode(InstA->getParent()); in domTreeLevelBefore() local
/llvm-project/clang/lib/AST/
H A DAPValue.cpp790 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { printPretty() local
819 } else if (DynamicAllocLValue DA = Base.dyn_cast<DynamicAllocLValue>()) { printPretty() local
/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp209 Advisor.reset(DA.Factory(M, FAM, Params, IC)); in tryCreate() local

12