/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/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/Orc/initial/ |
D | toy.cpp | 222 void CreateArgumentAllocas(Function *F, IRGenContext &C); 1080 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1110 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/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); 1080 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1110 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 222 void CreateArgumentAllocas(Function *F, IRGenContext &C); 1080 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1110 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 223 void CreateArgumentAllocas(Function *F, IRGenContext &C); 1081 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { in CreateArgumentAllocas() function in PrototypeAST 1111 Proto->CreateArgumentAllocas(TheFunction, C); in IRGen()
|
/external/llvm/docs/tutorial/ |
D | LangImpl7.rst | 411 /// CreateArgumentAllocas - Create an alloca for each argument and register the 413 void PrototypeAST::CreateArgumentAllocas(Function *F) {
|
D | LangImpl8.rst | 395 argument allocas in ``PrototypeAST::CreateArgumentAllocas``.
|