Searched defs:newElementType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ |
H A D | BuiltinTypes.h | 217 setElementType(Type newElementType) setElementType() argument 265 setElementType(Type newElementType) setElementType() argument 324 setElementType(Type newElementType) setElementType() argument
|
/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
H A D | UniformSupport.cpp | 82 Type newElementType = IntegerType::get(attr.getContext(), storageBitWidth); in convert() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorEmulateNarrowType.cpp | 124 Type newElementType = convertedType.getElementType(); matchAndRewrite() local 190 Type newElementType = convertedType.getElementType(); matchAndRewrite() local 277 Type newElementType = convertedType.getElementType(); matchAndRewrite() local 348 Type newElementType = convertedType.getElementType(); matchAndRewrite() local 459 Type newElementType = convertedType.getElementType(); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 1271 mapValues(Type newElementType,function_ref<APInt (const APInt &)> mapping) const mapValues() argument 1278 mapValues(Type newElementType,function_ref<APInt (const APFloat &)> mapping) const mapValues() argument 1453 mappingHelper(Fn mapping,Attr & attr,ShapedType inType,Type newElementType,llvm::SmallVectorImpl<char> & data) mappingHelper() argument 1489 mapValues(Type newElementType,function_ref<APInt (const APFloat &)> mapping) const mapValues() argument 1509 mapValues(Type newElementType,function_ref<APInt (const APInt &)> mapping) const mapValues() argument [all...] |
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRType.cpp | 612 changeElementType(mlir::Type type,mlir::Type newElementType,bool turnBoxIntoClass) changeElementType() argument
|