Lines Matching refs:IsRegister
171 if (source->IsRegister()) {
173 if (destination->IsRegister()) {
184 if (destination->IsRegister()) {
196 if (destination->IsRegister()) {
261 if (source->IsRegister() && destination->IsRegister()) {
267 } else if ((source->IsRegister() && destination->IsStackSlot()) ||
268 (source->IsStackSlot() && destination->IsRegister())) {
271 cgen_->ToRegister(source->IsRegister() ? source : destination);
273 cgen_->ToOperand(source->IsRegister() ? destination : source);