Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp376 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp384 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp429 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp456 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp485 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp581 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp581 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp677 return Builder.CreateUIToFP(L, Type::getDoubleTy(getGlobalContext()), in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp702 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in Codegen()
Dtoy.cpp1069 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp684 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in Codegen()
Dtoy.cpp967 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp684 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp788 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp788 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp788 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp777 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp799 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp784 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp789 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp927 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1143 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp964 return Builder.CreateUIToFP(L, Type::getDoubleTy(TheContext), "booltmp"); in codegen()
/external/llvm/docs/tutorial/
DLangImpl06.rst254 return Builder.CreateUIToFP(L, Type::getDoubleTy(LLVMContext),
DLangImpl03.rst174 return Builder.CreateUIToFP(L, Type::getDoubleTy(LLVMContext),

12