Home
last modified time | relevance | path

Searched refs:isF32 (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
20 // CHECK-NEXT: if (!((type.isInteger(32) || type.isF32()))) {
24 // CHECK-NOT: if (!((type.isInteger(32) || type.isF32()))) {
32 …r::TensorType>())) && (((type.cast<::mlir::ShapedType>().getElementType().isF32())) || ((type.cast…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
20 // CHECK-NEXT: if (!((type.isInteger(32) || type.isF32()))) {
24 // CHECK-NOT: if (!((type.isInteger(32) || type.isF32()))) {
32 …r::TensorType>())) && (((type.cast<::mlir::ShapedType>().getElementType().isF32())) || ((type.cast…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
20 // CHECK-NEXT: if (!((type.isInteger(32) || type.isF32()))) {
24 // CHECK-NOT: if (!((type.isInteger(32) || type.isF32()))) {
32 …r::TensorType>())) && (((type.cast<::mlir::ShapedType>().getElementType().isF32())) || ((type.cast…
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
20 // CHECK-NEXT: if (!((type.isInteger(32) || type.isF32()))) {
24 // CHECK-NOT: if (!((type.isInteger(32) || type.isF32()))) {
32 …r::TensorType>())) && (((type.cast<::mlir::ShapedType>().getElementType().isF32())) || ((type.cast…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
20 // CHECK: if (!((v.getType().isInteger(32) || v.getType().isF32())))
94 …isa<TensorType>())) && (((v.getType().cast<ShapedType>().getElementType().isF32())) || ((v.getType…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/AVX512ToLLVM/
H A DConvertAVX512ToLLVM.cpp47 if (elementType.isF32()) in matchAndRewrite()
69 if (elementType.isF32()) in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/AVX512ToLLVM/
H A DConvertAVX512ToLLVM.cpp47 if (elementType.isF32()) in matchAndRewrite()
69 if (elementType.isF32()) in matchAndRewrite()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
21 // CHECK: if (!((v.getType().isInteger(32) || v.getType().isF32())))
96 …orType>())) && (((v.getType().cast<::mlir::ShapedType>().getElementType().isF32())) || ((v.getType…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
21 // CHECK: if (!((v.getType().isInteger(32) || v.getType().isF32())))
96 …orType>())) && (((v.getType().cast<::mlir::ShapedType>().getElementType().isF32())) || ((v.getType…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
19 // CHECK: if (!((type.isInteger(32) || type.isF32()))) {
27 …r::TensorType>())) && (((type.cast<::mlir::ShapedType>().getElementType().isF32())) || ((type.cast…
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/mlir-tblgen/
H A Dpredicate.td11 def I32OrF32 : Type<CPred<"$_self.isInteger(32) || $_self.isF32()">,
19 // CHECK: if (!((type.isInteger(32) || type.isF32()))) {
27 …r::TensorType>())) && (((type.cast<::mlir::ShapedType>().getElementType().isF32())) || ((type.cast…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp58 LLVM_ATTRIBUTE_UNUSED static bool isF32(Type type) { return type.isF32(); } in isF32() function
123 assert(isF32(elementType(arg.getType())) && "argument must be f32 type"); in frexp()
200 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
286 auto width = vectorWidth(op.operand().getType(), isF32); in logMatchAndRewrite()
431 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
481 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
594 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
659 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp60 LLVM_ATTRIBUTE_UNUSED static bool isF32(Type type) { return type.isF32(); } in isF32() function
125 assert(isF32(elementType(arg.getType())) && "argument must be f32 type"); in frexp()
203 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
289 auto width = vectorWidth(op.operand().getType(), isF32); in logMatchAndRewrite()
434 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
484 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
597 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
662 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp60 LLVM_ATTRIBUTE_UNUSED static bool isF32(Type type) { return type.isF32(); } in isF32() function
125 assert(isF32(elementType(arg.getType())) && "argument must be f32 type"); in frexp()
203 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
289 auto width = vectorWidth(op.operand().getType(), isF32); in logMatchAndRewrite()
434 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
484 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
597 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
662 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp60 LLVM_ATTRIBUTE_UNUSED static bool isF32(Type type) { return type.isF32(); } in isF32() function
125 assert(isF32(elementType(arg.getType())) && "argument must be f32 type"); in frexp()
203 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
289 auto width = vectorWidth(op.operand().getType(), isF32); in logMatchAndRewrite()
434 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
484 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
597 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
662 auto width = vectorWidth(op.operand().getType(), isF32); in matchAndRewrite()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/lib/TestDialect/
H A DTestPatterns.cpp218 if (op->getNumOperands() != 1 || !op->getOperand(0).getType().isF32()) in matchAndRewrite()
256 if (!(*op->result_type_begin()).isF32()) in matchAndRewrite()
326 if (t.isF32()) { in convertType()
375 [](Type type) { return type.isF32(); }); in runOnModule()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/AVX512ToLLVM/
H A DConvertAVX512ToLLVM.cpp91 if (!getSrcVectorElementType(cast<MaskRndScaleOp>(op)).isF32()) in matchAndRewrite()
125 if (!getSrcVectorElementType(cast<MaskScaleFOp>(op)).isF32()) in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/AVX512ToLLVM/
H A DConvertAVX512ToLLVM.cpp91 if (!getSrcVectorElementType(cast<MaskRndScaleOp>(op)).isF32()) in matchAndRewrite()
125 if (!getSrcVectorElementType(cast<MaskScaleFOp>(op)).isF32()) in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp359 if (op->getNumOperands() != 1 || !op->getOperand(0).getType().isF32()) in matchAndRewrite()
397 if (!Type(*op->result_type_begin()).isF32()) in matchAndRewrite()
513 if (t.isF32()) { in convertType()
578 [](Type type) { return type.isF32(); }); in runOnOperation()
789 if (type.isBF16() || type.isF16() || type.isF32()) in runOnOperation()
830 return (*op.operand_type_begin()).isF64() && op.getType().isF32(); in runOnOperation()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp363 if (op->getNumOperands() != 1 || !op->getOperand(0).getType().isF32()) in matchAndRewrite()
401 if (!Type(*op->result_type_begin()).isF32()) in matchAndRewrite()
517 if (t.isF32()) { in convertType()
582 [](Type type) { return type.isF32(); }); in runOnOperation()
793 if (type.isBF16() || type.isF16() || type.isF32()) in runOnOperation()
834 return (*op.operand_type_begin()).isF64() && op.getType().isF32(); in runOnOperation()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp363 if (op->getNumOperands() != 1 || !op->getOperand(0).getType().isF32()) in matchAndRewrite()
401 if (!Type(*op->result_type_begin()).isF32()) in matchAndRewrite()
517 if (t.isF32()) { in convertType()
582 [](Type type) { return type.isF32(); }); in runOnOperation()
793 if (type.isBF16() || type.isF16() || type.isF32()) in runOnOperation()
834 return (*op.operand_type_begin()).isF64() && op.getType().isF32(); in runOnOperation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp156 } else if (retType.getElementType().isF32()) { in matchAndRewrite()
260 if (srcType.getElementType().isF32()) { in matchAndRewrite()
333 if (cType.getElementType().isF32()) { in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp157 } else if (retType.getElementType().isF32()) { in matchAndRewrite()
262 if (srcType.getElementType().isF32()) { in matchAndRewrite()
336 if (cType.getElementType().isF32()) { in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp157 } else if (retType.getElementType().isF32()) { in matchAndRewrite()
262 if (srcType.getElementType().isF32()) { in matchAndRewrite()
336 if (cType.getElementType().isF32()) { in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp157 } else if (retType.getElementType().isF32()) { in matchAndRewrite()
262 if (srcType.getElementType().isF32()) { in matchAndRewrite()
336 if (cType.getElementType().isF32()) { in matchAndRewrite()

1234567