| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToLibm/ |
| H A D | ComplexToLibm.cpp | 25 if (!elementType.isa<Float32Type, Float64Type>()) in operator ()() 37 if (!elementType.isa<Float32Type, Float64Type>()) in operator ()()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Types.cpp | 24 bool Type::isF64() const { return isa<Float64Type>(); } in isF64()
|
| H A D | MLIRContext.cpp | 212 Float64Type f64Ty; 282 impl->f64Ty = TypeUniquer::get<Float64Type>(this); in MLIRContext() 817 Float64Type Float64Type::get(MLIRContext *context) { in get()
|
| H A D | BuiltinTypes.cpp | 98 if (isa<Float64Type>()) in getWidth() 115 if (isa<Float64Type>()) in getFloatSemantics()
|
| H A D | BuiltinAttributes.cpp | 924 return VectorType::get(shape, Float64Type::get(context)); in getShapedType()
|
| H A D | AsmPrinter.cpp | 2073 .Case<Float64Type>([&](Type) { os << "f64"; }) in printType()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypes.cpp | 765 Float64Type, in isCompatibleOuterType() 835 Float64Type, in isCompatibleImpl() 868 return type.isa<BFloat16Type, Float16Type, Float32Type, Float64Type, in isCompatibleFloatingPointType() 882 return elementType.isa<BFloat16Type, Float16Type, Float32Type, Float64Type, in isCompatibleVectorType() 971 .Case<Float64Type, LLVMX86MMXType>( in getPrimitiveTypeSizeInBits()
|
| H A D | FunctionCallUtils.cpp | 76 Float64Type::get(moduleOp->getContext()), in lookupOrCreatePrintF64Fn()
|
| H A D | NVVMDialect.cpp | 434 Type f64Ty = Float64Type::get(context); in verify()
|
| H A D | LLVMDialect.cpp | 2417 .isa<IntegerType, Float16Type, Float32Type, Float64Type>()) { in verify() 2539 !valType.isa<Float64Type>()) in verify() 2613 !valType.isa<Float32Type>() && !valType.isa<Float64Type>()) in verify()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinTypes.h | 380 return type.isa<BFloat16Type, Float16Type, Float32Type, Float64Type, in classof() 397 return Float64Type::get(ctx); in getF64()
|
| H A D | BuiltinTypes.td | 101 // Float64Type
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | OpToFuncCallLowering.h | 96 if (type.isa<Float64Type>()) in getFunctionName()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | TypeFromLLVM.cpp | 61 return Float64Type::get(&context); in translatePrimitiveType()
|
| H A D | TypeToLLVM.cpp | 49 .Case([this](Float64Type) { in translateType() argument
|
| H A D | ModuleTranslation.cpp | 103 .Case<Float16Type, Float32Type, Float64Type, Float80Type, in translateDataLayout()
|
| H A D | ConvertFromLLVMIR.cpp | 382 if (type.isa<Float32Type, Float64Type>()) { in getConstantAsAttr()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MathToLibm/ |
| H A D | MathToLibm.cpp | 117 if (!type.template isa<Float32Type, Float64Type>()) in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/ |
| H A D | NvGpuSupport.cpp | 112 Type f64Ty = Float64Type::get(ctx); in getMmaSyncRegisterType()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/ |
| H A D | NVGPUToNVVM.cpp | 27 Type f64Ty = Float64Type::get(ctx); in inferIntrinsicResultType()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestPatterns.cpp | 904 [](Float32Type type) { return Float64Type::get(type.getContext()); }); in TestRemapValueTypeConverter()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/ |
| H A D | LinalgOps.cpp | 417 Type getFloat64Type() { return Float64Type::get(context); } in getFloat64Type()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 3036 else if (floatType.isa<mlir::Float64Type>()) in genIeeeIsFinite()
|