Home
last modified time | relevance | path

Searched refs:ByteStride (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/runtime/
Ddescriptor.h49 SubscriptValue ByteStride() const { return raw_.sm; } in ByteStride() function
207 return (subscriptValue - dimension.LowerBound()) * dimension.ByteStride(); in SubscriptByteOffset()
295 if (bytes != dim.ByteStride()) {
/external/skia/src/gpu/d3d/
DGrD3DCommandSignature.cpp21 commandSigDesc.ByteStride = indexed ? sizeof(D3D12_DRAW_INDEXED_ARGUMENTS) in Make()
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1399 const uint64_t ByteStride = Stride * TypeByteSize; in isSafeDependenceDistance() local
1400 const SCEV *Step = SE.getConstant(BackedgeTakenCount.getType(), ByteStride); in isSafeDependenceDistance()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1373 const uint64_t ByteStride = Stride * TypeByteSize; in isSafeDependenceDistance() local
1374 const SCEV *Step = SE.getConstant(BackedgeTakenCount.getType(), ByteStride); in isSafeDependenceDistance()