Searched refs:instruction_index (Results 1 – 9 of 9) sorted by relevance
252 uint32_t instruction_index = 1; in TryToAddFunction() local258 while (instruction_index < num_instructions && in TryToAddFunction()259 message_.instruction(instruction_index).opcode() == in TryToAddFunction()262 ir_context, message_.instruction(instruction_index))); in TryToAddFunction()263 instruction_index++; in TryToAddFunction()267 if (instruction_index == num_instructions || in TryToAddFunction()268 message_.instruction(instruction_index).opcode() != SpvOpLabel) { in TryToAddFunction()274 while (instruction_index < num_instructions && in TryToAddFunction()275 message_.instruction(instruction_index).opcode() != SpvOpFunctionEnd) { in TryToAddFunction()277 assert(message_.instruction(instruction_index).opcode() == SpvOpLabel); in TryToAddFunction()[all …]
700 int instruction_index, const InstructionBlock* block) { in AssembleInstruction() argument701 Instruction* instr = instructions()->InstructionAt(instruction_index); in AssembleInstruction()703 instr_starts_[instruction_index].gap_pc_offset = tasm()->pc_offset(); in AssembleInstruction()723 instr_starts_[instruction_index].arch_instr_pc_offset = tasm()->pc_offset(); in AssembleInstruction()730 instr_starts_[instruction_index].condition_pc_offset = tasm()->pc_offset(); in AssembleInstruction()
220 CodeGenResult AssembleInstruction(int instruction_index,
921 int instruction_index) const { in GetInstructionBlock()922 return instructions()[instruction_index]->block(); in GetInstructionBlock()
2621 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary() local2623 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()2624 return block->first_instruction_index() == instruction_index; in IntervalStartsAtBlockBoundary()2630 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange() local2632 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()2804 const LiveRange* range, int instruction_index) { in GetSplitPositionForInstruction() argument2807 ret = LifetimePosition::GapFromInstructionIndex(instruction_index); in GetSplitPositionForInstruction()
1319 int instruction_index);
1683 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()