Home | History | Annotate | Download | only in ia32

Lines Matching refs:IsRegister

131   if (source->IsRegister()) ++source_uses_[source->index()];
134 if (destination->IsRegister()) ++destination_uses_[destination->index()];
142 if (source->IsRegister()) {
148 if (destination->IsRegister()) {
222 if (operand->IsRegister() && operand->index() == spilled_register_) {
269 if (source->IsRegister()) {
270 DCHECK(destination->IsRegister() || destination->IsStackSlot());
276 DCHECK(destination->IsRegister() || destination->IsStackSlot());
278 if (destination->IsRegister()) {
292 if (destination->IsRegister()) {
368 if (source->IsRegister() && destination->IsRegister()) {
376 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
377 (source->IsStackSlot() && destination->IsRegister())) {
383 cgen_->ToRegister(source->IsRegister() ? source : destination);
385 cgen_->ToOperand(source->IsRegister() ? destination : source);
475 if (source->IsRegister() && destination->IsRegister()) {
479 } else if (source->IsRegister()) {
483 } else if (destination->IsRegister()) {