Home
last modified time | relevance | path

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

12

/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()
DDWARFUnit.h82 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in parseImpl()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp34 DivergenceAnalysis *DA; member in __anonc4de79340111::AMDGPUCodeGenPrepare
DAMDGPUAnnotateUniformValues.cpp32 DivergenceAnalysis *DA; member in __anon215299fa0111::AMDGPUAnnotateUniformValues
DSIAnnotateControlFlow.cpp47 DivergenceAnalysis *DA; member in __anonfbb800410111::SIAnnotateControlFlow
/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/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()
DHexagonRDFOpt.cpp239 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite()
/external/clang/include/clang/AST/
DTemplateBase.h78 struct DA { struct
79 unsigned Kind;
80 void *QT;
81 ValueDecl *D;
/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/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
/external/clang/test/SemaCXX/
Dwarn-reinterpret-base-class.cpp10 class DA : public A { class
/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java321 public static class DA class in OSGiTestActivator
324 @Inject private DA() {} in DA() method in OSGiTestActivator.DA
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h237 DA = (0|0|0) << 21, // decrement after enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h286 DA = 5 << Op0Shift, DB = 6 << Op0Shift, enumerator
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.h695 DA = (0 | 0 | 0) << 21, // decrement after enumerator
/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp67 D8 = 3, D9 = 4, DA = 5, DB = 6, enumerator
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp853 GlobalAlias *DA = cast<GlobalAlias>(ValueMap[I]); in linkAliasBodies() local
/external/python/cpython3/Lib/test/
Dtest_pydoc.py985 class DA(metaclass=Meta): class
/external/clang/lib/Driver/
DDriver.cpp2011 for (const Action *DA : CHA->getDeviceActions()) { in BuildJobsForActionNoCache() local
2074 for (const Action *DA : CollapsedCHA->getDeviceActions()) { in BuildJobsForActionNoCache() local

12