Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/mlir/lib/Interfaces/
H A DFunctionInterfaces.cpp192 unsigned originalNumArgs, Type newType) { in insertFunctionArguments() argument
238 unsigned originalNumResults, Type newType) { in insertFunctionResults() argument
278 FunctionOpInterface op, const BitVector &argIndices, Type newType) { in eraseFunctionArguments() argument
301 FunctionOpInterface op, const BitVector &resultIndices, Type newType) { in eraseFunctionResults() argument
325 Type newType) { in setFunctionType() argument
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp202 VectorType newType, AffineMap newMap, in dropUnitDimsFromMask() argument
239 VectorType newType = trimLeadingOneDims(oldType); in matchAndRewrite() local
293 VectorType newType = trimLeadingOneDims(oldType); in matchAndRewrite() local
547 VectorType newType = trimLeadingOneDims(oldType); matchAndRewrite() local
[all...]
H A DVectorEmulateNarrowType.cpp241 auto newType = VectorType::get(numElements, newElementType); matchAndRewrite() local
422 auto newType = VectorType::get(numElements, newElementType); matchAndRewrite() local
H A DVectorTransforms.cpp1497 VectorType newType = in matchAndRewrite() local
1489 VectorType newType = matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DAttrTypeSubElements.cpp108 if (Type newType = replaceIfDifferent(result.getType())) replaceElementsIn() local
122 if (Type newType = replaceIfDifferent(arg.getType())) replaceElementsIn() local
H A DBuiltinAttributes.cpp1229 reshape(ShapedType newType) reshape() argument
1241 resizeSplat(ShapedType newType) resizeSplat() argument
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaInferShapes.cpp133 Type newType = oldType.clone(inferredTy.getShape()); propagateShapesToTosaIf() local
209 Type newType = yieldTypeInfo[i].getType(); propagateShapesToTosaWhile() local
/llvm-project/mlir/lib/Dialect/Ptr/IR/
H A DPtrTypes.cpp58 auto newType = llvm::cast<PtrType>(llvm::cast<Type>(newEntry.getKey())); in areCompatible() local
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DRewriteAsConstant.cpp126 auto newType = input.getType().clone(newShape); in constantFoldPadOp() local
/llvm-project/flang/test/Semantics/
H A Ddata04.f90113 type newType type
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp63 Type newType = memref::SubViewOp::inferRankReducedResultType( in replaceUsesAndPropagateType() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DIntNarrowing.cpp
H A DEmulateWideInt.cpp181 auto newType = getTypeConverter()->convertType<VectorType>(oldType); in matchAndRewrite() local
/llvm-project/lld/ELF/Arch/
H A DPPC.cpp318 RelType newType; relocate() local
H A DRISCV.cpp988 } else if (RelType newType = aux.relocTypes[i]) { finalizeRelax() local
/llvm-project/mlir/include/mlir/IR/
H A DValue.h140 void setType(Type newType) { impl->setType(newType); } in setType()
/llvm-project/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp158 auto *newType = in packFunctionArguments() local
/llvm-project/lld/wasm/
H A DSymbolTable.cpp169 checkGlobalType(const Symbol * existing,const InputFile * file,const WasmGlobalType * newType) checkGlobalType() argument
200 checkTableType(const Symbol * existing,const InputFile * file,const WasmTableType * newType) checkTableType() argument
H A DSymbols.cpp390 auto *newType = make<WasmTableType>(*tableType); setLimits() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DSplitReduction.cpp114 Type newType = RankedTensorType::get( in splitReduction() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DOneToNTypeConversion.cpp451 auto newType = FunctionType::get(rewriter.getContext(), matchAndRewrite() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-names-utils.cpp781 if (const DeclTypeSpec * newType{MapType(*type)}) { MapSymbolExprs() local
830 const DeclTypeSpec *newType{nullptr}; MapType() local
H A Dtype.cpp467 if (const DeclTypeSpec * newType{InstantiateType(newSymbol)}) { InstantiateComponent() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp414 auto newType = in createAffineOps() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp319 RankedTensorType newType = RankedTensorType::get( matchAndRewrite() local

12