Searched refs:operand_and_output_index (Results 1 – 4 of 4) sorted by relevance
172 for (const auto& operand_and_output_index : in ComputeInPlaceOperationAliasedValues() local174 if (position.index == operand_and_output_index.second) { in ComputeInPlaceOperationAliasedValues()175 const HloOperandIndex& operand_index = operand_and_output_index.first; in ComputeInPlaceOperationAliasedValues()186 for (const auto& operand_and_output_index : in ComputeInPlaceOperationAliasedValues() local188 const HloOperandIndex& operand_index = operand_and_output_index.first; in ComputeInPlaceOperationAliasedValues()192 use.instruction, operand_and_output_index.second); in ComputeInPlaceOperationAliasedValues()
601 for (const auto& operand_and_output_index : in ResolveInconsistencyOfAliasingBuffersHelper() local603 if (operand_and_output_index.second == index) { in ResolveInconsistencyOfAliasingBuffersHelper()605 operand_and_output_index.first; in ResolveInconsistencyOfAliasingBuffersHelper()
873 operand_and_output_index) { in ForceRuntimeOrder() argument875 instr->operand(operand_and_output_index.first.operand_number); in ForceRuntimeOrder()1832 for (const auto& operand_and_output_index : in AddCopiesToResolveInterference() local1834 const HloOperandIndex& operand_index = operand_and_output_index.first; in AddCopiesToResolveInterference()
1874 for (const auto& operand_and_output_index : in CanShareOperandBufferWithUser() local1876 if (operand_and_output_index.second != user_index) { in CanShareOperandBufferWithUser()1881 if (use == HloUse{user, operand_and_output_index.first.operand_number, in CanShareOperandBufferWithUser()1882 operand_and_output_index.first.operand_index}) { in CanShareOperandBufferWithUser()