Home
last modified time | relevance | path

Searched refs:instruction_index (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1010 int64 instruction_index = 0; in RematerializeComputation() local
1020 << ", callee usage = " << callee_usage << ", [" << instruction_index in RematerializeComputation()
1022 instruction_index++; in RematerializeComputation()
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp857 uint32_t instruction_index = 0; in GenerateSourceMessages() local
868 if (instruction_index == debug_record[kInstCommonOutInstructionIdx]) { in GenerateSourceMessages()
871 instruction_index++; in GenerateSourceMessages()
/external/v8/src/compiler/
Dregister-allocator.cc2508 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary() local
2510 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()
2511 return block->first_instruction_index() == instruction_index; in IntervalStartsAtBlockBoundary()
2517 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange() local
2519 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()
2564 const LiveRange* range, int instruction_index) { in GetSplitPositionForInstruction() argument
2567 ret = LifetimePosition::GapFromInstructionIndex(instruction_index); in GetSplitPositionForInstruction()
Dinstruction.cc895 int instruction_index) const { in GetInstructionBlock()
896 return instructions()[instruction_index]->block(); in GetInstructionBlock()
Dregister-allocator.h978 int instruction_index);
Dinstruction.h1516 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()