/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | OMPMapInfoFinalization.cpp |
|
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | VectorPattern.cpp | 107 Operation *op, StringRef targetOp, ValueRange operands, in vectorOneToOneRewrite()
|
H A D | Pattern.cpp | 341 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 D | PipelineGlobalOps.cpp | 210 if (failed(buildGlobalMap(targetOp))) { in runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/SCF/TransformOps/ |
H A D | SCFTransformOps.cpp | 529 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 D | IRDL.cpp | 140 Operation *targetOp = checkSymbolIsTypeOrAttribute() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
H A D | OpenMPToLLVMIRTranslation.cpp | 2870 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 D | SPIRVToLLVM.cpp | 1517 Value targetOp = rewriter.create<LLVM::UndefOp>(loc, dstType); matchAndRewrite() local
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | OpenMP.cpp | 791 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 D | OpenMPDialect.cpp | 1239 auto targetOp = mlir::dyn_cast<mlir::omp::TargetOp>(op); printPrivateList() local
|
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/ |
H A D | LinalgTransformOps.cpp | 3625 applyToOne(transform::TransformRewriter & rewriter,Operation * targetOp,transform::ApplyToEachResultList & results,transform::TransformState & state) applyToOne() argument
|