Home
last modified time | relevance | path

Searched refs:CreateUIToFP (Results 1 – 24 of 24) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp378 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp657 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp543 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp643 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp702 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
Dtoy.cpp1069 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp748 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp684 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
Dtoy.cpp967 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp927 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp943 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1143 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp810 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp810 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp810 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp811 return C.getBuilder().CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in IRGen()
/external/llvm/docs/tutorial/
DLangImpl6.rst242 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
DLangImpl3.rst157 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()),
/external/clang/lib/CodeGen/
DCGExprScalar.cpp857 Res = Builder.CreateUIToFP(Src, DstTy, "conv"); in EmitScalarConversion()
1107 Res = Builder.CreateUIToFP(Src, DstTy, "conv"); in VisitConvertVectorExpr()
DCGBuiltin.cpp2804 return Usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt") in EmitCommonNeonBuiltinExpr()
4307 return Builder.CreateUIToFP(Ops[0], FTy); in EmitAArch64BuiltinExpr()
5001 return usgn ? Builder.CreateUIToFP(Ops[0], Ty, "vcvt") in EmitAArch64BuiltinExpr()
/external/llvm/include/llvm/IR/
DIRBuilder.h1218 Value *CreateUIToFP(Value *V, Type *DestTy, const Twine &Name = ""){
/external/llvm/lib/IR/
DCore.cpp2577 return wrap(unwrap(B)->CreateUIToFP(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildUIToFP()
/external/llvm/bindings/go/llvm/
Dir.go1549 func (b Builder) CreateUIToFP(val Value, t Type, name string) (v Value) { func
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2325 See the method [llvm::LLVMBuilder::CreateUIToFP]. *)