comparison src/share/vm/adlc/adlparse.hpp @ 14428:044b28168e20

8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
author goetz
date Thu, 14 Nov 2013 19:24:59 -0800
parents f03a3c8bd5e5
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14427:eb178e97560c 14428:044b28168e20
1 /* 1 /*
2 * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
157 Attribute *attr_parse(char *ident);// Parse instr/operand attribute rule 157 Attribute *attr_parse(char *ident);// Parse instr/operand attribute rule
158 // Parse instruction encode rule 158 // Parse instruction encode rule
159 void ins_encode_parse(InstructForm &inst); 159 void ins_encode_parse(InstructForm &inst);
160 void ins_encode_parse_block(InstructForm &inst); 160 void ins_encode_parse_block(InstructForm &inst);
161 void ins_encode_parse_block_impl(InstructForm& inst, EncClass* encoding, char* ec_name); 161 void ins_encode_parse_block_impl(InstructForm& inst, EncClass* encoding, char* ec_name);
162 // Parse instruction postalloc expand rule.
163 void postalloc_expand_parse(InstructForm &inst);
162 164
163 void constant_parse(InstructForm& inst); 165 void constant_parse(InstructForm& inst);
164 void constant_parse_expression(EncClass* encoding, char* ec_name); 166 void constant_parse_expression(EncClass* encoding, char* ec_name);
165 167
166 Opcode *opcode_parse(InstructForm *insr); // Parse instruction opcode 168 Opcode *opcode_parse(InstructForm *insr); // Parse instruction opcode