Home
last modified time | relevance | path

Searched defs:valueToStore (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/ArmSVE/Transforms/
H A DLegalizeVectorStorage.cpp230 Value valueToStore = storeOp.getValueToStore(); in matchAndRewrite() local
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DLowerToAffineLoops.cpp101 Value valueToStore = processIteration(nestedBuilder, operands, ivs); in lowerOpToLoops() local
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DLowerToAffineLoops.cpp101 Value valueToStore = processIteration(nestedBuilder, operands, ivs); in lowerOpToLoops() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DLowerToAffineLoops.cpp101 Value valueToStore = processIteration(nestedBuilder, operands, ivs); in lowerOpToLoops() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3123 build(OpBuilder & builder,OperationState & result,Value valueToStore,Value memref,AffineMap map,ValueRange mapOperands) build() argument
3134 build(OpBuilder & builder,OperationState & result,Value valueToStore,Value memref,ValueRange indices) build() argument
4424 build(OpBuilder & builder,OperationState & result,Value valueToStore,Value memref,AffineMap map,ValueRange mapOperands) build() argument
4435 build(OpBuilder & builder,OperationState & result,Value valueToStore,Value memref,ValueRange indices) build() argument
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp249 Value valueToStore = rewriter.create<vector::BitCastOp>( matchAndRewrite() local
[all...]