Home
last modified time | relevance | path

Searched defs:Subscript (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h351 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/include/llvm/Analysis/
DLoopDependenceAnalysis.h49 struct Subscript { struct
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc231 PyObject* Subscript(RepeatedCompositeContainer* self, PyObject* slice) { in Subscript() function
Drepeated_scalar_container.cc290 static PyObject* Subscript(RepeatedScalarContainer* self, PyObject* slice) { in Subscript() function
Ddescriptor_containers.cc263 static PyObject* Subscript(PyContainer* self, PyObject* key) { in Subscript() function
/external/clang/lib/Sema/
DSemaLambda.cpp1441 ExprResult Subscript = in performLambdaVarCaptureInitialization() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2827 DependenceInfo::collectCoeffInfo(const SCEV *Subscript, bool SrcFlag, in collectCoeffInfo()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2057 llvm::Metadata *Subscript = DBuilder.getOrCreateSubrange(0, Count); in CreateType() local