/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 618 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()
|
D | toy.cpp | 902 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/ |
D | toy-jit.cpp | 633 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()
|
D | toy.cpp | 1004 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/ |
D | toy.cpp | 703 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/ |
D | toy.cpp | 862 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/ |
D | toy.cpp | 1076 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/ |
D | toy.cpp | 745 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/ |
D | toy.cpp | 745 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/ |
D | toy.cpp | 885 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/ |
D | toy.cpp | 745 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/ |
D | toy.cpp | 746 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/ |
D | LangImpl7.rst | 336 /// 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);
|