Searched defs:rematerialize (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp410 //------------------------------rematerialize----------------------------------
411 bool MachNode::rematerialize() const { function in class:MachNode
H A Dnode.cpp1330 //------------------------------rematerialize-----------------------------------
1332 bool Node::rematerialize() const { function in class:Node
1334 return this->as_Mach()->rematerialize();
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp247 // Return 'true' if this instruction is too complex to rematerialize.
532 bool InstructForm::rematerialize(FormDict &globals, RegisterForm *registers ) { function in class:InstructForm
533 bool rematerialize = false; local
537 rematerialize = true;
547 rematerialize = true;
551 rematerialize = true;
557 rematerialize = true;
559 // Check for an ideal 'Load?' and eliminate rematerialize option
560 if ( is_ideal_load() != Form::none || // Ideal load? Do not rematerialize
561 is_ideal_copy() != Form::none || // Ideal copy? Do not rematerialize
[all...]

Completed in 36 milliseconds