Searched refs:_AD (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp32 : _buf(buffer), _AD(archDesc),
34 _AD._syntax_errs = _AD._semantic_errs = 0; // No errors so far this file
35 _AD._warnings = 0; // No warnings either
42 _AD._preproc_list.add_signal();
48 if (!_AD._quiet_mode)
55 if( _AD._syntax_errs + _AD._semantic_errs + _AD._warnings == 0 ) {
56 if (!_AD
[all...]
H A Dfilebuff.cpp32 FileBuff::FileBuff( BufferedFile *fptr, ArchDesc& archDesc) : _fp(fptr), _AD(archDesc) {
293 case 0: _AD._warnings += _AD.emit_msg(0, flag, linenum, fmt, args);
294 case 1: _AD._syntax_errs += _AD.emit_msg(0, flag, linenum, fmt, args);
295 case 2: _AD._semantic_errs += _AD.emit_msg(0, flag, linenum, fmt, args);
299 _AD._no_output = 1;
H A Dfilebuff.hpp64 ArchDesc& _AD; // Reference to Architecture Description member in class:FileBuff
H A DarchDesc.hpp371 ArchDesc &_AD; member in class:OutputMap
375 : _hpp(decl_file), _cpp(def_file), _globals(globals), _AD(AD), _name(name) {};
H A Doutput_c.cpp1885 ArchDesc &_AD; member in class:DefineEmitState
1894 : _AD(AD), _fp(fp), _encoding(encoding), _ins_encode(ins_encode), _inst(inst) {
1939 _AD.syntax_err(_encoding._linenum,
1948 _AD.syntax_err( _encoding._linenum,
1957 _AD.syntax_err( _ins_encode._linenum,
1993 else if((_AD.get_registers() != NULL ) && (_AD.get_registers()->getRegDef(inst_rep_var) != NULL)) {
2039 const Form *form = _AD.globalNames()[type];
2044 if (op->_matrule && op->_matrule->is_base_constant(_AD.globalNames())) {
2046 // const int idx = _operand.constant_position(_AD
[all...]
H A Dadlparse.hpp271 ArchDesc &_AD; // Architecture Description being built member in class:ADLParser
H A Dformssel.cpp3120 : _AD(ad), _result(result), _name(mexpr), _opType(opType),
3128 : _AD(ad), _result(mnode._result), _name(mnode._name),
3135 : _AD(ad), _result(mnode._result), _name(mnode._name),
3174 FormDict &globals = _AD.globalNames();
3408 iop = (char *)_AD._internalOps[subtree];
3412 _AD._internalOps.Insert(subtree, iop);
3413 _AD._internalOpNames.addName(iop);
3414 _AD._internalMatch.Insert(iop, this);
3753 FormDict &globals = _AD.globalNames();
3806 MatchRule* clone = new MatchRule(_AD, thi
[all...]
H A Doutput_h.cpp2044 const char* opc_ident_to_upper = _AD.machOperEnum(opc._ident);
2049 const char* oper_ident_to_upper = _AD.machOperEnum(oper._ident);
2054 const char* name_to_upper = _AD.machOperEnum(name);
H A Dformssel.hpp924 ArchDesc &_AD; // Reference to ArchDesc object member in class:InstructForm::MatchNode

Completed in 97 milliseconds