Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A 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
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h256 Value getStride() { in getStride() function
/llvm-project-15.0.7/mlir/lib/Dialect/AMX/Transforms/
H A DLegalizeForLLVMExport.cpp54 Value getStride(ConversionPatternRewriter &rewriter, in getStride() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVUsers.cpp358 const SCEV *IVUsers::getStride(const IVStrideUse &IU, const Loop *L) const { in getStride() function in IVUsers
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp283 uint32_t NativeRawSymbol::getStride() const { in getStride() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp782 uint32_t DIARawSymbol::getStride() const { in getStride() function in DIARawSymbol
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp329 unsigned getStride() const { in getStride() function in __anon8ba1aee70111::LowerMatrixIntrinsics::MatrixTy
376 unsigned getStride() const { in getStride() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfoMetadata.cpp441 DISubrange::BoundType DISubrange::getStride() const { in getStride() function in DISubrange
527 DIGenericSubrange::BoundType DIGenericSubrange::getStride() const { in getStride() function in DIGenericSubrange
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1876 Value getStride(ConversionPatternRewriter &rewriter, Location loc, in getStride() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp989 isl::set MemoryAccess::getStride(isl::map Schedule) const { in getStride() function in MemoryAccess