Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp222 void CreateArgumentAllocas(Function *F);
954 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
984 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
Dtoy.cpp222 void CreateArgumentAllocas(Function *F);
1241 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1271 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp219 void CreateArgumentAllocas(Function *F);
948 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
978 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp237 void CreateArgumentAllocas(Function *F);
972 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1002 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
Dtoy.cpp243 void CreateArgumentAllocas(Function *F);
1343 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1373 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp220 void CreateArgumentAllocas(Function *F);
1201 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1231 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp267 void CreateArgumentAllocas(Function *F);
1524 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1554 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/external/llvm/docs/tutorial/
DLangImpl7.rst408 /// CreateArgumentAllocas - Create an alloca for each argument and register the
410 void PrototypeAST::CreateArgumentAllocas(Function *F) {