Searched defs:Codegen (Results 1 - 10 of 10) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml66 (* Codegen of 'then' can change the current block, update then_bb for the
76 (* Codegen of 'else' can change the current block, update else_bb for the
0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml84 (* Codegen of 'then' can change the current block, update then_bb for the
94 (* Codegen of 'else' can change the current block, update else_bb for the
0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml49 (* Codegen the rhs. *)
114 (* Codegen of 'then' can change the current block, update then_bb for the
124 (* Codegen of 'else' can change the current block, update else_bb for the
276 (* Codegen the body, now that all vars are in scope. *)
0 (*===----------------------------------------------------------------------=== module
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp87 virtual Value *Codegen() = 0;
95 virtual Value *Codegen();
103 virtual Value *Codegen();
113 virtual Value *Codegen();
123 virtual Value *Codegen();
136 Function *Codegen();
147 Function *Codegen();
354 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
358 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
364 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
382 Value *CallExprAST::Codegen() { function in class:CallExprAST
401 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
443 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp94 virtual Value *Codegen() = 0;
102 virtual Value *Codegen();
110 virtual Value *Codegen();
120 virtual Value *Codegen();
130 virtual Value *Codegen();
143 Function *Codegen();
154 Function *Codegen();
362 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
366 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
372 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
390 Value *CallExprAST::Codegen() { function in class:CallExprAST
409 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
451 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp103 virtual Value *Codegen() = 0;
111 virtual Value *Codegen();
119 virtual Value *Codegen();
129 virtual Value *Codegen();
139 virtual Value *Codegen();
148 virtual Value *Codegen();
159 virtual Value *Codegen();
172 Function *Codegen();
183 Function *Codegen();
463 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
467 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
473 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
491 Value *CallExprAST::Codegen() { function in class:CallExprAST
510 Value *IfExprAST::Codegen() { function in class:IfExprAST
561 Value *ForExprAST::Codegen() { function in class:ForExprAST
654 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
696 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp108 virtual Value *Codegen() = 0;
116 virtual Value *Codegen();
124 virtual Value *Codegen();
134 virtual Value *Codegen();
144 virtual Value *Codegen();
154 virtual Value *Codegen();
163 virtual Value *Codegen();
174 virtual Value *Codegen();
200 Function *Codegen();
211 Function *Codegen();
548 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
552 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
558 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
569 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
595 Value *CallExprAST::Codegen() { function in class:CallExprAST
614 Value *IfExprAST::Codegen() { function in class:IfExprAST
665 Value *ForExprAST::Codegen() { function in class:ForExprAST
758 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
800 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp112 virtual Value *Codegen() = 0;
120 virtual Value *Codegen();
129 virtual Value *Codegen();
139 virtual Value *Codegen();
149 virtual Value *Codegen();
159 virtual Value *Codegen();
168 virtual Value *Codegen();
179 virtual Value *Codegen();
191 virtual Value *Codegen();
216 Function *Codegen();
623 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
627 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
636 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
647 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
691 Value *CallExprAST::Codegen() { function in class:CallExprAST
710 Value *IfExprAST::Codegen() { function in class:IfExprAST
761 Value *ForExprAST::Codegen() { function in class:ForExprAST
860 Value *VarExprAST::Codegen() { function in class:VarExprAST
906 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
960 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]

Completed in 71 milliseconds