| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CodeGenTypeCache.h | 39 llvm::Type *HalfTy, *BFloatTy, *FloatTy, *DoubleTy;
|
| CGBuiltin.cpp | 2007 Types[Context.DoubleTy] = "%f"; 5310 return llvm::FixedVectorType::get(CGF->DoubleTy, V1Ty ? 1 : (1 << IsQuad)); 5324 return llvm::FixedVectorType::get(CGF->DoubleTy, (1 << IsQuad)); 6455 Ty = DoubleTy; 7776 Ty = DoubleTy; 9754 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy; 9896 auto *Ty = llvm::FixedVectorType::get(DoubleTy, 2); 9982 Ops[0] = Builder.CreateBitCast(Ops[0], DoubleTy); 9983 Ops[1] = Builder.CreateBitCast(Ops[1], DoubleTy); 10084 Builder.CreateBitCast(Ops[1], llvm::FixedVectorType::get(DoubleTy, 1)) [all...] |
| CGStmtOpenMP.cpp | 3430 CGF.CGM.getIntrinsic(llvm::Intrinsic::log2, CGF.DoubleTy); 3432 CGF.Builder.CreateUIToFP(OMPScanNumIterations, CGF.DoubleTy); 3434 F = CGF.CGM.getIntrinsic(llvm::Intrinsic::ceil, CGF.DoubleTy);
|
| TargetInfo.cpp | 2948 } else if (ET == getContext().DoubleTy) { 4120 : llvm::StructType::get(CGF.DoubleTy, CGF.DoubleTy);
|
| ItaniumCXXABI.cpp | 4168 getContext().FloatTy, getContext().DoubleTy,
|
| CodeGenModule.cpp | 118 DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
|
| CGObjCMac.cpp | 95 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy,
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| ProfileSummary.cpp | 37 Type *DoubleTy = Type::getDoubleTy(Context); 39 ConstantAsMetadata::get(ConstantFP::get(DoubleTy, Val))};
|
| LLVMContextImpl.cpp | 31 DoubleTy(C, Type::DoubleTyID),
|
| Type.cpp | 185 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; }
|
| LLVMContextImpl.h | 1429 Type VoidTy, LabelTy, HalfTy, BFloatTy, FloatTy, DoubleTy, MetadataTy,
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| PrintfFormatString.cpp | 585 return Ctx.DoubleTy; 591 return Ctx.DoubleTy;
|
| ScanfFormatString.cpp | 323 return ArgType::PtrTo(Ctx.DoubleTy);
|
| ASTContext.cpp | 1305 InitBuiltinType(DoubleTy, BuiltinType::Double); 1407 DoubleComplexTy = getComplexType(DoubleTy); 3835 return SVE_ELTTY(DoubleTy, 2, 1); 3837 return SVE_ELTTY(DoubleTy, 2, 2); 3839 return SVE_ELTTY(DoubleTy, 2, 3); 3841 return SVE_ELTTY(DoubleTy, 2, 4); 3857 return {ElBits == 16 ? HalfTy : (ElBits == 32 ? FloatTy : DoubleTy), \ 6269 case DoubleRank: return DoubleTy; 10384 Type = Context.DoubleTy; 11120 return DoubleTy; [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| BasicObjCFoundationChecks.cpp | 390 case kCFNumberDoubleType: T = Ctx.DoubleTy; break;
|
| CallAndMessageChecker.cpp | 703 Ctx.DoubleTy == CanRetTy ||
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTContext.h | 1013 CanQualType FloatTy, DoubleTy, LongDoubleTy, Float128Ty;
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| Sema.cpp | 352 auto AtomicDoubleT = Context.getAtomicType(Context.DoubleTy);
|
| SemaType.cpp | 1538 Result = Context.DoubleTy; 5273 ParamTy = Context.DoubleTy;
|
| SemaExpr.cpp | 821 E = ImpCastExprToType(E, Context.DoubleTy, CK_FloatingCast).get(); 3834 Ty = Context.DoubleTy; 3838 if (Ty == Context.DoubleTy) { 15725 PromoteType = Context.DoubleTy;
|
| SemaChecking.cpp | 2080 return Context.DoubleTy;
|
| SemaOverload.cpp | 8176 ArithmeticTypes.push_back(S.Context.DoubleTy);
|
| /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| RewriteModernObjC.cpp | 2505 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
|
| RewriteObjC.cpp | 2432 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 625 [c]. See [llvm::Type::DoubleTy]. *)
|