Searched defs:mapOperands (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorInferTypeOpInterfaceImpl.cpp | 179 SmallVector<Value> mapOperands; in reifyResultShapes() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 2551 Value memref, AffineMap map, ValueRange mapOperands) { in build() 2578 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; in parse() local 2606 Operation::operand_range mapOperands, in verifyMemoryOpIndexing() 2692 ValueRange mapOperands) { in build() 2720 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; in parse() local 3140 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; in parse() local 3663 SmallVector<OpAsmParser::UnresolvedOperand> mapOperands; in parseAffineMapWithMinMax() local 3863 AffineMap map, ValueRange mapOperands) { in build() 3897 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; in parse() local 3953 ValueRange mapOperands) { in build() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | SuperVectorize.cpp | 904 ValueRange mapOperands, in computeMemoryOpIndices() 1173 SmallVector<Value, 8> mapOperands; in vectorizeAffineLoad() local 1218 SmallVector<Value, 8> mapOperands; in vectorizeAffineStore() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | LoopAnalysis.cpp | 226 SmallVector<Value, 4> mapOperands(memoryOp.getMapOperands()); in isContiguousAccess() local
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | OperationSupport.cpp | 655 function_ref<LogicalResult(Value, Value)> mapOperands, in isRegionEquivalentTo() argument 706 function_ref<LogicalResult(Value, Value)> mapOperands, in isEquivalentTo() argument
|