Home
last modified time | relevance | path

Searched refs:CreateEntryBlockAlloca (Results 1 – 16 of 16) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp634 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
810 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
908 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
971 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
Dtoy.cpp1005 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1174 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1272 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1342 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp619 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
792 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
890 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
953 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
Dtoy.cpp903 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1072 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1170 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1240 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp615 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
785 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
883 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
950 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp705 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
886 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
987 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1056 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp716 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
897 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
998 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp716 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
897 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
998 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp716 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
897 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
998 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp727 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
908 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1009 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1078 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp717 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
898 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
999 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1061 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp712 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
994 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1056 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp863 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1032 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1130 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1200 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp886 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1077 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1180 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1266 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1077 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1252 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1350 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1420 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/docs/tutorial/
DLangImpl07.rst336 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
338 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
378 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
417 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
818 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);