Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A 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()
H A 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()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A 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()
H A 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()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp734 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
915 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1079 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp712 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
995 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1065 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp735 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
916 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1018 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1080 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/
H A 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()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp894 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1084 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1188 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1273 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A 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()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl07.rst336 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
338 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
378 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
419 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
820 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
H A DLangImpl09.rst396 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());