Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsStackSlot

1211       if (source.IsStackSlot() ||
1227 if (source.IsStackSlot() || source.IsDoubleStackSlot()) {
1229 LoadOperandType load_type = source.IsStackSlot() ? kLoadWord : kLoadDoubleword;
1326 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot());
1330 dst_type = destination.IsStackSlot() ? DataType::Type::kInt32 : DataType::Type::kInt64;
1333 destination.IsStackSlot() ? DataType::Type::kFloat32 : DataType::Type::kFloat64;
1339 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword;
1354 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword;
1356 if (destination.IsStackSlot()) {
1372 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot());
1375 if (destination.IsStackSlot()) {
1394 bool is_slot1 = loc1.IsStackSlot() || loc1.IsDoubleStackSlot();
1395 bool is_slot2 = loc2.IsStackSlot() || loc2.IsDoubleStackSlot();
1432 LoadOperandType load_type = mem_loc.IsStackSlot() ? kLoadWord : kLoadDoubleword;
1433 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword;
1441 if (mem_loc.IsStackSlot()) {
5934 if (receiver.IsStackSlot()) {
6747 if (location.IsStackSlot()) {