/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 344 struct Subscript { struct 345 const SCEV *Src; 346 const SCEV *Dst; 347 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 348 SmallBitVector Loops; 349 SmallBitVector GroupLoops; 350 SmallBitVector Group;
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 351 struct Subscript { struct 352 const SCEV *Src; 353 const SCEV *Dst; 354 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 355 SmallBitVector Loops; 356 SmallBitVector GroupLoops; 357 SmallBitVector Group;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 345 struct Subscript { struct 346 const SCEV *Src; 347 const SCEV *Dst; 348 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 349 SmallBitVector Loops; 350 SmallBitVector GroupLoops; 351 SmallBitVector Group;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 119 for (const SCEV *Subscript : R.Subscripts) in operator <<() local 357 return all_of(Subscripts, [&](const SCEV *Subscript) { in delinearize() 375 bool allCoeffForLoopAreZero = all_of(Subscripts, [&](const SCEV *Subscript) { in isLoopInvariant() 386 for (const SCEV *Subscript : Subscripts) { in isConsecutive() local 410 bool IndexedReference::isCoeffForLoopZeroOrInvariant(const SCEV &Subscript, in isCoeffForLoopZeroOrInvariant() 417 bool IndexedReference::isSimpleAddRecurrence(const SCEV &Subscript, in isSimpleAddRecurrence()
|
D | DependenceAnalysis.cpp | 2910 DependenceInfo::collectCoeffInfo(const SCEV *Subscript, bool SrcFlag, in collectCoeffInfo()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 128 for (const SCEV *Subscript : R.Subscripts) in operator <<() local 382 return all_of(Subscripts, [&](const SCEV *Subscript) { in delinearize() 400 bool allCoeffForLoopAreZero = all_of(Subscripts, [&](const SCEV *Subscript) { in isLoopInvariant() 411 for (const SCEV *Subscript : Subscripts) { in isConsecutive() local 436 bool IndexedReference::isCoeffForLoopZeroOrInvariant(const SCEV &Subscript, in isCoeffForLoopZeroOrInvariant() 443 bool IndexedReference::isSimpleAddRecurrence(const SCEV &Subscript, in isSimpleAddRecurrence()
|
D | DependenceAnalysis.cpp | 2899 DependenceInfo::collectCoeffInfo(const SCEV *Subscript, bool SrcFlag, in collectCoeffInfo()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | variable.h | 179 struct Subscript { struct 180 EVALUATE_UNION_CLASS_BOILERPLATE(Subscript) in EVALUATE_UNION_CLASS_BOILERPLATE() argument 185 std::variant<IndirectSubscriptIntegerExpr, Triplet> u; argument
|
/external/python/cpython2/Lib/lib2to3/ |
D | fixer_util.py | 79 def Subscript(index_node): function
|
/external/python/cpython3/Lib/lib2to3/ |
D | fixer_util.py | 77 def Subscript(index_node): function
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 278 static PyObject* Subscript(PyObject* pself, PyObject* slice) { in Subscript() function
|
D | repeated_composite_container.cc | 234 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* item) { in Subscript() function
|
D | descriptor_containers.cc | 265 static PyObject* Subscript(PyContainer* self, PyObject* key) { in Subscript() function
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 1650 for (auto *Subscript : Subscripts) { in buildAccessMultiDimFixed() local 2493 const SCEV *Subscript = Access->getSubscript(0); in updateAccessDimensionality() local 2976 for (const SCEV *Subscript : MA->subscripts()) in canAlwaysBeHoisted() local 3245 for (const SCEV *Subscript : Access->subscripts()) { in buildAccessRelations() local
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1441 ExprResult Subscript = in performLambdaVarCaptureInitialization() local
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 293 } Subscript; member 499 #define Subscript(a0, a1, a2, a3, a4, a5) _Py_Subscript(a0, a1, a2, a3, a4, a5) macro
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 348 } Subscript; member 636 #define Subscript(a0, a1, a2, a3, a4, a5, a6, a7) _Py_Subscript(a0, a1, a2, a3, a4, a5, a6, a7) macro
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 746 llvm::Metadata *Subscript = DBuilder.getOrCreateSubrange( in CreateType() local 2788 llvm::Metadata *Subscript; in CreateType() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2827 DependenceInfo::collectCoeffInfo(const SCEV *Subscript, bool SrcFlag, in collectCoeffInfo()
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 1246 class Subscript(Node): class
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2057 llvm::Metadata *Subscript = DBuilder.getOrCreateSubrange(0, Count); in CreateType() local
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1885 Subscript(expr_ty value, slice_ty slice, expr_context_ty ctx, int lineno, int in Subscript() function
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 1587 using Subscript = ScalarIntExpr; variable
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 3060 Subscript(expr_ty value, expr_ty slice, expr_context_ty ctx, int lineno, int in Subscript() function
|