Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsRegister

278   if (destination.IsRegister()) {
279 if (source.IsRegister()) {
288 if (source.IsRegister()) {
297 if (source.IsRegister()) {
312 if (location.IsRegister()) {
319 if (location.IsRegister()) {
404 if (lhs.IsRegister()) {
413 if (rhs.IsRegister()) {
483 if (locations->InAt(1).IsRegister()) {
783 if (locations->InAt(1).IsRegister()) {
849 if (locations->InAt(1).IsRegister()) {
1070 if (obj.IsRegister()) {
1343 if (source.IsRegister()) {
1344 if (destination.IsRegister()) {
1355 if (destination.IsRegister()) {
1364 if (destination.IsRegister()) {
1376 if (destination.IsRegister()) {
1383 if (destination.IsRegister()) {
1440 if (source.IsRegister() && destination.IsRegister()) {
1442 } else if (source.IsRegister() && destination.IsStackSlot()) {
1444 } else if (source.IsStackSlot() && destination.IsRegister()) {
1448 } else if (source.IsRegister() && destination.IsDoubleStackSlot()) {
1450 } else if (source.IsDoubleStackSlot() && destination.IsRegister()) {