Lines Matching refs:FILE

3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
56 void output(FILE *fp);
92 void output(FILE *fp);
125 void gen_match(FILE *fp, MatchList &mlist, ProductionState &status, Dict &operands_chained_from);
126 void chain_rule(FILE *fp, const char *indent, const char *ideal,
129 void expand_opclass(FILE *fp, const char *indent, const Expr *cost,
131 Expr *calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status);
135 void buildMachNode(FILE *fp_cpp, InstructForm *inst, const char *indent);
234 void buildDFA(FILE *fp); // Driver for constructing the DFA
235 void gen_dfa_state_body(FILE *fp, Dict &minmize, ProductionState &status, Dict &chained, int i); // Driver for constructing the DFA state bodies
244 void buildMachOperEnum(FILE *fp_hpp);// dense enumeration for operands
245 void buildMachOpcodesEnum(FILE *fp_hpp);// enumeration for MachOpers & MachNodes
256 void declare_register_masks(FILE *fp_cpp);
257 void build_register_masks(FILE *fp_cpp);
259 void buildMachRegisterNumbers(FILE *fp_hpp);
261 void buildMachRegisterEncodes(FILE *fp_hpp);
263 void declareRegSizes(FILE *fp_hpp);
265 void declare_pipe_classes(FILE *fp_hpp);
267 void build_pipeline_enums(FILE *fp_cpp);
269 void build_pipe_classes(FILE *fp_cpp);
273 void buildReduceMaps(FILE *fp_hpp, FILE *fp_cpp);
275 void buildMustCloneMap(FILE *fp_hpp, FILE *fp_cpp);
278 void addSunCopyright(char* legal, int size, FILE *fp);
287 void addPreprocessorChecks(FILE *fp);
289 void addPreHeaderBlocks(FILE *fp_hpp);
290 void addHeaderBlocks(FILE *fp_hpp);
291 void addSourceBlocks(FILE *fp_cpp);
292 void generate_adlc_verification(FILE *fp_cpp);
295 void defineStateClass(FILE *fp);
298 void buildMachOperGenerator(FILE *fp_cpp);
300 void buildMachNodeGenerator(FILE *fp_cpp);
303 void defineExpand (FILE *fp, InstructForm *node);
305 void definePeephole (FILE *fp, InstructForm *node);
307 void defineSize (FILE *fp, InstructForm &node);
311 void defineEvalConstant(FILE *fp, InstructForm &node);
313 void defineEmit (FILE *fp, InstructForm &node);
316 void define_oper_interface(FILE *fp, OperandForm &oper, FormDict &globals,
323 void declareClasses(FILE *fp_hpp);
324 void defineClasses(FILE *fp_cpp);
333 void buildInstructMatchCheck(FILE *fp_cpp) const;
336 void buildFrameMethods(FILE *fp_cpp);
339 void build_cisc_spill_instructions(FILE *fp_hpp, FILE *fp_cpp);
368 FILE *_hpp;
369 FILE *_cpp;
374 OutputMap (FILE *decl_file, FILE *def_file, FormDict &globals, ArchDesc &AD, const char *name)
377 FILE *decl_file() { return _hpp; }
378 FILE *def_file() { return _cpp; }