Home
last modified time | relevance | path

Searched refs:before_bytes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.h48 int64 before_bytes = -1; member
Dhlo_rematerialization.cc2098 sizes_->before_bytes = before_peak_memory; in Run()
/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1673 int before_bytes = MAX2(-offset, 0); in handle_operands() local
1675 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()