/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 …]
|
/llvm-project/bolt/unittests/Profile/ |
H A D | DataAggregator.cpp | 24 DataAggregator DA("<pseudo input>"); in TEST() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 440 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 D | RDFLiveness.cpp | 295 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 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()
|
/llvm-project/llvm/unittests/Analysis/InlineAdvisorPlugin/ |
H A D | InlineAdvisorPlugin.cpp | 22 PluginInlineAdvisorAnalysis DA(DefaultAdvisorFactory); run() local
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | DataflowInfoManager.h | 38 std::unique_ptr<DominatorAnalysis</*Bwd=*/false>> DA; variable
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityInfo.h | 84 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-equals-default-copy.cpp | 321 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 D | move_convert.runtime.pass.cpp | 78 using DA = NCConvertingDeleter<A[]>; // non-copyable deleters in test_sfinae() typedef
|
H A D | move_convert.single.pass.cpp | 78 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
|
/llvm-project/polly/lib/Transform/ |
H A D | DeadCodeElimination.cpp | 175 DependenceAnalysis::Result &DA = SAM.getResult<DependenceAnalysis>(S, SAR); in run() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
|
/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()
|
/llvm-project/bolt/lib/Passes/ |
H A D | ShrinkWrapping.cpp | 570 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 D | MCF.cpp | 365 DominatorAnalysis<false> &DA = Info.getDominatorAnalysis(); in equalizeBBCounts() local
|
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kBaseInfo.h | 104 DA = 0x6, enumerator
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | move_convert.single.pass.cpp | 99 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-reinterpret-base-class.cpp | 10 class DA : public A { class
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 270 for (auto *DA : It->second) in canCoroBeginEscape() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 102 DomTreeNode *DA = DT->getNode(InstA->getParent()); in domTreeLevelBefore() local
|
/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 790 } 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 D | InlineAdvisor.cpp | 209 Advisor.reset(DA.Factory(M, FAM, Params, IC)); in tryCreate() local
|