Home
last modified time | relevance | path

Searched defs:initValue (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp188 scf::ReduceOp reduce, int64_t reductionIndex, Attribute initValue) { in createDecl() argument
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp498 mlir::Value initValue = ReductionProcessor::getReductionInitValue( createReductionInitRegion() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp1040 Attribute initValue = getInitialValue().value(); verify() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp972 FailureOr<Value> initValue = tensor::getOrCreateDestination( yieldReplacementForFusedProducer() local
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp702 mlir::Value initValue = builder.create<fir::LoadOp>( createOrGetFirstprivateRecipe() local
1024 mlir::Value initValue = getReductionInitValue(builder, loc, ty, op); genReductionInitRegion() local
1352 mlir::Value initValue = genReductionInitRegion(builder, loc, ty, op); createOrGetReductionRecipe() local
H A DConvertVariable.cpp620 mlir::Value initValue = builder.create<fir::ZeroOp>(loc, symTy); defineGlobal() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp2607 for (Value initValue : result->initialValues) applyToOne() local
2661 for (Value initValue : result->initialValues) applyToOne() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DSimplifyIntrinsics.cpp671 int64_t initValue = (isMax ? llvm::APInt::getSignedMinValue(bits) genRuntimeMinMaxlocBody() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1606 Attribute initValue = getInitialValue().value(); verify() local