/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 236 void CreateArgumentAllocas(Function *F); 971 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1001 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
D | toy.cpp | 243 void CreateArgumentAllocas(Function *F); 1342 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1372 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 246 void CreateArgumentAllocas(Function *F); 1028 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1058 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 221 void CreateArgumentAllocas(Function *F); 953 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 983 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
D | toy.cpp | 222 void CreateArgumentAllocas(Function *F); 1240 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1270 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 220 void CreateArgumentAllocas(Function *F); 1200 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1230 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 380 void CreateArgumentAllocas(Function *F); 1243 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1293 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 262 void CreateArgumentAllocas(Function *F); 1420 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1450 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 222 void CreateArgumentAllocas(Function *F, IRGenContext &C); 1082 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1112 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 222 void CreateArgumentAllocas(Function *F, IRGenContext &C); 1082 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1112 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 222 void CreateArgumentAllocas(Function *F, IRGenContext &C); 1082 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1112 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 223 void CreateArgumentAllocas(Function *F, IRGenContext &C); 1083 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1113 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/external/llvm/docs/tutorial/ |
D | LangImpl7.rst | 408 /// CreateArgumentAllocas - Create an alloca for each argument and register the 410 void PrototypeAST::CreateArgumentAllocas(Function *F) {
|
D | LangImpl8.rst | 391 argument allocas in ``PrototypeAST::CreateArgumentAllocas``.
|