Home
last modified time | relevance | path

Searched defs:mapOperands (Results 1 – 16 of 16) sorted by relevance

/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DReifyValueBounds.cpp25 ValueDimList mapOperands; in reifyValueBound() local
36 ArrayRef<std::pair<Value, std::optional<int64_t>>> mapOperands) { in materializeComputedBound()
H A DSuperVectorize.cpp902 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 DValueBoundsOpInterface.h145 ValueDimList mapOperands; variable
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DIndependenceTransforms.cpp28 ValueDimList mapOperands; in makeIndependent() local
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp108 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 DValueBoundsOpInterfaceImpl.cpp119 SmallVector<Value> mapOperands; fullyComposeAndComputeConstantDelta() local
H A DAffineOps.cpp2988 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 DReifyValueBounds.cpp70 ValueDimList mapOperands; in reifyValueBound() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DIndependenceTransforms.cpp27 ValueDimList mapOperands; in makeIndependent() local
H A DFoldMemRefAliasOps.cpp131 SmallVector<OpFoldResult> mapOperands; in resolveSourceIndicesExpandShape() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorInferTypeOpInterfaceImpl.cpp183 SmallVector<OpFoldResult> mapOperands; reifyResultShapes() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DUtils.cpp258 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 DLoopAnalysis.cpp205 SmallVector<Value, 4> mapOperands(memoryOp.getMapOperands()); isContiguousAccess() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpDefs.cpp853 SmallVector<Value> mapOperands( getLhs() local
863 SmallVector<Value> mapOperands( getRhs() local
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp1146 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 DOpenMPToLLVMIRTranslation.cpp2040 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