Searched refs:instr_offset (Results 1 – 10 of 10) sorted by relevance
82 TH_DCHECK(data->instructions[j].instr_offset >= 0); in ValidateCodeObjects()83 TH_DCHECK(data->instructions[j].instr_offset < data->size); in ValidateCodeObjects()87 data->instructions[j].instr_offset); in ValidateCodeObjects()
63 if (data->instructions[j].instr_offset == offset) { in TryFindLandingPad()
70 uint32_t instr_offset; member
430 unsigned offset = branch->dest->instr_offset; in gpir_codegen_pass_slot()583 block->instr_offset = num_instr; in gpir_codegen_prog()
369 unsigned instr_offset; member
919 uint32_t instr_offset; in radv_dump_faulty_shader() local927 instr_offset = faulty_pc - start_addr; in radv_dump_faulty_shader()932 start_addr, end_addr, instr_offset); in radv_dump_faulty_shader()
150 void AddProtectedInstructionLanding(uint32_t instr_offset,
109 void CodeGenerator::AddProtectedInstructionLanding(uint32_t instr_offset, in AddProtectedInstructionLanding() argument111 protected_instructions_.push_back({instr_offset, landing_offset}); in AddProtectedInstructionLanding()
421 os << std::setw(10) << std::hex << data.instr_offset << std::setw(10) in Disassemble()
16606 s32 instr_offset; member