Searched refs:Codegen (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml23 dump_value (Codegen.codegen_func e);
27 dump_value (Codegen.codegen_proto e);
32 dump_value (Codegen.codegen_func e);
33 with Stream.Error s | Codegen.Error s ->
H A Dtoy.ml23 dump_module Codegen.the_module
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp88 virtual Value *Codegen() = 0;
96 virtual Value *Codegen();
104 virtual Value *Codegen();
114 virtual Value *Codegen();
124 virtual Value *Codegen();
137 Function *Codegen();
148 Function *Codegen();
356 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
360 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
366 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
384 Value *CallExprAST::Codegen() { function in class:CallExprAST
403 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
445 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml24 dump_value (Codegen.codegen_func the_fpm e);
28 dump_value (Codegen.codegen_proto e);
33 let the_function = Codegen.codegen_func the_fpm e in
41 print_float (GenericValue.as_float Codegen.double_type result);
43 with Stream.Error s | Codegen.Error s ->
H A Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml24 dump_value (Codegen.codegen_func the_fpm e);
28 dump_value (Codegen.codegen_proto e);
33 let the_function = Codegen.codegen_func the_fpm e in
41 print_float (GenericValue.as_float Codegen.double_type result);
43 with Stream.Error s | Codegen.Error s ->
H A Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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 Dtoplevel.ml24 dump_value (Codegen.codegen_func the_fpm e);
28 dump_value (Codegen.codegen_proto e);
33 let the_function = Codegen.codegen_func the_fpm e in
41 print_float (GenericValue.as_float Codegen.double_type result);
43 with Stream.Error s | Codegen.Error s ->
H A Dtoy.ml25 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
26 let the_fpm = PassManager.create_function Codegen.the_module in
50 dump_module Codegen.the_module
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 Dtoplevel.ml24 dump_value (Codegen.codegen_func the_fpm e);
28 dump_value (Codegen.codegen_proto e);
33 let the_function = Codegen.codegen_func the_fpm e in
41 print_float (GenericValue.as_float Codegen.double_type result);
43 with Stream.Error s | Codegen.Error s ->
H A Dtoy.ml26 let the_execution_engine = ExecutionEngine.create Codegen.the_module in
27 let the_fpm = PassManager.create_function Codegen.the_module in
54 dump_module Codegen.the_module
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/Chapter6/
H A Dtoy.cpp109 virtual Value *Codegen() = 0;
117 virtual Value *Codegen();
125 virtual Value *Codegen();
135 virtual Value *Codegen();
145 virtual Value *Codegen();
155 virtual Value *Codegen();
164 virtual Value *Codegen();
175 virtual Value *Codegen();
201 Function *Codegen();
212 Function *Codegen();
550 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
554 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
560 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
571 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
597 Value *CallExprAST::Codegen() { function in class:CallExprAST
616 Value *IfExprAST::Codegen() { function in class:IfExprAST
667 Value *ForExprAST::Codegen() { function in class:ForExprAST
760 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
802 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp104 virtual Value *Codegen() = 0;
112 virtual Value *Codegen();
120 virtual Value *Codegen();
130 virtual Value *Codegen();
140 virtual Value *Codegen();
149 virtual Value *Codegen();
160 virtual Value *Codegen();
173 Function *Codegen();
184 Function *Codegen();
465 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
469 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
475 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
493 Value *CallExprAST::Codegen() { function in class:CallExprAST
512 Value *IfExprAST::Codegen() { function in class:IfExprAST
563 Value *ForExprAST::Codegen() { function in class:ForExprAST
656 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
698 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp95 virtual Value *Codegen() = 0;
103 virtual Value *Codegen();
111 virtual Value *Codegen();
121 virtual Value *Codegen();
131 virtual Value *Codegen();
144 Function *Codegen();
155 Function *Codegen();
364 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
368 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
374 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
392 Value *CallExprAST::Codegen() { function in class:CallExprAST
411 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
453 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp113 virtual Value *Codegen() = 0;
121 virtual Value *Codegen();
130 virtual Value *Codegen();
140 virtual Value *Codegen();
150 virtual Value *Codegen();
160 virtual Value *Codegen();
169 virtual Value *Codegen();
180 virtual Value *Codegen();
192 virtual Value *Codegen();
217 Function *Codegen();
625 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
629 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
638 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
649 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
693 Value *CallExprAST::Codegen() { function in class:CallExprAST
712 Value *IfExprAST::Codegen() { function in class:IfExprAST
763 Value *ForExprAST::Codegen() { function in class:ForExprAST
862 Value *VarExprAST::Codegen() { function in class:VarExprAST
908 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
962 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp131 virtual Value *Codegen() = 0;
139 virtual Value *Codegen();
148 virtual Value *Codegen();
158 virtual Value *Codegen();
168 virtual Value *Codegen();
178 virtual Value *Codegen();
187 virtual Value *Codegen();
198 virtual Value *Codegen();
210 virtual Value *Codegen();
235 Function *Codegen();
642 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
646 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
655 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
669 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
717 Value *CallExprAST::Codegen() { function in class:CallExprAST
739 Value *IfExprAST::Codegen() { function in class:IfExprAST
790 Value *ForExprAST::Codegen() { function in class:ForExprAST
889 Value *VarExprAST::Codegen() { function in class:VarExprAST
935 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
986 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
H A Dtoy.cpp137 virtual Value *Codegen() = 0;
145 virtual Value *Codegen();
154 virtual Value *Codegen();
164 virtual Value *Codegen();
174 virtual Value *Codegen();
184 virtual Value *Codegen();
193 virtual Value *Codegen();
204 virtual Value *Codegen();
216 virtual Value *Codegen();
241 Function *Codegen();
1013 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
1017 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
1028 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
1039 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
1084 Value *CallExprAST::Codegen() { function in class:CallExprAST
1103 Value *IfExprAST::Codegen() { function in class:IfExprAST
1154 Value *ForExprAST::Codegen() { function in class:ForExprAST
1253 Value *VarExprAST::Codegen() { function in class:VarExprAST
1299 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
1357 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp114 virtual Value *Codegen() = 0;
122 virtual Value *Codegen();
131 virtual Value *Codegen();
141 virtual Value *Codegen();
151 virtual Value *Codegen();
161 virtual Value *Codegen();
170 virtual Value *Codegen();
181 virtual Value *Codegen();
193 virtual Value *Codegen();
218 Function *Codegen();
871 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
875 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
886 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
897 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
942 Value *CallExprAST::Codegen() { function in class:CallExprAST
961 Value *IfExprAST::Codegen() { function in class:IfExprAST
1012 Value *ForExprAST::Codegen() { function in class:ForExprAST
1111 Value *VarExprAST::Codegen() { function in class:VarExprAST
1157 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
1215 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp116 virtual Value *Codegen() = 0;
124 virtual Value *Codegen();
133 virtual Value *Codegen();
143 virtual Value *Codegen();
153 virtual Value *Codegen();
163 virtual Value *Codegen();
172 virtual Value *Codegen();
183 virtual Value *Codegen();
195 virtual Value *Codegen();
220 Function *Codegen();
627 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
631 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
640 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
654 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
699 Value *CallExprAST::Codegen() { function in class:CallExprAST
721 Value *IfExprAST::Codegen() { function in class:IfExprAST
772 Value *ForExprAST::Codegen() { function in class:ForExprAST
871 Value *VarExprAST::Codegen() { function in class:VarExprAST
917 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
968 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
H A Dtoy.cpp116 virtual Value *Codegen() = 0;
124 virtual Value *Codegen();
133 virtual Value *Codegen();
143 virtual Value *Codegen();
153 virtual Value *Codegen();
163 virtual Value *Codegen();
172 virtual Value *Codegen();
183 virtual Value *Codegen();
195 virtual Value *Codegen();
220 Function *Codegen();
911 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
915 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
926 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
937 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
982 Value *CallExprAST::Codegen() { function in class:CallExprAST
1001 Value *IfExprAST::Codegen() { function in class:IfExprAST
1052 Value *ForExprAST::Codegen() { function in class:ForExprAST
1151 Value *VarExprAST::Codegen() { function in class:VarExprAST
1197 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
1255 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp161 virtual Value *Codegen() = 0;
169 virtual Value *Codegen();
178 virtual Value *Codegen();
188 virtual Value *Codegen();
198 virtual Value *Codegen();
208 virtual Value *Codegen();
217 virtual Value *Codegen();
228 virtual Value *Codegen();
240 virtual Value *Codegen();
265 Function *Codegen();
1180 Value *NumberExprAST::Codegen() { function in class:NumberExprAST
1184 Value *VariableExprAST::Codegen() { function in class:VariableExprAST
1193 Value *UnaryExprAST::Codegen() { function in class:UnaryExprAST
1207 Value *BinaryExprAST::Codegen() { function in class:BinaryExprAST
1259 Value *CallExprAST::Codegen() { function in class:CallExprAST
1281 Value *IfExprAST::Codegen() { function in class:IfExprAST
1332 Value *ForExprAST::Codegen() { function in class:ForExprAST
1431 Value *VarExprAST::Codegen() { function in class:VarExprAST
1477 Function *PrototypeAST::Codegen() { function in class:PrototypeAST
1538 Function *FunctionAST::Codegen() { function in class:FunctionAST
[all...]
/external/chromium_org/v8/src/
H A Dlithium.cc461 Handle<Code> LChunk::Codegen() { function in class:v8::internal::LChunk

Completed in 238 milliseconds

12