Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp53 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/
DAMDGPUUnifyDivergentExitNodes.cpp98 static bool isUniformlyReached(const DivergenceAnalysis &DA, in isUniformlyReached()
166 DivergenceAnalysis &DA = getAnalysis<DivergenceAnalysis>(); in runOnFunction() local
DAMDGPUAnnotateUniformValues.cpp35 DivergenceAnalysis *DA; member in __anon43ecca5e0111::AMDGPUAnnotateUniformValues
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DOrderedInstructions.cpp48 DomTreeNode *DA = DT->getNode(InstA->getParent()); in dfsBefore() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
DDWARFTypeUnit.h23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFTypeUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h22 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFCompileUnit()
DDWARFTypeUnit.h30 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFTypeUnit()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp36 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/
DAMDGPUCodeGenPrepare.cpp34 DivergenceAnalysis *DA; member in __anondf58c0c00111::AMDGPUCodeGenPrepare
DAMDGPUAnnotateUniformValues.cpp32 DivergenceAnalysis *DA; member in __anone4976c060111::AMDGPUAnnotateUniformValues
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp465 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 …]
DRDFLiveness.cpp262 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
DRDFDeadCode.cpp94 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
DHexagonRDFOpt.cpp253 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite()
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp246 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
DRDFGraph.cpp416 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 …]
DRDFDeadCode.cpp83 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef()
/external/clang/include/clang/AST/
DTemplateBase.h78 struct DA { struct
79 unsigned Kind;
80 void *QT;
81 ValueDecl *D;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp24 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.runtime.pass.cpp78 using DA = NCConvertingDeleter<A[]>; // non-copyable deleters in test_sfinae() typedef
Dmove_convert.single.pass.cpp75 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h209 bool DA; member
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.single.pass.cpp96 using DA = NCConvertingDeleter<A>; // non-copyable deleters in test_sfinae() typedef

123