Searched refs:byte_width (Results 1 – 5 of 5) sorted by relevance
3307 SpillSlot* GetFreeSpillSlot(int byte_width);3325 SpillSlot(int stack_slot, int byte_width) in SpillSlot() argument3326 : stack_slot_(stack_slot), byte_width_(byte_width), range_() {} in SpillSlot()3336 int byte_width() const { return byte_width_; } in byte_width() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot3369 MidTierSpillSlotAllocator::GetFreeSpillSlot(int byte_width) { in GetFreeSpillSlot() argument3372 if (slot->byte_width() == byte_width) { in GetFreeSpillSlot()3386 int byte_width = ByteWidthForStackSlot(rep); in Allocate() local3392 SpillSlot* slot = GetFreeSpillSlot(byte_width); in Allocate()3395 int stack_slot_ = frame()->AllocateSpillSlot(byte_width); in Allocate()3396 slot = zone()->New<SpillSlot>(stack_slot_, byte_width); in Allocate()
1099 int byte_width() const { return byte_width_; } in byte_width() function
1214 if (byte_width() != other->byte_width() || IsIntersectingWith(other)) in TryMerge()4659 int width = range->byte_width(); in AssignSpillSlots()
661 static bool init_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_tables() argument665 uint32_t byte_len_per_input_table = input_table_entries * byte_width; in init_tables()666 uint32_t byte_len_per_output_table = output_table_entries * byte_width; in init_tables()672 uint64_t grid_size = out->output_channels * byte_width; in init_tables()683 if (byte_width == 1) { in init_tables()692 if (byte_width == 1) { in init_tables()703 if (byte_width == 1) { in init_tables()
1494 int line, byte_width; in XMesaBindTexImage() local1521 byte_width = w * ((img->bits_per_pixel + 7) / 8); in XMesaBindTexImage()1526 byte_width); in XMesaBindTexImage()