Home
last modified time | relevance | path

Searched refs:complexType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp784 cir::ComplexType complexType = in tryEmitPrivate() local
787 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()
H A DCIRGenExprScalar.cpp803 assert(!cir::MissingFeatures::complexType()); in getPromotionType()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h265 static bool complexType() { return false; } in complexType() function
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h93 if (auto complexType = mlir::dyn_cast<cir::ComplexType>(ty)) in getZeroInitAttr() local
94 return cir::ZeroAttr::get(complexType); in getZeroInitAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp85 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
86 auto eltType = complexType->getElementType(); in addTypedData()
H A DCGExprComplex.cpp421 QualType complexType) { in emitAddrOfRealComponent() argument
426 QualType complexType) { in emitAddrOfImagComponent() argument
H A DCodeGenFunction.h5052 Address emitAddrOfRealComponent(Address complex, QualType complexType);
5053 Address emitAddrOfImagComponent(Address complex, QualType complexType);
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp284 auto complexType = mlir::cast<cir::ComplexType>(complexAttr.getType()); in visitCirAttr() local
285 mlir::Type complexElemTy = complexType.getElementType(); in visitCirAttr()
1720 auto complexType = mlir::cast<cir::ComplexType>(cmpOp.getLhs().getType()); in matchAndRewrite() local
1722 getTypeConverter()->convertType(complexType.getElementType()); in matchAndRewrite()
2388 auto complexType = mlir::cast<cir::ComplexType>(op.getLhs().getType()); in matchAndRewrite() local
2390 getTypeConverter()->convertType(complexType.getElementType()); in matchAndRewrite()
2464 auto complexType = mlir::cast<cir::ComplexType>(op.getLhs().getType()); in matchAndRewrite() local
2466 getTypeConverter()->convertType(complexType.getElementType()); in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp169 REGISTER_MATCHER(complexType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1078 const AstTypeMatcher<ComplexType> complexType; variable
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp1549 assert(!cir::MissingFeatures::complexType()); in verify()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7098 extern const AstTypeMatcher<ComplexType> complexType;