Searched refs:rootOp (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | archDesc.cpp | 277 const char *rootOp = op->_ident; local 278 mrule._machType = rootOp; 281 if (strcmp(rootOp,"Universe")==0) continue; 282 if (strcmp(rootOp,"label")==0) continue; 284 assert( strcmp(rootOp,"sReg") != 0, "Disable untyped 'sReg'"); 285 if (strcmp(rootOp,"sRegI")==0) continue; 286 if (strcmp(rootOp,"sRegP")==0) continue; 287 if (strcmp(rootOp,"sRegF")==0) continue; 288 if (strcmp(rootOp,"sRegD")==0) continue; 289 if (strcmp(rootOp,"sReg 323 const char *rootOp = instr->_ident; local 488 buildMatchList(MatchRule *mrule, const char *resultStr, const char *rootOp, Predicate *pred, const char *cost) argument 553 buildMList(MatchNode *node, const char *rootOp, const char *resultOp, Predicate *pred, const char *cost) argument [all...] |
H A D | archDesc.hpp | 351 const char *rootOp, Predicate *pred, const char *cost); 353 void buildMList(MatchNode *node, const char *rootOp, const char *resultOp,
|
H A D | output_c.cpp | 4178 const char *rootOp = instr->_ident; local 4179 mrule._machType = rootOp;
|
Completed in 36 milliseconds