Home
last modified time | relevance | path

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

/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.cpp678 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
861 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
963 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1032 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/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/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/Chapter8/
Dtoy.cpp868 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1164 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen()
1247 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/lazy_irgen/
Dtoy.cpp746 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1086 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp746 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1086 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp746 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
920 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1017 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1086 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp747 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() function
921 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1018 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in IRGen()
1087 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,
377 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
414 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
798 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);