Searched refs:lir_branch (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp185 handler->entry_code()->instructions_list()->last()->code() == lir_branch ||
276 if (op->code() == lir_branch ||
545 case lir_branch:
H A Dc1_LIR.cpp297 : LIR_Op(lir_branch, LIR_OprFact::illegalOpr, (CodeEmitInfo*)NULL)
307 LIR_Op(lir_branch, LIR_OprFact::illegalOpr, (CodeEmitInfo*)NULL)
559 case lir_branch: // may have info, input and result register always invalid
1690 case lir_branch: s = "branch"; break;
H A Dc1_LinearScan.cpp1769 assert(instructions->last()->code() == lir_branch, "block with successors must end with branch");
5915 assert(pred_instructions->last()->code() == lir_branch, "block with successor must end with branch");
5962 assert(cur_instructions->last()->code() == lir_branch, "block with successor must end with branch");
5972 if (branch->info() != NULL || (branch->code() != lir_branch && branch->code() != lir_cond_float_branch)) {
5987 if ((op->code() == lir_branch || op->code() == lir_cond_float_branch) && ((LIR_OpBranch*)op)->block() != NULL) {
6138 if (op->code() == lir_branch || op->code() == lir_cond_float_branch) {
6207 if (last_op->code() == lir_branch) {
6224 if (prev_op->code() == lir_branch || prev_op->code() == lir_cond_float_branch) {
6292 if (pred_last_op->code() == lir_branch) {
6555 case lir_branch
[all...]
H A Dc1_LIR.hpp886 , lir_branch enumerator in enum:LIR_Code
1368 : LIR_Op(lir_branch, LIR_OprFact::illegalOpr, (CodeEmitInfo*) NULL)
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp285 case lir_branch:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp635 assert (op->code() == lir_branch, "just checking");
3324 case lir_branch: {

Completed in 891 milliseconds