HomeSort by relevance Sort by last modified time
    Searched refs:points_to (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 49 [&ambiguous](const ShapeIndex& /*index*/, const BufferList& points_to) {
50 ambiguous |= points_to.size() > 1;
59 const BufferList& points_to) {
60 for (auto& buffer : points_to) {
236 PointsToSet::BufferList* points_to) {
245 *points_to = operand_points_to_set.element(src_index);
328 const PointsToSet::BufferList& points_to) {
333 *points_to_set.mutable_element(target_index) = points_to;
362 const PointsToSet::BufferList& points_to) {
369 *points_to_set.mutable_element(target_index) = points_to;
    [all...]
liveness_util.cc 113 const PointsToSet::BufferList& points_to = local
115 for (const LogicalBuffer* buffer : points_to) {
heap_simulator.cc 42 const PointsToSet::BufferList& points_to) {
43 buffers.insert(buffers.end(), points_to.begin(), points_to.end());
buffer_assignment.cc 1138 const auto& points_to = points_to_analysis.GetPointsToSet(instruction); local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
coffgrok.h 132 struct coff_type *points_to; member in struct:coff_type::__anon4125::__anon4131
coffdump.c 142 dump_coff_type (p->u.pointer.points_to);
coffgrok.c 550 ptr->u.pointer.points_to = res;
srconv.c 715 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-arm.c 4643 bfd_vma points_to = local
4664 points_to, info, stub_entry->target_section, "", STT_FUNC, local
    [all...]

Completed in 451 milliseconds