Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp221 void CreateArgumentAllocas(Function *F);
949 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
H A Dtoy.cpp222 void CreateArgumentAllocas(Function *F);
1236 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1266 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp236 void CreateArgumentAllocas(Function *F);
967 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
H A Dtoy.cpp243 void CreateArgumentAllocas(Function *F);
1338 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1368 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp220 void CreateArgumentAllocas(Function *F);
1196 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1226 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp262 void CreateArgumentAllocas(Function *F);
1416 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST
1446 Proto->CreateArgumentAllocas(TheFunction); in Codegen()