/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 | 678 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/ |
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/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/Chapter8/ |
D | toy.cpp | 868 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/ |
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/lazy_irgen/ |
D | toy.cpp | 746 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/ |
D | toy.cpp | 746 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/ |
D | toy.cpp | 746 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/ |
D | toy.cpp | 747 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/ |
D | LangImpl7.rst | 336 /// 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);
|