Searched defs:mapOperands (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
D | SuperVectorize.cpp | 723 ValueRange mapOperands, in computeMemoryOpIndices() 770 ValueRange mapOperands = load.getMapOperands(); in vectorizeRootOrTerminal() local 1033 ValueRange mapOperands = store.getMapOperands(); in vectorizeOneOperation() local
|
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 2081 Value memref, AffineMap map, ValueRange mapOperands) { in build() 2109 SmallVector<OpAsmParser::OperandType, 1> mapOperands; in parseAffineLoadOp() local 2136 Operation::operand_range mapOperands, in verifyMemoryOpIndexing() 2194 ValueRange mapOperands) { in build() 2223 SmallVector<OpAsmParser::OperandType, 1> mapOperands; in parseAffineStoreOp() local 2404 SmallVector<OpAsmParser::OperandType, 1> mapOperands; in parseAffinePrefetchOp() local 2919 AffineMap map, ValueRange mapOperands) { in build() 2948 SmallVector<OpAsmParser::OperandType, 1> mapOperands; in parseAffineVectorLoadOp() local 3004 ValueRange mapOperands) { in build() 3034 SmallVector<OpAsmParser::OperandType, 1> mapOperands; in parseAffineVectorStoreOp() local
|
/external/llvm-project/mlir/lib/Analysis/ |
D | LoopAnalysis.cpp | 238 SmallVector<Value, 4> mapOperands(memoryOp.getMapOperands()); in isContiguousAccess() local
|