Home
last modified time | relevance | path

Searched refs:getDoubleTy (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/IR/
DValueTypes.cpp213 case MVT::f64: return Type::getDoubleTy(Context); in getTypeForEVT()
265 case MVT::v1f64: return VectorType::get(Type::getDoubleTy(Context), 1); in getTypeForEVT()
266 case MVT::v2f64: return VectorType::get(Type::getDoubleTy(Context), 2); in getTypeForEVT()
267 case MVT::v4f64: return VectorType::get(Type::getDoubleTy(Context), 4); in getTypeForEVT()
268 case MVT::v8f64: return VectorType::get(Type::getDoubleTy(Context), 8); in getTypeForEVT()
DType.cpp31 case DoubleTyID : return getDoubleTy(C); in getPrimitiveType()
222 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy() function in Type
250 return getDoubleTy(C)->getPointerTo(AS); in getDoublePtrTy()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp97 DIType *getDoubleTy();
821 DIType *DebugInfo::getDoubleTy() { in getDoubleTy() function in DebugInfo
843 DIType *DblTy = KSDbgInfo.getDoubleTy(); in CreateFunctionType()
889 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
963 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in codegen()
1049 Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, "iftmp"); in codegen()
1156 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in codegen()
1212 Type::getDoubleTy(getGlobalContext())); in codegen()
1214 FunctionType::get(Type::getDoubleTy(getGlobalContext()), Doubles, false); in codegen()
1274 SP, Arg.getName(), ++ArgIdx, Unit, LineNo, KSDbgInfo.getDoubleTy(), in codegen()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp568 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in codegen()
642 Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, "iftmp"); in codegen()
684 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), in codegen()
742 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in codegen()
748 Type::getDoubleTy(getGlobalContext())); in codegen()
750 FunctionType::get(Type::getDoubleTy(getGlobalContext()), Doubles, false); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp637 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
702 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
781 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in Codegen()
885 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in Codegen()
937 Type::getDoubleTy(getGlobalContext())); in Codegen()
938 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in Codegen()
Dtoy.cpp1008 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
1069 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
1145 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in Codegen()
1249 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in Codegen()
1301 Type::getDoubleTy(getGlobalContext())); in Codegen()
1302 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp622 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
684 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
763 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in Codegen()
867 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in Codegen()
919 Type::getDoubleTy(getGlobalContext())); in Codegen()
920 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in Codegen()
Dtoy.cpp906 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
967 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
1043 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in Codegen()
1147 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in Codegen()
1199 Type::getDoubleTy(getGlobalContext())); in Codegen()
1200 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp671 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in codegen()
753 Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, "iftmp"); in codegen()
795 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), in codegen()
853 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in codegen()
859 Type::getDoubleTy(getGlobalContext())); in codegen()
861 FunctionType::get(Type::getDoubleTy(getGlobalContext()), Doubles, false); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp707 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
776 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in codegen()
858 Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, "iftmp"); in codegen()
963 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in codegen()
1017 Type::getDoubleTy(getGlobalContext())); in codegen()
1019 FunctionType::get(Type::getDoubleTy(getGlobalContext()), Doubles, false); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp420 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in codegen()
450 Type::getDoubleTy(getGlobalContext())); in codegen()
452 FunctionType::get(Type::getDoubleTy(getGlobalContext()), Doubles, false); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp866 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
927 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
1003 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in Codegen()
1107 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in Codegen()
1159 Type::getDoubleTy(getGlobalContext())); in Codegen()
1160 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp59 …EXPECT_EQ(Type::getDoubleTy(getGlobalContext()), (TypeBuilder<double, false>::get(getGlobalContext… in TEST()
63 …EXPECT_EQ(Type::getDoubleTy(getGlobalContext()), (TypeBuilder<types::ieee_double, true>::get(getGl… in TEST()
64 …EXPECT_EQ(Type::getDoubleTy(getGlobalContext()), (TypeBuilder<types::ieee_double, false>::get(getG… in TEST()
DConstantsTest.cpp175 Type *DoubleTy = Type::getDoubleTy(getGlobalContext()); in TEST()
407 Type::getDoubleTy(Context)}) { in TEST()
429 Type::getDoubleTy(Context)}) { in TEST()
DInstructionsTest.cpp184 Type *DoubleTy = Type::getDoubleTy(C); in TEST()
397 Instruction *I = Builder.CreatePHI(Builder.getDoubleTy(), 0); in TEST()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp444 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in codegen()
474 Type::getDoubleTy(getGlobalContext())); in codegen()
476 FunctionType::get(Type::getDoubleTy(getGlobalContext()), Doubles, false); in codegen()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
809 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
887 PHINode *PN = C.getBuilder().CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in IRGen()
990 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in IRGen()
1043 Type::getDoubleTy(getGlobalContext())); in IRGen()
1044 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1080 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
1143 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
1223 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in Codegen()
1327 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in Codegen()
1379 Type::getDoubleTy(getGlobalContext())); in Codegen()
1380 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
809 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
887 PHINode *PN = C.getBuilder().CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in IRGen()
990 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in IRGen()
1043 Type::getDoubleTy(getGlobalContext())); in IRGen()
1044 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
809 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
887 PHINode *PN = C.getBuilder().CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in IRGen()
990 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in IRGen()
1043 Type::getDoubleTy(getGlobalContext())); in IRGen()
1044 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp750 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
810 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
888 PHINode *PN = C.getBuilder().CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, in IRGen()
991 return Constant::getNullValue(Type::getDoubleTy(getGlobalContext())); in IRGen()
1044 Type::getDoubleTy(getGlobalContext())); in IRGen()
1045 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/include/llvm/IR/
DTypeBuilder.h207 return Type::getDoubleTy(C); in get()
218 static Type *get(LLVMContext& C) { return Type::getDoubleTy(C); } in get()
DType.h378 static Type *getDoubleTy(LLVMContext &C);
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp49 Type::getDoubleTy(M.getContext())); in EnsureFPIntrinsicsExist()
329 Type::getDoubleTy(CI->getContext())); in ReplaceFPIntrinsicWithCall()
/external/llvm/docs/tutorial/
DLangImpl8.rst193 DIType *getDoubleTy();
196 DIType *DebugInfo::getDoubleTy() {
403 Scope, Args[Idx], Idx + 1, Unit, Line, KSDbgInfo.getDoubleTy(), true);

12