/llvm-project/mlir/lib/Interfaces/ |
H A D | FunctionInterfaces.cpp | 192 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 D | VectorDropLeadUnitDim.cpp | 202 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 D | VectorEmulateNarrowType.cpp | 241 auto newType = VectorType::get(numElements, newElementType); matchAndRewrite() local 422 auto newType = VectorType::get(numElements, newElementType); matchAndRewrite() local
|
H A D | VectorTransforms.cpp | 1497 VectorType newType = in matchAndRewrite() local 1489 VectorType newType = matchAndRewrite() local
|
/llvm-project/mlir/lib/IR/ |
H A D | AttrTypeSubElements.cpp | 108 if (Type newType = replaceIfDifferent(result.getType())) replaceElementsIn() local 122 if (Type newType = replaceIfDifferent(arg.getType())) replaceElementsIn() local
|
H A D | BuiltinAttributes.cpp | 1229 reshape(ShapedType newType) reshape() argument 1241 resizeSplat(ShapedType newType) resizeSplat() argument [all...] |
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaInferShapes.cpp | 133 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 D | PtrTypes.cpp | 58 auto newType = llvm::cast<PtrType>(llvm::cast<Type>(newEntry.getKey())); in areCompatible() local
|
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
H A D | RewriteAsConstant.cpp | 126 auto newType = input.getType().clone(newShape); in constantFoldPadOp() local
|
/llvm-project/flang/test/Semantics/ |
H A D | data04.f90 | 113 type newType type
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | MultiBuffer.cpp | 63 Type newType = memref::SubViewOp::inferRankReducedResultType( in replaceUsesAndPropagateType() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | IntNarrowing.cpp |
|
H A D | EmulateWideInt.cpp | 181 auto newType = getTypeConverter()->convertType<VectorType>(oldType); in matchAndRewrite() local
|
/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 318 RelType newType; relocate() local
|
H A D | RISCV.cpp | 988 } else if (RelType newType = aux.relocTypes[i]) { finalizeRelax() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Value.h | 140 void setType(Type newType) { impl->setType(newType); } in setType()
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 158 auto *newType = in packFunctionArguments() local
|
/llvm-project/lld/wasm/ |
H A D | SymbolTable.cpp | 169 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 D | Symbols.cpp | 390 auto *newType = make<WasmTableType>(*tableType); setLimits() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | SplitReduction.cpp | 114 Type newType = RankedTensorType::get( in splitReduction() local
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | OneToNTypeConversion.cpp | 451 auto newType = FunctionType::get(rewriter.getContext(), matchAndRewrite() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-names-utils.cpp | 781 if (const DeclTypeSpec * newType{MapType(*type)}) { MapSymbolExprs() local 830 const DeclTypeSpec *newType{nullptr}; MapType() local
|
H A D | type.cpp | 467 if (const DeclTypeSpec * newType{InstantiateType(newSymbol)}) { InstantiateComponent() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AffinePromotion.cpp | 414 auto newType = in createAffineOps() local
|
/llvm-project/mlir/lib/Dialect/Bufferization/IR/ |
H A D | BufferizationOps.cpp | 319 RankedTensorType newType = RankedTensorType::get( matchAndRewrite() local
|