/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
H A D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/link/ |
D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/link/ |
H A D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 61 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in addUnitsImpl() 172 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFUnit() 236 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem() local 250 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem() local 337 parseListTableHeader(DWARFDataExtractor &DA, uint64_t Offset, in parseListTableHeader() 477 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded() local 868 DWARFDataExtractor &DA) { in validateContributionSize() 883 parseDWARF64StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF64StringOffsetsTableHeader() 901 parseDWARF32StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF32StringOffsetsTableHeader() 918 parseDWARFStringOffsetsTableHeader(DWARFDataExtractor &DA, in parseDWARFStringOffsetsTableHeader() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 67 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in addUnitsImpl() 188 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFUnit() 224 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem() local 242 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem() local 524 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded() local 1061 DWARFDataExtractor &DA) { in validateContributionSize() 1076 parseDWARF64StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF64StringOffsetsTableHeader() 1094 parseDWARF32StringOffsetsTableHeader(DWARFDataExtractor &DA, uint64_t Offset) { in parseDWARF32StringOffsetsTableHeader() 1111 parseDWARFStringOffsetsTableHeader(DWARFDataExtractor &DA, in parseDWARFStringOffsetsTableHeader() 1139 DWARFUnit::determineStringOffsetsTableContribution(DWARFDataExtractor &DA) { in determineStringOffsetsTableContribution() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.cpp | 446 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 453 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 796 NodeAddr<DefNode*> DA = NA; in cloneNode() local 824 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 831 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 910 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local 936 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local 1310 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1324 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1359 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local [all …]
|
H A D | RDFLiveness.cpp | 260 auto DeadP = [](const NodeAddr<DefNode*> DA) -> bool { in getAllReachingDefs() 283 const auto DA = DFG.addr<const DefNode*>(D); in getAllReachingDefsRecImpl() local 404 auto DA = DFG.addr<DefNode*>(D); in getAllReachedUses() local 468 NodeAddr<DefNode*> DA = DFG.addr<DefNode*>(DefQ[i]); in computePhiInfo() local 1000 auto DA = DFG.addr<DefNode*>(OR.first); in traverse() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 444 void DefNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 451 void UseNode::linkToDef(NodeId Self, NodeAddr<DefNode*> DA) { in linkToDef() 799 NodeAddr<DefNode*> DA = NA; in cloneNode() local 827 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 834 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef() local 913 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local 939 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() local 1296 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1310 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local 1345 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() local [all …]
|
H A D | RDFLiveness.cpp | 299 auto DeadP = [](const NodeAddr<DefNode*> DA) -> bool { in getAllReachingDefs() 322 const auto DA = DFG.addr<const DefNode*>(D); in getAllReachingDefsRecImpl() local 442 auto DA = DFG.addr<DefNode*>(D); in getAllReachedUses() local 506 NodeAddr<DefNode*> DA = DFG.addr<DefNode*>(DefQ[i]); in computePhiInfo() local 1051 auto DA = DFG.addr<DefNode*>(OR.first); in traverse() local
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | TemplateBase.h | 78 struct DA { struct 79 unsigned Kind; 80 void *QT; 81 ValueDecl *D;
|
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 99 static bool isUniformlyReached(const LegacyDivergenceAnalysis &DA, in isUniformlyReached() 201 LegacyDivergenceAnalysis &DA = getAnalysis<LegacyDivergenceAnalysis>(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 117 static bool isUniformlyReached(const LegacyDivergenceAnalysis &DA, in isUniformlyReached() 195 LegacyDivergenceAnalysis &DA = getAnalysis<LegacyDivergenceAnalysis>(); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 247 LegacyDivergenceAnalysis *DA = nullptr; member in __anon3fc975b70111::StructurizeCFG 342 LegacyDivergenceAnalysis *DA = &getAnalysis<LegacyDivergenceAnalysis>(); in runOnRegion() local 1067 const LegacyDivergenceAnalysis &DA) { in hasOnlyUniformBranches() 1135 LegacyDivergenceAnalysis *DA) { in makeUniformRegion()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | OrderedInstructions.cpp | 47 DomTreeNode *DA = DT->getNode(InstA->getParent()); in dfsBefore() local
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFTypeUnit()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 34 DivergenceAnalysis *DA; member in __anonae04cfad0111::AMDGPUCodeGenPrepare
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 20 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
|