Home
last modified time | relevance | path

Searched defs:points_to_set (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc184 const PointsToSet& points_to_set = GetPointsToSet(instruction); variable
202 PointsToSet& points_to_set = CreateEmptyPointsToSet(hlo_instruction); in DefaultAction() local
225 PointsToSet& points_to_set = CreateEmptyPointsToSet(get_tuple_element); in HandleGetTupleElement() local
255 PointsToSet& points_to_set = CreateCopiedPointsToSet(copy, copy->operand(0)); in HandleCopy() local
290 PointsToSet& points_to_set = CreateEmptyPointsToSet(recv_done); in HandleRecvDone() local
319 PointsToSet& points_to_set = CreateEmptyPointsToSet(send); in HandleSend() local
358 PointsToSet& points_to_set = CreateEmptyPointsToSet(tuple); in HandleTuple() local
405 PointsToSet& points_to_set = CreateCopiedPointsToSet(tuple_select, on_true); in HandleTupleSelect() local
579 const PointsToSet& points_to_set = GetPointsToSet(instruction); in InstructionToString() local
Dtuple_points_to_analysis_test.cc76 void ExpectHasBuffers(const PointsToSet::BufferList& points_to_set, in ExpectHasBuffers()
85 const PointsToSet::BufferList& points_to_set, in ExpectHasTopLevelBuffers()
96 const PointsToSet::BufferSet& points_to_set, in ExpectHasTopLevelBuffers()
256 auto& points_to_set = points_to_analysis_->GetPointsToSet(get_tuple_element); in TEST_F() local
277 auto& points_to_set = points_to_analysis_->GetPointsToSet(add_dependency); in TEST_F() local
398 auto& points_to_set = points_to_analysis_->GetPointsToSet(select); in TEST_F() local
476 auto& points_to_set = points_to_analysis_->GetPointsToSet(select); in TEST_F() local
512 auto& points_to_set = points_to_analysis_->GetPointsToSet(select); in TEST_F() local
584 auto& points_to_set = points_to_analysis_->GetPointsToSet(copy); in TEST_F() local
Dtuple_points_to_analysis.h311 std::unique_ptr<PointsToSet> points_to_set; member
Dlayout_assignment.cc133 const auto& points_to_set = points_to_analysis_.GetPointsToSet(instruction); in GetBufferSet() local
890 const PointsToSet& points_to_set = in CheckLayouts() local
1199 const PointsToSet& points_to_set = in PropagateUseConstraintToDefs() local
Dbuffer_assignment.cc377 const PointsToSet& points_to_set = points_to_analysis().GetPointsToSet(hlo); in GetInstructionAllocation() local