Home
last modified time | relevance | path

Searched refs:CreateArgumentAllocas (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp236 void CreateArgumentAllocas(Function *F);
967 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
Dtoy.cpp243 void CreateArgumentAllocas(Function *F);
1338 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1368 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp221 void CreateArgumentAllocas(Function *F);
949 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
Dtoy.cpp222 void CreateArgumentAllocas(Function *F);
1236 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1266 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp236 void CreateArgumentAllocas(Function *F);
967 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
Dtoy.cpp243 void CreateArgumentAllocas(Function *F);
1338 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1368 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp221 void CreateArgumentAllocas(Function *F);
949 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
Dtoy.cpp222 void CreateArgumentAllocas(Function *F);
1236 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1266 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp220 void CreateArgumentAllocas(Function *F);
1196 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1226 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp220 void CreateArgumentAllocas(Function *F);
1196 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1226 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp262 void CreateArgumentAllocas(Function *F);
1416 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1446 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp262 void CreateArgumentAllocas(Function *F);
1416 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1446 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/docs/tutorial/
DLangImpl07.rst411 /// CreateArgumentAllocas - Create an alloca for each argument and register the
413 void PrototypeAST::CreateArgumentAllocas(Function *F) {
DLangImpl09.rst395 argument allocas in ``PrototypeAST::CreateArgumentAllocas``.