Home
last modified time | relevance | path

Searched defs:targetOp (Results 1 – 11 of 11) sorted by relevance

/llvm-project/flang/lib/Optimizer/Transforms/
H A DOMPMapInfoFinalization.cpp
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DVectorPattern.cpp107 Operation *op, StringRef targetOp, ValueRange operands, in vectorOneToOneRewrite()
H A DPattern.cpp341 oneToOneRewrite(Operation * op,StringRef targetOp,ValueRange operands,ArrayRef<NamedAttribute> targetAttrs,const LLVMTypeConverter & typeConverter,ConversionPatternRewriter & rewriter,IntegerOverflowFlags overflowFlags) oneToOneRewrite() argument
/llvm-project/mlir/lib/Dialect/MLProgram/Transforms/
H A DPipelineGlobalOps.cpp210 if (failed(buildGlobalMap(targetOp))) { in runOnOperation() local
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/
H A DSCFTransformOps.cpp529 auto targetOp = dyn_cast<scf::ForallOp>(target); isForallWithIdenticalConfiguration() local
547 auto targetOp = dyn_cast<scf::ForOp>(target); isForWithIdenticalConfiguration() local
[all...]
/llvm-project/mlir/lib/Dialect/IRDL/IR/
H A DIRDL.cpp140 Operation *targetOp = checkSymbolIsTypeOrAttribute() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp2870 getTargetEntryUniqueInfo(llvm::TargetRegionEntryInfo & targetInfo,omp::TargetOp targetOp,llvm::StringRef parentName="") getTargetEntryUniqueInfo() argument
2890 auto targetOp = cast<omp::TargetOp>(opInst); targetOpSupported() local
3070 auto targetOp = cast<omp::TargetOp>(opInst); convertOmpTarget() local
[all...]
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp1517 Value targetOp = rewriter.create<LLVM::UndefOp>(loc, dstType); matchAndRewrite() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp791 genBodyOfTargetOp(lower::AbstractConverter & converter,lower::SymMap & symTable,semantics::SemanticsContext & semaCtx,lower::pft::Evaluation & eval,mlir::omp::TargetOp & targetOp,llvm::ArrayRef<const semantics::Symbol * > mapSyms,llvm::ArrayRef<mlir::Location> mapSymLocs,llvm::ArrayRef<mlir::Type> mapSymTypes,DataSharingProcessor & dsp,const mlir::Location & currentLocation,const ConstructQueue & queue,ConstructQueue::iterator item) genBodyOfTargetOp() argument
1763 auto targetOp = firOpBuilder.create<mlir::omp::TargetOp>(loc, clauseOps); genTargetOp() local
[all...]
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp1239 auto targetOp = mlir::dyn_cast<mlir::omp::TargetOp>(op); printPrivateList() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp3625 applyToOne(transform::TransformRewriter & rewriter,Operation * targetOp,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument