Home
last modified time | relevance | path

Searched defs:indexValue (Results 1 – 9 of 9) sorted by relevance

/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp41 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 DConvertArrayConstructor.cpp89 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 DDialect.cpp458 size_t indexValue = getIndex(); in verify() local
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DIndexOps.cpp44 if (auto indexValue = dyn_cast<IntegerAttr>(value)) { in materializeConstant() local
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp79 ValueBoundsConstraintSet::Variable::Variable(Value indexValue) in Variable() argument
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp649 auto indexValue = createIndex(rewriter, loc, indexPool, index); getTensorDim() local
2109 auto indexValue = args[0]; matchAndRewrite() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp1122 Value indexValue = convertConstant() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp899 Value indexValue = builder.create<arith::ConstantIndexOp>(loc, index); build() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp715 Value indexValue = builder.create<arith::ConstantIndexOp>(loc, index); build() local