Home
last modified time | relevance | path

Searched defs:getStride (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.h246 Value getStride() { in getStride() function
/external/angle/src/libANGLE/
DVertexAttribute.h33 GLuint getStride() const { return mStride; } in getStride() function
/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h108 Expr *getStride() { return cast_or_null<Expr>(SubExprs[STRIDE]); } in getStride() function
109 const Expr *getStride() const { return cast_or_null<Expr>(SubExprs[STRIDE]); } in getStride() function
/external/llvm/lib/Analysis/
DIVUsers.cpp355 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { in getStride() function in IVUsers
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.h245 Value getStride() { in getStride() function
/external/llvm-project/llvm/lib/Analysis/
DIVUsers.cpp412 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { in getStride() function in IVUsers
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVUsers.cpp412 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { in getStride() function in IVUsers
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp284 uint32_t NativeRawSymbol::getStride() const { in getStride() function in NativeRawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp284 uint32_t NativeRawSymbol::getStride() const { in getStride() function in NativeRawSymbol
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp632 uint32_t DIARawSymbol::getStride() const { in getStride() function in DIARawSymbol
/external/llvm-project/llvm/lib/IR/
DDebugInfoMetadata.cpp417 DISubrange::BoundType DISubrange::getStride() const { in getStride() function in DISubrange
499 DIGenericSubrange::BoundType DIGenericSubrange::getStride() const { in getStride() function in DIGenericSubrange
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp782 uint32_t DIARawSymbol::getStride() const { in getStride() function in DIARawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp782 uint32_t DIARawSymbol::getStride() const { in getStride() function in DIARawSymbol
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp325 unsigned getStride() const { in getStride() function in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy
370 unsigned getStride() const { in getStride() function
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp187 virtual int getStride (void) const { return m_stride; } in getStride() function in deqp::gls::ContextArray
DglsDrawTest.cpp908 int getStride (void) const { return m_stride; } in getStride() function in deqp::gls::__anonde041cf70111::AttributeArray
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1021 isl::set MemoryAccess::getStride(isl::map Schedule) const { in getStride() function in MemoryAccess
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3619 Value getStride(ConversionPatternRewriter &rewriter, Location loc, in getStride() function