/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorDropLeadUnitDim.cpp | 27 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 D | VectorTransferOpTransforms.cpp | 315 trimNonScalableUnitDims(VectorType oldType) trimNonScalableUnitDims() argument
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaInferShapes.cpp | 130 auto oldType = cast<ShapedType>(blockArg.getType()); propagateShapesToTosaIf() local
|
/llvm-project/mlir/lib/Dialect/Func/IR/ |
H A D | FuncOps.cpp | 248 FunctionType oldType = getFunctionType(); clone() local
|
/llvm-project/lld/wasm/ |
H A D | SymbolTable.cpp | 175 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 D | TargetRewrite.cpp | 192 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 D | EmulateWideInt.cpp | 180 Type oldType = op.getType(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 2426 Type oldType = oldResult.getType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SCF/IR/ |
H A D | SCF.cpp | 982 Type oldType = operand.get().getType(), newType = replacement.getType(); replaceTensorCastForOpIterArg() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 5308 trimTrailingOneDims(VectorType oldType) trimTrailingOneDims() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 7322 const AttributedType *oldType = TL.getTypePtr(); TransformAttributedType() local
|