Searched defs:indexValue (Results 1 – 9 of 9) sorted by relevance
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 41 mlir::Value indexValue = builder.create<fir::LoadOp>(loc, index); in getAndIncrementIndex() local 47 mlir::Value indexValue = index; in getAndIncrementIndex() local 96 mlir::Value indexValue = counter.getAndIncrementIndex(loc, builder); in pushValue() local 117 mlir::Value indexValue = counter.getAndIncrementIndex(loc, builder); in fetch() local 210 mlir::Value indexValue = counter.getAndIncrementIndex(loc, builder); in fetch() local 279 mlir::Value indexValue = counter.getAndIncrementIndex(loc, builder); in fetch() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertArrayConstructor.cpp | 89 mlir::Value indexValue) { in startImpliedDoScope() argument 463 startImpliedDoScope(llvm::StringRef doName,mlir::Value indexValue) startImpliedDoScope() argument
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | Dialect.cpp | 458 size_t indexValue = getIndex(); in verify() local
|
/llvm-project/mlir/lib/Dialect/Index/IR/ |
H A D | IndexOps.cpp | 44 if (auto indexValue = dyn_cast<IntegerAttr>(value)) { in materializeConstant() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ValueBoundsOpInterface.cpp | 79 ValueBoundsConstraintSet::Variable::Variable(Value indexValue) in Variable() argument
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 649 auto indexValue = createIndex(rewriter, loc, indexPool, index); getTensorDim() local 2109 auto indexValue = args[0]; matchAndRewrite() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 1122 Value indexValue = convertConstant() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 899 Value indexValue = builder.create<arith::ConstantIndexOp>(loc, index); build() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 715 Value indexValue = builder.create<arith::ConstantIndexOp>(loc, index); build() local
|