Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCodeGenTypeCache.h39 llvm::Type *FloatTy, *DoubleTy; member
DCGBuiltin.cpp2548 return llvm::VectorType::get(CGF->DoubleTy, V1Ty ? 1 : (1 << IsQuad)); in GetNeonType()
2560 return llvm::VectorType::get(CGF->DoubleTy, (1 << IsQuad)); in GetFloatNeonType()
3396 VTy->getScalarSizeInBits() == 32 ? FloatTy : DoubleTy, in EmitCommonNeonBuiltinExpr()
4415 Ty = DoubleTy; in EmitARMBuiltinExpr()
5085 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy; in EmitAArch64BuiltinExpr()
5100 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy; in EmitAArch64BuiltinExpr()
5120 llvm::VectorType::get(DoubleTy, 2); in EmitAArch64BuiltinExpr()
5202 Ops[0] = Builder.CreateBitCast(Ops[0], DoubleTy); in EmitAArch64BuiltinExpr()
5203 Ops[1] = Builder.CreateBitCast(Ops[1], DoubleTy); in EmitAArch64BuiltinExpr()
5282 llvm::VectorType::get(DoubleTy, 1)); in EmitAArch64BuiltinExpr()
[all …]
DTargetInfo.cpp2467 } else if (ET == getContext().DoubleTy) { in classify()
3507 llvm::Type *DoubleTy = CGF.DoubleTy; in EmitVAArg() local
3508 llvm::StructType *ST = llvm::StructType::get(DoubleTy, DoubleTy, nullptr); in EmitVAArg()
3513 CGF.Builder.CreateElementBitCast(RegAddrLo, DoubleTy)); in EmitVAArg()
3517 CGF.Builder.CreateElementBitCast(RegAddrHi, DoubleTy)); in EmitVAArg()
DItaniumCXXABI.cpp3371 getContext().FloatTy, getContext().DoubleTy, in EmitFundamentalRTTIDescriptors()
DCodeGenModule.cpp101 DoubleTy = llvm::Type::getDoubleTy(LLVMContext); in CodeGenModule()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.cpp25 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
DLLVMContextImpl.h172 Type VoidTy, LabelTy, FloatTy, DoubleTy, MetadataTy; variable
DType.cpp203 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
/external/llvm/unittests/IR/
DConstantsTest.cpp200 Type *DoubleTy = Type::getDoubleTy(Context); in TEST() local
209 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy); in TEST()
266 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR in TEST()
DInstructionsTest.cpp184 Type *DoubleTy = Type::getDoubleTy(C); in TEST() local
243 EXPECT_FALSE(CastInst::isBitCastable(DoubleTy, FloatTy)); in TEST()
244 EXPECT_FALSE(CastInst::isBitCastable(FloatTy, DoubleTy)); in TEST()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp30 DoubleTy(C, Type::DoubleTyID), in LLVMContextImpl()
DType.cpp158 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
DLLVMContextImpl.h1108 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy, TokenTy;
/external/clang/lib/Analysis/
DScanfFormatString.cpp321 return ArgType::PtrTo(Ctx.DoubleTy); in getArgType()
DPrintfFormatString.cpp483 return Ctx.DoubleTy; in getArgType()
/external/clang/include/clang/AST/
DBuiltinTypes.def131 FLOATING_TYPE(Double, DoubleTy)
DASTContext.h904 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp559 Ctx.DoubleTy == CanRetTy || in HandleNilReceiver()
DBasicObjCFoundationChecks.cpp391 case kCFNumberDoubleType: T = Ctx.DoubleTy; break; in GetCFNumberSize()
/external/clang/lib/Sema/
DSema.cpp236 Context.getAtomicType(Context.DoubleTy)); in Initialize()
DSemaType.cpp1413 Result = Context.DoubleTy; in ConvertDeclSpecToType()
4259 ParamTy = Context.DoubleTy; in GetFullTypeForDeclarator()
DSemaExpr.cpp824 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).get(); in DefaultArgumentPromotion()
3377 Ty = Context.DoubleTy; in ActOnNumericConstant()
3381 if (Ty == Context.DoubleTy) { in ActOnNumericConstant()
12306 PromoteType = Context.DoubleTy; in BuildVAArgExpr()
/external/clang/lib/AST/
DASTContext.cpp1021 InitBuiltinType(DoubleTy, BuiltinType::Double); in InitBuiltinTypes()
1086 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
4664 case DoubleRank: return DoubleTy; in getFloatingTypeOfSizeWithinDomain()
8164 Type = Context.DoubleTy; in DecodeTypeFromStr()
8753 return DoubleTy; in getRealTypeForBitwidth()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2423 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy, in SynthMsgSendFpretFunctionDecl()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli426 [c]. See [llvm::Type::DoubleTy]. *)

12