Home
last modified time | relevance | path

Searched defs:DR (Results 1 – 25 of 104) sorted by relevance

12345

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dtype_match_test.cpp37 #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/
Dtype_match_test.cpp37 #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 Dtype_match_test.cpp37 #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/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef()
245 const DeclRefExpr *DR; in isIncrement() local
272 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) in observeStmt() local
312 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt() local
418 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()() local
H A DMallocOverflowSecurityChecker.cpp144 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl()
150 void Erase(const T1 *DR, in Erase()
164 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckExpr() local
218 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckAssignmentExpr() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DLiveVariables.cpp340 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) in VisitBinaryOperator() local
366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
382 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local
433 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) in VisitUnaryOperator() local
521 if (const DeclRefExpr *DR = in computeLiveness() local
H A DBodyFarm.cpp110 DeclRefExpr *DR = in makeDeclRefExpr() local
205 DeclRefExpr *DR = M.makeDeclRefExpr(Block); in create_dispatch_once() local
267 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local
H A DPseudoConstantAnalysis.cpp68 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in getDecl() local
199 const DeclRefExpr *DR = cast<DeclRefExpr>(Head); in RunAnalysis() local
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp53 DispRange DR; member
364 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
475 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
635 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
646 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
658 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp35 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local
49 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
H A DBugReporterVisitors.cpp321 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(RetE)) in visitNodeInitial() local
888 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) { in getLocationRegionIfReference() local
1175 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Head)) { in registerStatementVarDecls() local
1332 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) { in patternMatch() local
1496 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(CondVarExpr)) { in VisitConditionVariable() local
1511 const DeclRefExpr *DR, in VisitTrueTest()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Diterator.h364 const DataRef DR; variable
368 WrappedPairNodeDataIterator(ItType Begin, const DataRef DR) in WrappedPairNodeDataIterator()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp54 DispRange DR; member
386 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
497 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
663 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
674 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
686 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp55 DispRange DR; member
393 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
504 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
670 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
681 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
693 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp66 RegisterRef DR = { DefR.Reg, S }; in interpretAsCopy() local
183 RegisterRef DR = DA.Addr->getRegRef(); in run() local
H A DHexagonSplitDouble.cpp380 for (unsigned DR : Part) { in isProfitable() local
1100 for (unsigned DR : Part) { in splitPartition() local
1129 for (unsigned DR : Part) { in splitPartition() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp425 for (unsigned DR : Part) { in isProfitable() local
1134 for (unsigned DR : Part) { in splitPartition() local
1164 for (unsigned DR : Part) { in splitPartition() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp426 for (unsigned DR : Part) { in isProfitable() local
1138 for (unsigned DR : Part) { in splitPartition() local
1168 for (unsigned DR : Part) { in splitPartition() local
/aosp_15_r20/trusty/kernel/platform/vexpress-a15/
H A Ddebug.c30 #define DR (0x00) macro
/aosp_15_r20/external/cronet/third_party/libc++/src/docs/Helpers/
H A DStyles.rst57 .. |DR| replace:: :dr:`Defect Report` substdef
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp442 DataRefImpl DR = Section.getRawDataRefImpl(); in printSections() local
534 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() local
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h66 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/
Dcrc.c25 volatile uint32_t DR; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DLiveVariables.h67 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DLiveVariables.h67 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()

12345