Home
last modified time | relevance | path

Searched refs:DoubleTy (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypeCache.h39 llvm::Type *HalfTy, *BFloatTy, *FloatTy, *DoubleTy; member
H A DCGBuiltin.cpp2007 Types[Context.DoubleTy] = "%f"; in dumpRecord()
6455 Ty = DoubleTy; in EmitCommonNeonBuiltinExpr()
7776 Ty = DoubleTy; in EmitARMBuiltinExpr()
9754 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy; in EmitAArch64BuiltinExpr()
9896 auto *Ty = llvm::FixedVectorType::get(DoubleTy, 2); in EmitAArch64BuiltinExpr()
9982 Ops[0] = Builder.CreateBitCast(Ops[0], DoubleTy); in EmitAArch64BuiltinExpr()
9983 Ops[1] = Builder.CreateBitCast(Ops[1], DoubleTy); in EmitAArch64BuiltinExpr()
10442 if (VTy && VTy->getElementType() == DoubleTy) { in EmitAArch64BuiltinExpr()
10452 DoubleTy, {Ops[1], Ops[2], Ops[0]}); in EmitAArch64BuiltinExpr()
10843 Ops[0] = Builder.CreateBitCast(Ops[0], DoubleTy); in EmitAArch64BuiltinExpr()
[all …]
H A DCGStmtOpenMP.cpp3430 CGF.CGM.getIntrinsic(llvm::Intrinsic::log2, CGF.DoubleTy); in emitScanBasedDirective()
3432 CGF.Builder.CreateUIToFP(OMPScanNumIterations, CGF.DoubleTy); in emitScanBasedDirective()
3434 F = CGF.CGM.getIntrinsic(llvm::Intrinsic::ceil, CGF.DoubleTy); in emitScanBasedDirective()
H A DTargetInfo.cpp2948 } else if (ET == getContext().DoubleTy) { in classify()
4120 : llvm::StructType::get(CGF.DoubleTy, CGF.DoubleTy); in EmitVAArg()
H A DItaniumCXXABI.cpp4168 getContext().FloatTy, getContext().DoubleTy, in EmitFundamentalRTTIDescriptors()
H A DCodeGenModule.cpp118 DoubleTy = llvm::Type::getDoubleTy(LLVMContext); in CodeGenModule()
H A DCGObjCMac.cpp95 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy, in getMessageSendFpretFn()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DProfileSummary.cpp37 Type *DoubleTy = Type::getDoubleTy(Context); in getKeyFPValMD() local
39 ConstantAsMetadata::get(ConstantFP::get(DoubleTy, Val))}; in getKeyFPValMD()
H A DLLVMContextImpl.cpp31 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
H A DType.cpp185 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
H A DLLVMContextImpl.h1429 Type VoidTy, LabelTy, HalfTy, BFloatTy, FloatTy, DoubleTy, MetadataTy,
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp585 return Ctx.DoubleTy; in getScalarArgType()
591 return Ctx.DoubleTy; in getScalarArgType()
H A DScanfFormatString.cpp323 return ArgType::PtrTo(Ctx.DoubleTy); in getArgType()
H A DASTContext.cpp1305 InitBuiltinType(DoubleTy, BuiltinType::Double); in InitBuiltinTypes()
1407 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
3835 return SVE_ELTTY(DoubleTy, 2, 1); in getBuiltinVectorTypeInfo()
3837 return SVE_ELTTY(DoubleTy, 2, 2); in getBuiltinVectorTypeInfo()
3839 return SVE_ELTTY(DoubleTy, 2, 3); in getBuiltinVectorTypeInfo()
3841 return SVE_ELTTY(DoubleTy, 2, 4); in getBuiltinVectorTypeInfo()
3857 return {ElBits == 16 ? HalfTy : (ElBits == 32 ? FloatTy : DoubleTy), \ in getBuiltinVectorTypeInfo()
6269 case DoubleRank: return DoubleTy; in getFloatingTypeOfSizeWithinDomain()
10384 Type = Context.DoubleTy; in DecodeTypeFromStr()
11120 return DoubleTy; in getRealTypeForBitwidth()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def207 FLOATING_TYPE(Double, DoubleTy)
H A DASTContext.h1013 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp703 Ctx.DoubleTy == CanRetTy || in HandleNilReceiver()
H A DBasicObjCFoundationChecks.cpp390 case kCFNumberDoubleType: T = Ctx.DoubleTy; break; in GetCFNumberSize()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp352 auto AtomicDoubleT = Context.getAtomicType(Context.DoubleTy); in Initialize()
H A DOpenCLBuiltins.td303 def Double : Type<"double", QualType<"Context.DoubleTy">>;
348 def AtomicDouble : Type<"atomic_double", QualType<"Context.getAtomicType(Context.DoubleTy)…
H A DSemaType.cpp1538 Result = Context.DoubleTy; in ConvertDeclSpecToType()
5273 ParamTy = Context.DoubleTy; in GetFullTypeForDeclarator()
H A DSemaExpr.cpp821 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).get(); in DefaultArgumentPromotion()
3834 Ty = Context.DoubleTy; in ActOnNumericConstant()
3838 if (Ty == Context.DoubleTy) { in ActOnNumericConstant()
15725 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2432 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
H A DRewriteModernObjC.cpp2505 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
/netbsd/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli625 [c]. See [llvm::Type::DoubleTy]. *)

12