Home
last modified time | relevance | path

Searched refs:GetInstructionValueSet (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc154 GetInstructionValueSet(instruction) in ToString()
188 << GetInstructionValueSet(instruction).ToString(); in Phi()
197 for (auto& pair : GetInstructionValueSet(instruction)) { in Phi()
289 return GetInstructionValueSet(instruction).element(index); in GetValueSet()
294 return *GetInstructionValueSet(instruction).mutable_element(index); in GetValueSet()
309 GetInstructionValueSet(bitcast->operand(0)); in UpdateBitcastValueSet()
310 InstructionValueSet& bitcast_set = GetInstructionValueSet(bitcast); in UpdateBitcastValueSet()
322 for (auto& pair : GetInstructionValueSet(send->operand(0))) { in UpdateSendValueSet()
344 for (auto& pair : GetInstructionValueSet(recv_done)) { in UpdateRecvDoneValueSet()
364 InstructionValueSet& value_set = GetInstructionValueSet(call); in UpdateCallValueSet()
[all …]
Dhlo_dataflow_analysis.h98 const InstructionValueSet& GetInstructionValueSet(
100 InstructionValueSet& GetInstructionValueSet(
Dhlo_alias_analysis.cc378 dataflow_analysis_->GetInstructionValueSet(instruction)) { in InstructionBuffersAreAmbiguous()
396 dataflow_analysis_->GetInstructionValueSet(instruction)) { in InstructionBuffersAreDistinct()
Dcopy_insertion.cc1056 alias_analysis->dataflow_analysis().GetInstructionValueSet(root)) { in AddSpecialCaseCopies()
1259 for (const auto& pair : dataflow->GetInstructionValueSet(root)) { in AddCopiesForBufferAssignment()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc395 for (const auto& pair : dataflow.GetInstructionValueSet(&param)) { in FindConstrainedUses()