/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/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/zucchini/ |
D | buffer_view_unittest.cc | 65 TEST_F(BufferViewTest, Subscript) { in TEST_F() 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_composite_container.cc | 234 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* item) { in Subscript() function
|
D | repeated_scalar_container.cc | 278 static PyObject* Subscript(PyObject* pself, PyObject* slice) { in Subscript() function
|
D | descriptor_containers.cc | 265 static PyObject* Subscript(PyContainer* self, PyObject* key) { in Subscript() function
|
/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/internal/ |
D | pycore_ast.h | 454 } Subscript; member
|
/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
|