Searched refs:complexType (Results 1 – 12 of 12) sorted by relevance
784 cir::ComplexType complexType = in tryEmitPrivate() local787 mlir::Type complexElemTy = complexType.getElementType(); in tryEmitPrivate()792 complexType, cir::IntAttr::get(complexElemTy, real), in tryEmitPrivate()801 complexType, cir::FPAttr::get(complexElemTy, real), in tryEmitPrivate()
803 assert(!cir::MissingFeatures::complexType()); in getPromotionType()
265 static bool complexType() { return false; } in complexType() function
93 if (auto complexType = mlir::dyn_cast<cir::ComplexType>(ty)) in getZeroInitAttr() local94 return cir::ZeroAttr::get(complexType); in getZeroInitAttr()
85 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local86 auto eltType = complexType->getElementType(); in addTypedData()
421 QualType complexType) { in emitAddrOfRealComponent() argument426 QualType complexType) { in emitAddrOfImagComponent() argument
5052 Address emitAddrOfRealComponent(Address complex, QualType complexType);5053 Address emitAddrOfImagComponent(Address complex, QualType complexType);
284 auto complexType = mlir::cast<cir::ComplexType>(complexAttr.getType()); in visitCirAttr() local285 mlir::Type complexElemTy = complexType.getElementType(); in visitCirAttr()1720 auto complexType = mlir::cast<cir::ComplexType>(cmpOp.getLhs().getType()); in matchAndRewrite() local1722 getTypeConverter()->convertType(complexType.getElementType()); in matchAndRewrite()2388 auto complexType = mlir::cast<cir::ComplexType>(op.getLhs().getType()); in matchAndRewrite() local2390 getTypeConverter()->convertType(complexType.getElementType()); in matchAndRewrite()2464 auto complexType = mlir::cast<cir::ComplexType>(op.getLhs().getType()); in matchAndRewrite() local2466 getTypeConverter()->convertType(complexType.getElementType()); in matchAndRewrite()
169 REGISTER_MATCHER(complexType); in RegistryMaps()
1078 const AstTypeMatcher<ComplexType> complexType; variable
1549 assert(!cir::MissingFeatures::complexType()); in verify()
7098 extern const AstTypeMatcher<ComplexType> complexType;