Home | History | Annotate | Download | only in ia32

Lines Matching refs:IsRegister

132   if (source->IsRegister()) ++source_uses_[source->index()];
135 if (destination->IsRegister()) ++destination_uses_[destination->index()];
143 if (source->IsRegister()) {
149 if (destination->IsRegister()) {
217 if (operand->IsRegister() && operand->index() == spilled_register_) {
261 if (source->IsRegister()) {
262 DCHECK(destination->IsRegister() || destination->IsStackSlot());
268 DCHECK(destination->IsRegister() || destination->IsStackSlot());
270 if (destination->IsRegister()) {
284 if (destination->IsRegister()) {
360 if (source->IsRegister() && destination->IsRegister()) {
366 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
367 (source->IsStackSlot() && destination->IsRegister())) {
373 cgen_->ToRegister(source->IsRegister() ? source : destination);
375 cgen_->ToOperand(source->IsRegister() ? destination : source);
465 if (source->IsRegister() && destination->IsRegister()) {
469 } else if (source->IsRegister()) {
473 } else if (destination->IsRegister()) {