Home
last modified time | relevance | path

Searched defs:newTypes (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DAttrTypeSubElements.cpp167 SmallVector<Type, 16> newTypes; replaceSubElements() local
H A DTypeUtilities.cpp177 TypeRange newTypes, in insertTypesInto() argument
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferize.cpp545 SmallVector<Type> newTypes; bufferizeBlockSignature() local
H A DOwnershipBasedBufferDeallocation.cpp676 SmallVector<Type> newTypes(op->getResultTypes()); in appendOpResults() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp244 SmallVector<Type> newTypes; bufferize() local
354 SmallVector<Type> newTypes; bufferize() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpDefs.cpp1264 SmallVector<Type> newTypes; createNewMultiAllocaWithoutSlot() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2242 SmallVector<Type, 4> newTypes; matchAndRewrite() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp3055 auto newTypes = ArrayRef<Type>(results).drop_front(currentCount); convertType() local