Searched defs:toReplace (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | IntNarrowing.cpp |
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMMemorySlot.cpp | 1172 createMemcpyLikeToReplace(OpBuilder & builder,const DataLayout & layout,MemcpyLike toReplace,Value dst,Value src,Type toCpy,bool isVolatile) createMemcpyLikeToReplace() argument 1183 createMemcpyLikeToReplace(OpBuilder & builder,const DataLayout & layout,LLVM::MemcpyInlineOp toReplace,Value dst,Value src,Type toCpy,bool isVolatile) createMemcpyLikeToReplace() argument [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 1985 auto toReplace = linalgOp.getBlock()->getOps<affine::AffineApplyOp>(); convertAffineApply() local
|
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 1056 AffineExpr toReplace = isDimReplacement ? getAffineDimExpr(pos, ctx) replaceDimOrSym() local
|