Searched refs:_stage (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp312 const char *_stage; // Name of Stage member in class:PipeClassOperandForm
318 : _stage(stage)
338 const char *_stage; // Stage the resource is used in member in class:PipeClassResourceForm
345 , _stage(stage)
H A Dformsopt.cpp472 fprintf(stderr,"PipeClassOperandForm: %s", _stage);
478 fprintf(fp,"PipeClassOperandForm: %s", _stage);
493 _resource, _stage, _cycles);
H A Doutput_c.cpp240 if (pipeopnd && !pipeopnd->isWrite() && strcmp(pipeopnd->_stage, "Universal"))
248 templen += 10 + (int)strlen(tmppipeopnd->_stage);
268 if (pipeopnd && !pipeopnd->isWrite() && strcmp(pipeopnd->_stage, "Universal"))
275 tmppipeopnd ? tmppipeopnd->_stage : "undefined",
315 int stage = pipeline->_stages.index(piperesource->_stage);
528 uint stage = pipeline->_stages.index(piperesource->_stage);
534 piperesource->_stage);
856 int stagenum = _pipeline->_stages.index(pipeopnd->_stage);

Completed in 170 milliseconds