/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | QuantTypes.cpp | 33 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 D | TypeParser.cpp | 64 IntegerType storageType, bool isSigned, in parseStorageRange() argument 121 IntegerType storageType; in parseAnyType() local 195 IntegerType storageType; in parseUniformType() local [all...] |
H A D | TypeDetail.h | 33 Type storageType; member 52 Type storageType; member 106 Type storageType; member 174 Type storageType; member
|
/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
H A D | FakeQuantSupport.cpp | 17 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 D | Property.cpp | 53 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 D | Quant.cpp | 115 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 D | DialectQuant.cpp | 191 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 D | Property.h | 98 StringRef storageType; global() variable
|
/llvm-project/flang/include/flang/Lower/ |
H A D | HlfirIntrinsics.h | 78 mlir::Type storageType = actualEntity->getType(); in associateIfArrayExpr() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | TemporaryStorage.cpp | 174 mlir::Type storageType = local 248 mlir::Type storageType = local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDocGen.cpp | 221 StringRef storageType = it.attr.getStorageType(); emitOpDoc() local
|
H A D | OpDefinitionsGen.cpp | 451 __anon4a9417d70802(StringRef storageType) computeAttrMetadata() argument 4034 StringRef storageType; global() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertCall.cpp | 1259 mlir::Type storageType = entity.getType(); preparePresentUserCallActualArgument() local 1282 mlir::Type storageType = callContext.converter.genType(*expr); preparePresentUserCallActualArgument() local
|
H A D | ConvertExpr.cpp | 347 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
|