Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp618 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
795 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
957 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
Dtoy.cpp902 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1075 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1173 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1244 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp633 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
813 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
911 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
975 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
Dtoy.cpp1004 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1177 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1275 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1346 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp703 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
888 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
990 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1053 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp862 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1035 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1133 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1204 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1076 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1255 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1353 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1424 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp745 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
919 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1015 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1084 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp745 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
919 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1015 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1084 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp885 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1079 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1183 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen()
1270 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp745 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
919 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1015 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1084 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp746 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1016 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1085 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/docs/tutorial/
DLangImpl7.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);