Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp27 static VectorType trimLeadingOneDims(VectorType oldType) { in trimLeadingOneDims() argument
238 VectorType oldType = read.getVectorType(); in matchAndRewrite() local
292 VectorType oldType = write.getVectorType(); matchAndRewrite() local
546 VectorType oldType = mask.getType(); matchAndRewrite() local
[all...]
H A DVectorTransferOpTransforms.cpp315 trimNonScalableUnitDims(VectorType oldType) trimNonScalableUnitDims() argument
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaInferShapes.cpp130 auto oldType = cast<ShapedType>(blockArg.getType()); propagateShapesToTosaIf() local
/llvm-project/mlir/lib/Dialect/Func/IR/
H A DFuncOps.cpp248 FunctionType oldType = getFunctionType(); clone() local
/llvm-project/lld/wasm/
H A DSymbolTable.cpp175 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); checkGlobalType() local
206 const WasmTableType *oldType = cast<TableSymbol>(existing)->getTableType(); checkTableType() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp192 passArgumentOnStackOrWithNewType(mlir::Location loc,fir::CodeGenSpecifics::TypeAndAttr newTypeAndAttr,mlir::Type oldType,mlir::Value oper,llvm::SmallVectorImpl<mlir::Value> & newOpers,mlir::Value & savedStackPtr) passArgumentOnStackOrWithNewType() argument
239 passSplitArgument(mlir::Location loc,fir::CodeGenSpecifics::Marshalling splitArgs,mlir::Type oldType,mlir::Value oper,llvm::SmallVectorImpl<mlir::Value> & newOpers,mlir::Value & savedStackPtr) passSplitArgument() argument
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateWideInt.cpp180 Type oldType = op.getType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp2426 Type oldType = oldResult.getType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp982 Type oldType = operand.get().getType(), newType = replacement.getType(); replaceTensorCastForOpIterArg() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5308 trimTrailingOneDims(VectorType oldType) trimTrailingOneDims() argument
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7322 const AttributedType *oldType = TL.getTypePtr(); TransformAttributedType() local