Home
last modified time | relevance | path

Searched refs:isF16 (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp47 Type baseType = type.getElementType().isF16() in convertMMAToLLVMType()
56 if (type.getElementType().isF16()) in convertMMAToLLVMType()
153 if (retType.getElementType().isF16()) { in matchAndRewrite()
250 if (srcType.getElementType().isF16()) { in matchAndRewrite()
322 if (cType.getElementType().isF16()) { in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp47 Type baseType = type.getElementType().isF16() in convertMMAToLLVMType()
56 if (type.getElementType().isF16()) in convertMMAToLLVMType()
154 if (retType.getElementType().isF16()) { in matchAndRewrite()
252 if (srcType.getElementType().isF16()) { in matchAndRewrite()
325 if (cType.getElementType().isF16()) { in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp47 Type baseType = type.getElementType().isF16() in convertMMAToLLVMType()
56 if (type.getElementType().isF16()) in convertMMAToLLVMType()
154 if (retType.getElementType().isF16()) { in matchAndRewrite()
252 if (srcType.getElementType().isF16()) { in matchAndRewrite()
325 if (cType.getElementType().isF16()) { in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp47 Type baseType = type.getElementType().isF16() in convertMMAToLLVMType()
56 if (type.getElementType().isF16()) in convertMMAToLLVMType()
154 if (retType.getElementType().isF16()) { in matchAndRewrite()
252 if (srcType.getElementType().isF16()) { in matchAndRewrite()
325 if (cType.getElementType().isF16()) { in matchAndRewrite()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/codec/
H A DSkCodecPriv.h287 bool isF16 = kRGBA_F16_SkColorType == dstInfo.colorType(); in needs_color_xform() local
292 return needsColorCorrectPremul || isF16 || srcDstNotEqual; in needs_color_xform()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/codec/
H A DSkCodecPriv.h350 bool isF16 = kRGBA_F16_SkColorType == dstInfo.colorType(); in needs_color_xform() local
358 return !isLegacy && (needsPremul || isF16 || srcDstNotEqual); in needs_color_xform()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DTypes.cpp22 bool Type::isF16() const { return isa<Float16Type>(); } in isF16() function in Type
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp22 bool Type::isF16() const { return isa<Float16Type>(); } in isF16() function in Type
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp22 bool Type::isF16() const { return isa<Float16Type>(); } in isF16() function in Type
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DTypes.cpp22 bool Type::isF16() const { return isa<Float16Type>(); } in isF16() function in Type
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypes.cpp26 bool Type::isF16() const { return isa<Float16Type>(); } in isF16() function in Type
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypes.cpp26 bool Type::isF16() const { return isa<Float16Type>(); } in isF16() function in Type
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp66 if (lhsType.getElementType().isF16() && rhsType.getElementType().isF16() && in contractSupportsMMAMatrixType()
67 (accType.getElementType().isF16() || accType.getElementType().isF32()) && in contractSupportsMMAMatrixType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp66 if (lhsType.getElementType().isF16() && rhsType.getElementType().isF16() && in contractSupportsMMAMatrixType()
67 (accType.getElementType().isF16() || accType.getElementType().isF32()) && in contractSupportsMMAMatrixType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp66 if (lhsType.getElementType().isF16() && rhsType.getElementType().isF16() && in contractSupportsMMAMatrixType()
67 (accType.getElementType().isF16() || accType.getElementType().isF32()) && in contractSupportsMMAMatrixType()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp66 if (lhsType.getElementType().isF16() && rhsType.getElementType().isF16() && in contractSupportsMMAMatrixType()
67 (accType.getElementType().isF16() || accType.getElementType().isF32()) && in contractSupportsMMAMatrixType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h180 using Type::isF16;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h192 using Type::isF16;
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h181 using Type::isF16;
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DTypes.h118 bool isF16() const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DTypes.h118 bool isF16() const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h181 using Type::isF16;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Dialect/QuantOps/
H A DQuantTypes.h193 using Type::isF16;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h181 using Type::isF16;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DTypes.h120 bool isF16() const;

1234