OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:points_to_set
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc
184
const PointsToSet&
points_to_set
= GetPointsToSet(instruction);
variable
185
points_to_set
.ForEachElement(
202
PointsToSet&
points_to_set
= CreateEmptyPointsToSet(hlo_instruction);
local
203
points_to_set
.ForEachMutableElement(
213
points_to_set
.add_tuple_source({}, hlo_instruction);
225
PointsToSet&
points_to_set
= CreateEmptyPointsToSet(get_tuple_element);
local
227
*PerInst(get_tuple_element->operand(0))->
points_to_set
;
231
points_to_set
.ForEachMutableElement(
244
points_to_set
.add_tuple_source(target_index, tuple);
255
PointsToSet&
points_to_set
= CreateCopiedPointsToSet(copy, copy->operand(0))
local
290
PointsToSet&
points_to_set
= CreateEmptyPointsToSet(recv_done);
local
319
PointsToSet&
points_to_set
= CreateEmptyPointsToSet(send);
local
358
PointsToSet&
points_to_set
= CreateEmptyPointsToSet(tuple);
local
405
PointsToSet&
points_to_set
= CreateCopiedPointsToSet(tuple_select, on_true);
local
579
const PointsToSet&
points_to_set
= GetPointsToSet(instruction);
local
[
all
...]
tuple_points_to_analysis_test.cc
76
void ExpectHasBuffers(const PointsToSet::BufferList&
points_to_set
,
79
EXPECT_THAT(
points_to_set
, UnorderedElementsAreArray(vec));
85
const PointsToSet::BufferList&
points_to_set
,
91
ExpectHasBuffers(
points_to_set
, buffers);
96
const PointsToSet::BufferSet&
points_to_set
,
99
PointsToSet::BufferList(
points_to_set
.begin(),
points_to_set
.end()),
256
auto&
points_to_set
= points_to_analysis_->GetPointsToSet(get_tuple_element);
local
257
EXPECT_EQ(3,
points_to_set
.size());
258
EXPECT_FALSE(
points_to_set
.IsAmbiguous())
277
auto&
points_to_set
= points_to_analysis_->GetPointsToSet(add_dependency);
local
398
auto&
points_to_set
= points_to_analysis_->GetPointsToSet(select);
local
476
auto&
points_to_set
= points_to_analysis_->GetPointsToSet(select);
local
512
auto&
points_to_set
= points_to_analysis_->GetPointsToSet(select);
local
584
auto&
points_to_set
= points_to_analysis_->GetPointsToSet(copy);
local
[
all
...]
tuple_points_to_analysis.h
311
std::unique_ptr<PointsToSet>
points_to_set
;
member in struct:TuplePointsToAnalysis::PerInstruction
layout_assignment.cc
133
const auto&
points_to_set
= points_to_analysis_.GetPointsToSet(instruction);
local
134
points_to_set
.ForEachElement(
[
all
...]
buffer_assignment.cc
377
const PointsToSet&
points_to_set
= points_to_analysis().GetPointsToSet(hlo);
local
378
const LogicalBuffer* buffer =
points_to_set
.element(shape_index)[0];
[
all
...]
Completed in 122 milliseconds