Home
last modified time | relevance | path

Searched defs:newElementType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DBuiltinTypes.h217 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 DUniformSupport.cpp82 Type newElementType = IntegerType::get(attr.getContext(), storageBitWidth); in convert() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp124 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 DBuiltinAttributes.cpp1271 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 DFIRType.cpp612 changeElementType(mlir::Type type,mlir::Type newElementType,bool turnBoxIntoClass) changeElementType() argument