Searched refs:before_bytes (Results 1 – 3 of 3) sorted by relevance
48 int64 before_bytes = -1; member
2098 sizes_->before_bytes = before_peak_memory; in Run()
1673 int before_bytes = MAX2(-offset, 0); in handle_operands() local1675 int middle_bytes = target->second.bytes - before_bytes - after_bytes; in handle_operands()1678 unsigned after_offset = before_bytes + middle_bytes; in handle_operands()1692 memcpy(copy.uses, target->second.uses + before_bytes, copy.bytes); in handle_operands()1695 copy.def = Definition(target->second.def.physReg().advance(before_bytes), rc); in handle_operands()1699 if (before_bytes) { in handle_operands()1701 target->second.bytes = before_bytes; in handle_operands()1702 RegClass rc = RegClass::get(target->second.op.regClass().type(), before_bytes); in handle_operands()