Home
last modified time | relevance | path

Searched defs:mapper (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp47 remapInlinedOperands(iterator_range<Region::iterator> inlinedBlocks,IRMapping & mapper) remapInlinedOperands() argument
164 handleArgumentImpl(InlinerInterface & interface,OpBuilder & builder,CallOpInterface call,CallableOpInterface callable,IRMapping & mapper) handleArgumentImpl() argument
222 inlineRegionImpl(InlinerInterface & interface,Region * src,Block * inlineBlock,Block::iterator inlinePoint,IRMapping & mapper,ValueRange resultsToReplace,TypeRange regionResultTypes,std::optional<Location> inlineLoc,bool shouldCloneInlinedRegion,CallOpInterface call={}) inlineRegionImpl() argument
340 IRMapping mapper; global() local
357 inlineRegion(InlinerInterface & interface,Region * src,Operation * inlinePoint,IRMapping & mapper,ValueRange resultsToReplace,TypeRange regionResultTypes,std::optional<Location> inlineLoc,bool shouldCloneInlinedRegion) inlineRegion() argument
368 inlineRegion(InlinerInterface & interface,Region * src,Block * inlineBlock,Block::iterator inlinePoint,IRMapping & mapper,ValueRange resultsToReplace,TypeRange regionResultTypes,std::optional<Location> inlineLoc,bool shouldCloneInlinedRegion) inlineRegion() argument
466 IRMapping mapper; inlineCall() local
[all...]
/llvm-project/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp240 /// those mappings to the mapper. in clone() argument
217 cloneInto(FuncOp dest,IRMapping & mapper) cloneInto() argument
279 IRMapping mapper; clone() local
[all...]
/llvm-project/mlir/lib/Dialect/EmitC/Transforms/
H A DTransforms.cpp86 IRMapping mapper; in matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DRegion.cpp70 void Region::cloneInto(Region *dest, IRMapping &mapper) { in cloneInto() argument
77 IRMapping &mapper) { in cloneInto() argument
[all...]
H A DOperation.cpp703 Operation *Operation::cloneWithoutRegions(IRMapping &mapper) { in cloneWithoutRegions() argument
708 IRMapping mapper; in cloneWithoutRegions() local
717 Operation *Operation::clone(IRMapping &mapper, CloneOptions options) { in clone() argument
752 IRMapping mapper; clone() local
[all...]
H A DBuilders.cpp555 clone(Operation & op,IRMapping & mapper) clone() argument
578 IRMapping mapper; clone() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DWrapInZeroTripCheck.cpp76 IRMapping mapper; in wrapWhileLoopInZeroTripCheck() local
/llvm-project/mlir/test/lib/IR/
H A DTestSlicing.cpp35 IRMapping mapper; in createBackwardSliceFunction() local
/llvm-project/mlir/lib/Reducer/
H A DReductionNode.cpp41 IRMapping mapper; in initialize() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DLowerHLFIROrderedAssignments.cpp267 mlir::IRMapping mapper; member in __anonf05c8b530211::OrderedAssignmentRewriter
931 generateNoneElementalPart(fir::FirOpBuilder & builder,mlir::IRMapping & mapper) generateNoneElementalPart() argument
968 generateShape(fir::FirOpBuilder & builder,mlir::IRMapping & mapper) generateShape() argument
989 generateElementalParts(fir::FirOpBuilder & builder,mlir::ValueRange oneBasedIndices,mlir::IRMapping & mapper) generateElementalParts() argument
1027 generateMaskedExprCleanUps(fir::FirOpBuilder & builder,mlir::IRMapping & mapper) generateMaskedExprCleanUps() argument
1053 generateNoneElementalCleanupIfAny(fir::FirOpBuilder & builder,mlir::IRMapping & mapper) generateNoneElementalCleanupIfAny() argument
[all...]
/llvm-project/mlir/lib/Query/
H A DQuery.cpp74 IRMapping mapper; in extractFunction() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseSpaceCollapse.cpp136 IRMapping mapper; in collapseSparseSpace() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp174 IRMapping mapper; in addExecuteResults() local
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp420 mlir::IRMapping mapper; in matchAndRewrite() local
/llvm-project/mlir/include/mlir/IR/
H A DBuilders.h586 cloneWithoutRegions(Operation & op,IRMapping & mapper) cloneWithoutRegions() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h410 PackedCounterArray(u64 num_counters,u64 max_value,MemoryMapper * mapper) PackedCounterArray() argument
472 FreePagesRangeTracker(MemoryMapperT * mapper,uptr class_id) FreePagesRangeTracker() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp815 mlir::IRMapping mapper; inlineElementalOp() local
828 inlineElementalOp(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::ElementalOpInterface elemental,mlir::ValueRange oneBasedIndices,mlir::IRMapping & mapper,const std::function<bool (hlfir::ElementalOp)> & mustRecursivelyInline) inlineElementalOp() argument
1069 mlir::IRMapping mapper; cloneToElementalOp() local
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp431 IRMapping mapper; in fuseLoops() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp350 PatternEmitter::PatternEmitter(const Record *pat, RecordOperatorMap *mapper, in PatternEmitter() argument
1890 RecordOperatorMap &mapper) in StaticMatcherHelper() argument
/llvm-project/mlir/lib/TableGen/
H A DPattern.cpp617 Pattern(const llvm::Record * def,RecordOperatorMap * mapper) Pattern() argument
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDropUnitDims.cpp139 IRMapping mapper; in matchAndRewrite() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-names-utils.cpp886 SymbolMapper mapper{newScope, *mappings}; MapSubprogramToNewSymbols() local
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp313 auto mapper = [&](std::pair<Value, std::optional<int64_t>> v) { in insert() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp1561 IRMapping mapper; in insertYieldOp() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1878 IRMapping mapper; structurize() local
[all...]

12