Home
last modified time | relevance | path

Searched refs:isa_complex (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DComplexTest.cpp68 EXPECT_TRUE(fir::isa_complex(cVal1.getType())); in TEST_F()
69 EXPECT_TRUE(fir::isa_complex(cVal2.getType())); in TEST_F()
86 EXPECT_TRUE(fir::isa_complex(cVal4.getType())); in TEST_F()
95 EXPECT_TRUE(fir::isa_complex(v1.getType())); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h122 inline bool isa_complex(mlir::Type t) { in isa_complex() function
132 return isa_integer(t) || isa_real(t) || isa_complex(t) || in isa_trivial()
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DReductionTest.cpp125 if (fir::isa_complex(eleTy)) in testGenSum()
158 if (fir::isa_complex(eleTy)) in testGenProduct()
190 if (fir::isa_complex(eleTy)) in testGenDotProduct()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp756 if (fir::isa_complex(eleTy)) { in genProduct()
834 if (fir::isa_complex(eleTy)) { in genDotProduct()
906 if (fir::isa_complex(eleTy)) { in genSum()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp446 (fir::isa_complex(ty) && !noComplexConversion)) { in hasPortableSignature()
453 (fir::isa_complex(ty) && !noComplexConversion)) { in hasPortableSignature()
H A DCodeGen.cpp799 if (fir::isa_complex(fromFirTy) && fir::isa_complex(toFirTy)) { in matchAndRewrite()
1224 if (fir::isa_complex(boxEleTy)) {
2303 if (fir::isa_complex(objectTy)) { in doRewrite()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp281 fir::isa_complex(toTy)) { in convertWithSemantics()
290 if (fir::isa_complex(fromTy) && in convertWithSemantics()
1212 if (fir::isa_complex(type)) { in createZeroValue()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp918 (fir::isa_complex(inType) && fir::isa_complex(outType))) in verify()
967 if (!(fir::isa_aggregate(eleTy) || fir::isa_complex(eleTy) || in verify()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp208 if (fir::isa_complex(eleTy)) { in genProdOrSum()
238 if (fir::isa_complex(eleTy)) { in genDotProd()
2124 if (fir::isa_complex(type)) { in genAbs()
H A DIO.cpp507 if (fir::isa_complex(itemTy)) { in genOutputItemList()