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

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp1432 Node* opd = p0->in(opd_idx); local
1435 if (opd->is_Vector() || opd->is_LoadVector()) {
1437 return opd; // input is matching vector
1441 Node* cnt = opd;
1444 const TypeInt* t = opd->find_int_type();
1454 cnt = new (C) AndINode(opd, cnt);
1456 _phase->set_ctrl(cnt, _phase->get_ctrl(opd));
1458 assert(opd->bottom_type()->isa_int(), "int type only");
1462 if (cnt != opd) {
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp296 Value opd = phi->operand_at(j); local
297 if (opd) print_value(opd);
H A Dc1_GraphBuilder.cpp2362 Value opd = phi->operand_at(i); local
2363 assert(opd != NULL, "Operand must exist!");
2365 if (opd->type()->is_illegal()) {
2372 Value new_opd = simplify(opd);

Completed in 50 milliseconds