Searched refs:CreateArgumentAllocas (Results 1 - 10 of 10) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp236 void CreateArgumentAllocas(Function *F);
969 /// CreateArgumentAllocas - Create an alloca for each argument and register the
971 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1001 Proto->CreateArgumentAllocas(TheFunction);
H A Dtoy.cpp243 void CreateArgumentAllocas(Function *F);
1340 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1342 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1372 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp220 void CreateArgumentAllocas(Function *F);
1198 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1200 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1230 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp221 void CreateArgumentAllocas(Function *F);
951 /// CreateArgumentAllocas - Create an alloca for each argument and register the
953 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
983 Proto->CreateArgumentAllocas(TheFunction);
H A Dtoy.cpp222 void CreateArgumentAllocas(Function *F);
1238 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1240 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1270 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp262 void CreateArgumentAllocas(Function *F);
1418 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1420 void PrototypeAST::CreateArgumentAllocas(Function *F) { function in class:PrototypeAST
1450 Proto->CreateArgumentAllocas(TheFunction);
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp223 void CreateArgumentAllocas(Function *F, IRGenContext &C);
1079 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1081 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { function in class:PrototypeAST
1111 Proto->CreateArgumentAllocas(TheFunction, C);
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp222 void CreateArgumentAllocas(Function *F, IRGenContext &C);
1078 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1080 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { function in class:PrototypeAST
1110 Proto->CreateArgumentAllocas(TheFunction, C);
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp222 void CreateArgumentAllocas(Function *F, IRGenContext &C);
1078 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1080 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { function in class:PrototypeAST
1110 Proto->CreateArgumentAllocas(TheFunction, C);
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp222 void CreateArgumentAllocas(Function *F, IRGenContext &C);
1078 /// CreateArgumentAllocas - Create an alloca for each argument and register the
1080 void PrototypeAST::CreateArgumentAllocas(Function *F, IRGenContext &C) { function in class:PrototypeAST
1110 Proto->CreateArgumentAllocas(TheFunction, C);

Completed in 98 milliseconds