| /llvm-project-15.0.7/mlir/unittests/IR/ |
| H A D | AttributeTest.cpp | 170 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local 172 testSplat(complexType, value); in TEST() 177 ComplexType complexType = ComplexType::get(IntegerType::get(&context, 64)); in TEST() local 179 testSplat(complexType, value); in TEST() 184 ComplexType complexType = ComplexType::get(FloatType::getF32(&context)); in TEST() local 186 testSplat(complexType, value); in TEST() 191 ComplexType complexType = ComplexType::get(IntegerType::get(&context, 64)); in TEST() local 193 testSplat(complexType, value); in TEST()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinTypeInterfaces.cpp | 46 if (auto complexType = elementType.dyn_cast<ComplexType>()) { in getSizeInBits() local 47 elementType = complexType.getElementType(); in getSizeInBits()
|
| H A D | BuiltinAttributes.cpp | 672 auto complexType = attr.getElementType().cast<ComplexType>(); in ComplexIntElementIterator() local 673 bitWidth = getDenseElementBitWidth(complexType.getElementType()); in ComplexIntElementIterator()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | Complex.cpp | 16 fir::factory::Complex::getComplexPartType(mlir::Type complexType) const { in getComplexPartType() 17 return builder.getRealType(complexType.cast<fir::ComplexType>().getFKind()); in getComplexPartType()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | Complex.h | 33 mlir::Type getComplexPartType(mlir::Type complexType) const; 40 mlir::Value createComplex(mlir::Type complexType, mlir::Value real,
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToLibm/ |
| H A D | ComplexToLibm.cpp | 23 auto complexType = type.cast<ComplexType>(); in operator ()() local 24 auto elementType = complexType.getElementType(); in operator ()()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | VectorSubscripts.cpp | 97 auto complexType = gen(complexPart.complex()); in gen() local 104 return fir::factory::Complex{builder, loc}.getComplexPartType(complexType); in gen()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 85 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local 86 auto eltType = complexType->getElementType(); in addTypedData()
|
| H A D | CGExprComplex.cpp | 338 QualType complexType) { in emitAddrOfRealComponent() argument 343 QualType complexType) { in emitAddrOfImagComponent() argument
|
| H A D | CodeGenFunction.h | 4411 Address emitAddrOfRealComponent(Address complex, QualType complexType); 4412 Address emitAddrOfImagComponent(Address complex, QualType complexType);
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 168 REGISTER_MATCHER(complexType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 3513 EXPECT_TRUE(matches("_Complex float f;", complexType())); in TEST_P() 3515 matches("_Complex float f;", complexType(hasElementType(builtinType())))); in TEST_P() 3517 complexType(hasElementType(isInteger())))); in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1036 const AstTypeMatcher<ComplexType> complexType; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6775 extern const AstTypeMatcher<ComplexType> complexType;
|