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()) {
366 if (source->IsRegister() && destination->IsRegister()) {
372 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
373 (source->IsStackSlot() && destination->IsRegister())) {
379 cgen_->ToRegister(source->IsRegister() ? source : destination);
381 cgen_->ToOperand(source->IsRegister() ? destination : source);
473 if (source->IsRegister() && destination->IsRegister()) {
477 } else if (source->IsRegister()) {
481 } else if (destination->IsRegister()) {