/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | ReifyValueBounds.cpp | 25 ValueDimList mapOperands; in reifyValueBound() local 36 ArrayRef<std::pair<Value, std::optional<int64_t>>> mapOperands) { in materializeComputedBound()
|
H A D | SuperVectorize.cpp | 902 ValueRange mapOperands, in computeMemoryOpIndices() argument 1197 SmallVector<Value, 8> mapOperands; in vectorizeAffineLoad() local 1248 SmallVector<Value, 8> mapOperands; in vectorizeAffineStore() local [all...] |
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | ValueBoundsOpInterface.h | 145 ValueDimList mapOperands; variable
|
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
H A D | IndependenceTransforms.cpp | 28 ValueDimList mapOperands; in makeIndependent() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | ValueBoundsOpInterface.cpp | 108 ArrayRef<Variable> mapOperands) { in Variable() argument 149 Variable(AffineMap map,ArrayRef<Value> mapOperands) Variable() argument 465 computeBound(AffineMap & resultMap,ValueDimList & mapOperands,presburger::BoundType type,const Variable & var,StopConditionFn stopCondition,bool closedUB) computeBound() argument 586 computeDependentBound(AffineMap & resultMap,ValueDimList & mapOperands,presburger::BoundType type,const Variable & var,ValueDimList dependencies,bool closedUB) computeDependentBound() argument 597 computeIndependentBound(AffineMap & resultMap,ValueDimList & mapOperands,presburger::BoundType type,const Variable & var,ValueRange independencies,bool closedUB) computeIndependentBound() argument [all...] |
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | ValueBoundsOpInterfaceImpl.cpp | 119 SmallVector<Value> mapOperands; fullyComposeAndComputeConstantDelta() local
|
H A D | AffineOps.cpp | 2988 build(OpBuilder & builder,OperationState & result,Value memref,AffineMap map,ValueRange mapOperands) build() argument 3015 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; parse() local 3043 verifyMemoryOpIndexing(Operation * op,AffineMapAttr mapAttr,Operation::operand_range mapOperands,MemRefType memrefType,unsigned numIndexOperands) verifyMemoryOpIndexing() argument 3124 build(OpBuilder & builder,OperationState & result,Value valueToStore,Value memref,AffineMap map,ValueRange mapOperands) build() argument 3152 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; parse() local 3576 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; parse() local 4135 SmallVector<OpAsmParser::UnresolvedOperand> mapOperands; parseAffineMapWithMinMax() local 4335 build(OpBuilder & builder,OperationState & result,VectorType resultType,Value memref,AffineMap map,ValueRange mapOperands) build() argument 4369 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; parse() local 4425 build(OpBuilder & builder,OperationState & result,Value valueToStore,Value memref,AffineMap map,ValueRange mapOperands) build() argument 4459 SmallVector<OpAsmParser::UnresolvedOperand, 1> mapOperands; parse() local [all...] |
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | ReifyValueBounds.cpp | 70 ValueDimList mapOperands; in reifyValueBound() local
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | IndependenceTransforms.cpp | 27 ValueDimList mapOperands; in makeIndependent() local
|
H A D | FoldMemRefAliasOps.cpp | 131 SmallVector<OpFoldResult> mapOperands; in resolveSourceIndicesExpandShape() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorInferTypeOpInterfaceImpl.cpp | 183 SmallVector<OpFoldResult> mapOperands; reifyResultShapes() local
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | Utils.cpp | 258 insertChildMapInfoIntoParent(lower::AbstractConverter & converter,std::map<const semantics::Symbol *,llvm::SmallVector<OmpMapMemberIndicesData>> & parentMemberIndices,llvm::SmallVectorImpl<mlir::Value> & mapOperands,llvm::SmallVectorImpl<const semantics::Symbol * > & mapSyms,llvm::SmallVectorImpl<mlir::Type> * mapSymTypes,llvm::SmallVectorImpl<mlir::Location> * mapSymLocs) insertChildMapInfoIntoParent() argument
|
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | LoopAnalysis.cpp | 205 SmallVector<Value, 4> mapOperands(memoryOp.getMapOperands()); isContiguousAccess() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestOpDefs.cpp | 853 SmallVector<Value> mapOperands( getLhs() local 863 SmallVector<Value> mapOperands( getRhs() local
|
/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
H A D | OpenMPDialect.cpp | 1146 parseMapEntries(OpAsmParser & parser,SmallVectorImpl<OpAsmParser::UnresolvedOperand> & mapOperands,SmallVectorImpl<Type> & mapOperandTypes) parseMapEntries() argument 1180 printMapEntries(OpAsmPrinter & p,Operation * op,OperandRange mapOperands,TypeRange mapOperandTypes) printMapEntries() argument 1294 verifyMapClause(Operation * op,OperandRange mapOperands) verifyMapClause() argument
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 2040 collectMapDataFromMapOperands(MapInfoData & mapData,llvm::SmallVectorImpl<Value> & mapOperands,LLVM::ModuleTranslation & moduleTranslation,DataLayout & dl,llvm::IRBuilderBase & builder) collectMapDataFromMapOperands() argument 2657 SmallVector<Value> mapOperands; convertOmpTargetData() local 3073 SmallVector<Value> mapOperands = targetOp.getMapOperands(); convertOmpTarget() local
|