Home | History | Annotate | Download | only in ia32

Lines Matching refs:IsRegister

155   if (source->IsRegister()) ++source_uses_[source->index()];
158 if (destination->IsRegister()) ++destination_uses_[destination->index()];
166 if (source->IsRegister()) {
172 if (destination->IsRegister()) {
240 if (operand->IsRegister() && operand->index() == spilled_register_) {
284 if (source->IsRegister()) {
285 ASSERT(destination->IsRegister() || destination->IsStackSlot());
291 ASSERT(destination->IsRegister() || destination->IsStackSlot());
293 if (destination->IsRegister()) {
307 if (destination->IsRegister()) {
424 if (source->IsRegister() && destination->IsRegister()) {
430 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
431 (source->IsStackSlot() && destination->IsRegister())) {
437 cgen_->ToRegister(source->IsRegister() ? source : destination);
439 cgen_->ToOperand(source->IsRegister() ? destination : source);
532 if (source->IsRegister() && destination->IsRegister()) {
536 } else if (source->IsRegister()) {
540 } else if (destination->IsRegister()) {