/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A 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;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 366 struct Subscript { struct 367 const SCEV *Src; 368 const SCEV *Dst; 369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 370 SmallBitVector Loops; 371 SmallBitVector GroupLoops; 372 SmallBitVector Group;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 366 struct Subscript { struct 367 const SCEV *Src; 368 const SCEV *Dst; 369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 370 SmallBitVector Loops; 371 SmallBitVector GroupLoops; 372 SmallBitVector Group;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 366 struct Subscript { struct 367 const SCEV *Src; 368 const SCEV *Dst; 369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 370 SmallBitVector Loops; 371 SmallBitVector GroupLoops; 372 SmallBitVector Group;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 366 struct Subscript { struct 367 const SCEV *Src; 368 const SCEV *Dst; 369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 370 SmallBitVector Loops; 371 SmallBitVector GroupLoops; 372 SmallBitVector Group;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 366 struct Subscript { struct 367 const SCEV *Src; 368 const SCEV *Dst; 369 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification; 370 SmallBitVector Loops; 371 SmallBitVector GroupLoops; 372 SmallBitVector Group;
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A 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;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 137 for (const SCEV *Subscript : R.Subscripts) in operator <<() local 437 return all_of(Subscripts, [&](const SCEV *Subscript) { in delinearize() 455 bool allCoeffForLoopAreZero = all_of(Subscripts, [&](const SCEV *Subscript) { in isLoopInvariant() 467 for (const SCEV *Subscript : Subscripts) { in isConsecutive() local 512 bool IndexedReference::isCoeffForLoopZeroOrInvariant(const SCEV &Subscript, in isCoeffForLoopZeroOrInvariant() 519 bool IndexedReference::isSimpleAddRecurrence(const SCEV &Subscript, in isSimpleAddRecurrence()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | tree_views.h | 1041 struct Subscript : public Expr { struct 1042 explicit Subscript(const TreeRef& tree) : Expr(tree) { in Subscript() function 1051 static Subscript create( in create() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/config/src/path/ |
D | mod.rs | 13 Subscript(Box<Self>, isize), enumerator
|
/aosp_15_r20/external/zucchini/ |
H A D | buffer_view_unittest.cc | 65 TEST_F(BufferViewTest, Subscript) { in TEST_F() argument
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/ |
D | fixer_util.py | 79 def Subscript(index_node): function
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/ |
D | fixer_util.py | 77 def Subscript(index_node): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/ |
D | fixer_util.py | 77 def Subscript(index_node): function
|
/aosp_15_r20/system/chre/util/tests/ |
H A D | priority_queue_test.cc | 142 TEST(PriorityQueueTest, Subscript) { in TEST() argument
|
H A D | array_queue_test.cc | 229 TEST(ArrayQueueTest, Subscript) { in TEST() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/ |
D | fixer_util.py | 77 def Subscript(index_node): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/ |
D | fixer_util.py | 77 def Subscript(index_node): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/ |
D | fixer_util.py | 77 def Subscript(index_node): function
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 268 static PyObject* Subscript(PyObject* pself, PyObject* slice) { in Subscript() function
|
H A D | repeated_composite_container.cc | 224 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* item) { in Subscript() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 268 static PyObject* Subscript(PyObject* pself, PyObject* slice) { in Subscript() function
|
H A D | repeated_composite_container.cc | 224 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* item) { in Subscript() function
|
/aosp_15_r20/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
|