Home
last modified time | relevance | path

Searched refs:TmpB (Results 1 – 14 of 14) sorted by relevance

/external/testng/src/test/java/test/tmp/b/
DTmpB.java5 public class TmpB { class
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp620 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
622 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
Dtoy.cpp904 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
906 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp635 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
637 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
Dtoy.cpp1006 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
1008 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp705 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
707 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp864 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
866 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp747 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp887 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
889 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1078 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
1080 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp747 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp747 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
749 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp748 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca() local
750 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), nullptr, in CreateEntryBlockAlloca()
/external/llvm/docs/tutorial/
DLangImpl7.rst340 IRBuilder<> TmpB(&TheFunction->getEntryBlock(),
342 return TmpB.CreateAlloca(Type::getDoubleTy(getGlobalContext()), 0,