Searched defs:CreateEntryBlockAlloca (Results 1 - 7 of 7) sorted by path

/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp615 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
617 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
787 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
885 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
952 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/external/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
814 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
912 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
976 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
1178 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1276 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1347 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1170 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
1172 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, function
1356 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1454 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1528 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/external/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
1036 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1134 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1205 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
/external/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
796 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
894 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
958 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
1076 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1174 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
1245 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);

Completed in 241 milliseconds