Home
last modified time | relevance | path

Searched defs:storageType (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp33 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument
138 Type storageType = castToStorageType() local
217 get(unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) get() argument
227 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument
237 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument
253 get(unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) get() argument
264 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument
273 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,double scale,int64_t zeroPoint,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument
305 get(unsigned flags,Type storageType,Type expressedType,ArrayRef<double> scales,ArrayRef<int64_t> zeroPoints,int32_t quantizedDimension,int64_t storageTypeMin,int64_t storageTypeMax) get() argument
316 getChecked(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,ArrayRef<double> scales,ArrayRef<int64_t> zeroPoints,int32_t quantizedDimension,int64_t storageTypeMin,int64_t storageTypeMax) getChecked() argument
326 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned flags,Type storageType,Type expressedType,ArrayRef<double> scales,ArrayRef<int64_t> zeroPoints,int32_t quantizedDimension,int64_t storageTypeMin,int64_t storageTypeMax) verify() argument
[all...]
H A DTypeParser.cpp64 IntegerType storageType, bool isSigned, in parseStorageRange() argument
121 IntegerType storageType; in parseAnyType() local
195 IntegerType storageType; in parseUniformType() local
[all...]
H A DTypeDetail.h33 Type storageType; member
52 Type storageType; member
106 Type storageType; member
174 Type storageType; member
/llvm-project/mlir/lib/Dialect/Quant/Utils/
H A DFakeQuantSupport.cpp17 Type &storageType, int64_t &qmin, in getDefaultStorageParams() argument
113 Type storageType; in fakeQuantAttrsToType() local
151 Type storageType; in fakeQuantAttrsToType() local
[all...]
/llvm-project/mlir/lib/TableGen/
H A DProperty.cpp53 Property(StringRef storageType,StringRef interfaceType,StringRef convertFromStorageCall,StringRef assignToStorageCall,StringRef convertToAttributeCall,StringRef convertFromAttributeCall,StringRef readFromMlirBytecodeCall,StringRef writeToMlirBytecodeCall,StringRef hashPropertyCall,StringRef defaultValue) Property() argument
/llvm-project/mlir/lib/CAPI/Dialect/
H A DQuant.cpp115 MlirType mlirAnyQuantizedTypeGet(unsigned flags, MlirType storageType, in mlirAnyQuantizedTypeGet() argument
131 MlirType mlirUniformQuantizedTypeGet(unsigned flags, MlirType storageType, in mlirUniformQuantizedTypeGet() argument
161 unsigned flags, MlirType storageType, MlirType expressedType, in mlirUniformQuantizedPerAxisTypeGet() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp191 return cls(mlirUniformQuantizedTypeGet(flags, storageType, in populateDialectQuantSubmodule() argument
189 __anond4067f691102(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument
227 __anond4067f691602(py::object cls, unsigned flags, MlirType storageType, MlirType expressedType, std::vector<double> scales, std::vector<int64_t> zeroPoints, int32_t quantizedDimension, int64_t storageTypeMin, int64_t storageTypeMax) populateDialectQuantSubmodule() argument
/llvm-project/mlir/include/mlir/TableGen/
H A DProperty.h98 StringRef storageType; global() variable
/llvm-project/flang/include/flang/Lower/
H A DHlfirIntrinsics.h78 mlir::Type storageType = actualEntity->getType(); in associateIfArrayExpr() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp174 mlir::Type storageType = local
248 mlir::Type storageType = local
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp221 StringRef storageType = it.attr.getStorageType(); emitOpDoc() local
H A DOpDefinitionsGen.cpp451 __anon4a9417d70802(StringRef storageType) computeAttrMetadata() argument
4034 StringRef storageType; global() local
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp1259 mlir::Type storageType = entity.getType(); preparePresentUserCallActualArgument() local
1282 mlir::Type storageType = callContext.converter.genType(*expr); preparePresentUserCallActualArgument() local
H A DConvertExpr.cpp347 placeScalarValueInMemory(fir::FirOpBuilder & builder,mlir::Location loc,const fir::ExtendedValue & exv,mlir::Type storageType) placeScalarValueInMemory() argument
3007 mlir::Type storageType = converter.genType(toEvExpr(a)); genref() local
4576 mlir::Type storageType = genElementalArgument() local