Searched defs:opType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1688 const char *opType = NULL; local
1690 data_type = instr->is_chain_of_constant(_globalNames, opType, result);
H A Dadlparse.cpp4098 const char *opType = NULL; local
4109 opType = opcForm->_ident;
4116 if (opType == NULL) {
4120 child = new MatchNode(_AD, result, token, opType);
H A Dformssel.cpp285 const char* opType = _matrule->_opType; local
286 if (strcmp(opType, "Set")==0)
287 opType = _matrule->_rChild->_opType;
288 if (strcmp(opType,"ThreadLocal")==0) {
479 // when chaining a constant to an instruction, returns 'true' and sets opType
502 const char *opType = NULL; local
503 // Here base_operand is looking for an ideal type to be returned (opType).
505 && _matrule->base_operand(position, globals, result, name, opType) ) {
506 data_type = ideal_to_const_type(opType);
511 // Ideal constant types also adjust the opType paramete
1020 const char *opType = NULL; local
2896 insert(const char *name, const char *opType, int usedef, bool mflag) argument
3118 MatchNode(ArchDesc &ad, const char *result, const char *mexpr, const char *opType, MatchNode *lChild, MatchNode *rChild) argument
3273 const char *opType; local
3291 const char *opType; local
3460 const char *opType = _lChild->_opType; local
3468 const char *opType = _rChild->_opType; local
3873 const char *opType = NULL; local
3898 const char *opType = NULL; local
3932 const char *opType = _rChild->_opType; local
3967 const char *opType = _rChild->_opType; local
4085 const char *opType = _rChild->_opType; local
4111 const char *opType = _rChild->_opType; local
4130 const char *opType = _rChild->_opType; local
4146 const char *opType = _rChild->_opType; local
[all...]
H A Doutput_c.cpp3760 const char *opType = NULL; local
3794 else if ( inst->is_chain_of_constant(_globalNames, opType) ) {
3977 char *opType = NULL; local

Completed in 712 milliseconds