/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 221 void CreateArgumentAllocas(Function *F); 949 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
D | toy.cpp | 222 void CreateArgumentAllocas(Function *F); 1236 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1266 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 218 void CreateArgumentAllocas(Function *F); 946 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 976 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 236 void CreateArgumentAllocas(Function *F); 967 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
D | toy.cpp | 243 void CreateArgumentAllocas(Function *F); 1338 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1368 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 221 void CreateArgumentAllocas(Function *F); 949 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
D | toy.cpp | 222 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/ |
D | toy-jit.cpp | 236 void CreateArgumentAllocas(Function *F); 967 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
D | toy.cpp | 243 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/initial/ |
D | toy.cpp | 220 void CreateArgumentAllocas(Function *F); 1196 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1226 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 220 void CreateArgumentAllocas(Function *F); 1196 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1226 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 262 void CreateArgumentAllocas(Function *F); 1416 void PrototypeAST::CreateArgumentAllocas(Function *F) { in CreateArgumentAllocas() function in PrototypeAST 1446 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 262 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/ |
D | LangImpl07.rst | 411 /// CreateArgumentAllocas - Create an alloca for each argument and register the 413 void PrototypeAST::CreateArgumentAllocas(Function *F) {
|
D | LangImpl09.rst | 395 argument allocas in ``PrototypeAST::CreateArgumentAllocas``.
|