Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-data-ref.h184 #define DR_STMT(DR) (DR)->stmt argument
185 #define DR_REF(DR) (DR)->ref argument
186 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument
187 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument
188 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument
189 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] argument
190 #define DR_NUM_DIMENSIONS(DR) DR_ACCESS_FNS (DR).length () argument
191 #define DR_IS_READ(DR) (DR)->is_read argument
192 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument
193 #define DR_IS_CONDITIONAL_IN_STMT(DR) (DR)->is_conditional_in_stmt argument
[all …]
H A Dtree-if-conv.cc700 #define IFC_DR(DR) ((struct ifc_dr *) (DR)->aux) argument
701 #define DR_BASE_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->written_at_least_once) argument
702 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) argument
703 #define DR_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->w_unconditionally) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.h179 #define DR_STMT(DR) (DR)->stmt argument
180 #define DR_REF(DR) (DR)->ref argument
181 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument
182 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument
183 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument
184 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] argument
185 #define DR_NUM_DIMENSIONS(DR) DR_ACCESS_FNS (DR).length () argument
186 #define DR_IS_READ(DR) (DR)->is_read argument
187 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument
188 #define DR_IS_CONDITIONAL_IN_STMT(DR) (DR)->is_conditional_in_stmt argument
[all …]
H A Dtree-if-conv.c693 #define IFC_DR(DR) ((struct ifc_dr *) (DR)->aux) argument
694 #define DR_BASE_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->written_at_least_once) argument
695 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) argument
696 #define DR_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->w_unconditionally) argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
289 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef()
305 const DeclRefExpr *DR; in isIncrement() local
332 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) in observeStmt() local
372 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt() local
502 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()() local
H A DMallocOverflowSecurityChecker.cpp143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl()
149 void Erase(const T1 *DR, in Erase()
163 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckExpr() local
220 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckAssignmentExpr() local
H A DDereferenceChecker.cpp67 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local
H A DObjCSelfInitChecker.cpp418 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp39 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local
53 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
H A DBugReporterVisitors.cpp159 if (const auto *DR = dyn_cast<DeclRefExpr>(E)) { in getLocationRegionIfReference() local
770 const auto *DR = cast<DeclRegion>(R); in prettyPrintRegionName() local
1127 if (const auto *DR = dyn_cast<DeclRefExpr>(RetE)) in visitNodeInitial() local
2474 if (const auto *DR = dyn_cast<DeclRefExpr>(Ex)) { in patternMatch() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Diterator.h366 const DataRef DR; variable
370 WrappedPairNodeDataIterator(ItType Begin, const DataRef DR) in WrappedPairNodeDataIterator()
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp51 for (const DiagnosticRecord &DR : Group.diagnostics()) { in enabledByDefault() local
82 for (const DiagnosticRecord &DR : Group.diagnostics()) { in printGroup() local
H A DListWarnings.cpp53 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { in run() local
H A DShowEnabledWarnings.cpp116 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { in run() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp329 if (const auto *DR = dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParens())) { in VisitBinaryOperator() local
340 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) { in VisitBinaryOperator() local
370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
396 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local
447 if (auto *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) { in VisitUnaryOperator() local
H A DBodyFarm.cpp141 DeclRefExpr *DR = DeclRefExpr::Create( in makeDeclRefExpr() local
581 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h67 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp135 if (auto DR = dyn_cast<DeclRefExpr>(E)) { in getBlockExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp54 DispRange DR; member
390 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
501 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
667 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
678 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
690 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp145 RegisterRef DR = DA.Addr->getRegRef(DFG); in run() local
H A DHexagonSplitDouble.cpp425 for (unsigned DR : Part) { in isProfitable() local
1135 for (unsigned DR : Part) { in splitPartition() local
1165 for (unsigned DR : Part) { in splitPartition() local
H A DHexagonGenPredicate.cpp474 RegisterSubReg DR = MI.getOperand(0); in eliminatePredCopies() local
H A DHexagonGenMux.cpp242 Register DR = MI->getOperand(0).getReg(); in genMuxInBlock() local
H A DHexagonExpandCondsets.cpp377 Register DR = Op.getReg(), DSR = Op.getSubReg(); in updateDeadsInRange() local
676 Register DR = MD.getReg(), DSR = MD.getSubReg(); in split() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp464 DataRefImpl DR = Section.getRawDataRefImpl(); in printSectionHeaders() local
545 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() local

123