Searched refs:CreateEntryBlockAlloca (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp632 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
634 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
810 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
908 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
971 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
H A Dtoy.cpp1003 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
1005 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
1174 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1272 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1342 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp861 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
863 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
1032 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1130 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1200 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp617 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
619 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
792 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
890 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
953 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
H A Dtoy.cpp901 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
903 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
1072 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1170 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1240 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp727 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp727 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp727 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp733 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
735 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
916 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1018 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1080 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp732 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
734 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
915 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1079 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp710 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
712 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
995 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1065 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1075 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
1077 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
1252 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1350 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1420 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp892 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
894 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
1084 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1188 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1273 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());

Completed in 284 milliseconds