/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 53 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFUnit() 76 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem() local 90 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem() local 164 parseRngListTableHeader(DWARFDataExtractor &DA, uint32_t Offset) { in parseRngListTableHeader() 299 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in extractDIEsIfNeeded() local 654 DWARFDataExtractor &DA) { in validateContributionSize() 669 parseDWARF64StringOffsetsTableHeader(DWARFDataExtractor &DA, uint32_t Offset) { in parseDWARF64StringOffsetsTableHeader() 688 parseDWARF32StringOffsetsTableHeader(DWARFDataExtractor &DA, uint32_t Offset) { in parseDWARF32StringOffsetsTableHeader() 704 DWARFUnit::determineStringOffsetsTableContribution(DWARFDataExtractor &DA, in determineStringOffsetsTableContribution() 718 DWARFUnit::determineStringOffsetsTableContributionDWO(DWARFDataExtractor &DA, in determineStringOffsetsTableContributionDWO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUUnifyDivergentExitNodes.cpp | 98 static bool isUniformlyReached(const DivergenceAnalysis &DA, in isUniformlyReached() 166 DivergenceAnalysis &DA = getAnalysis<DivergenceAnalysis>(); in runOnFunction() local
|
D | AMDGPUAnnotateUniformValues.cpp | 35 DivergenceAnalysis *DA; member in __anon43ecca5e0111::AMDGPUAnnotateUniformValues
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | OrderedInstructions.cpp | 48 DomTreeNode *DA = DT->getNode(InstA->getParent()); in dfsBefore() local
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFTypeUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 22 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 30 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFTypeUnit()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 36 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFUnit() 60 DataExtractor DA(AddrOffsetSection, isLittleEndian, AddrSize); in getAddrOffsetSectionItem() local 72 DataExtractor DA(StringOffsetSection, isLittleEndian, 0); in getStringOffsetSectionItem() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 34 DivergenceAnalysis *DA; member in __anondf58c0c00111::AMDGPUCodeGenPrepare
|
D | AMDGPUAnnotateUniformValues.cpp | 32 DivergenceAnalysis *DA; member in __anone4976c060111::AMDGPUAnnotateUniformValues
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 465 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 472 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 815 NodeAddr<DefNode*> DA = NA; in cloneNode() local 843 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 850 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 929 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local 955 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local 1329 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1343 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1378 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local [all …]
|
D | RDFLiveness.cpp | 262 auto DeadP = [](const NodeAddr<DefNode*> DA) -> bool { in getAllReachingDefs() 285 const auto DA = DFG.addr<const DefNode*>(D); in getAllReachingDefsRecImpl() local 406 auto DA = DFG.addr<DefNode*>(D); in getAllReachedUses() local 470 NodeAddr<DefNode*> DA = DFG.addr<DefNode*>(DefQ[i]); in computePhiInfo() local 1002 auto DA = DFG.addr<DefNode*>(OR.first); in traverse() local
|
D | RDFDeadCode.cpp | 94 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
|
D | HexagonRDFOpt.cpp | 253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.cpp | 246 const auto DA = DFG.addr<const DefNode*>(D); in getAllReachingDefsRec() local 302 auto DA = DFG.addr<DefNode*>(D); in getAllReachedUses() local 357 NodeAddr<DefNode*> DA = DFG.addr<DefNode*>(DefQ[i]); in computePhiInfo() local 391 auto HasDef = [&PhiDefs] (NodeAddr<DefNode*> DA) -> bool { in computePhiInfo() 840 auto DA = DFG.addr<DefNode*>(R); in traverse() local 868 auto DA = DFG.addr<DefNode*>(R); in traverse() local
|
D | RDFGraph.cpp | 416 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 423 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 859 NodeAddr<DefNode*> DA = NA; in cloneNode() local 888 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 895 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 957 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local 1223 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1246 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1417 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis() local 1455 NodeAddr<DefNode*> DA = M; in removeUnusedPhis() local [all …]
|
D | RDFDeadCode.cpp | 83 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 78 struct DA { struct 79 unsigned Kind; 80 void *QT; 81 ValueDecl *D;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 24 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
D | move_convert.runtime.pass.cpp | 78 using DA = NCConvertingDeleter<A[]>; // non-copyable deleters in test_sfinae() typedef
|
D | move_convert.single.pass.cpp | 75 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 209 bool DA; member
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | move_convert.single.pass.cpp | 96 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
|