Lines Matching refs:target_idx
60 static void DumpTargetInfo(uint32_t target_idx, Target *target, in DumpTargetInfo() argument
74 strm.Printf("%starget #%u: %s", prefix_cstr ? prefix_cstr : "", target_idx, in DumpTargetInfo()
505 uint32_t target_idx; in DoExecute() local
506 if (llvm::to_integer(target_idx_arg, target_idx)) { in DoExecute()
509 if (target_idx < num_targets) { in DoExecute()
510 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in DoExecute()
519 target_idx); in DoExecute()
526 target_idx, num_targets - 1); in DoExecute()
530 target_idx); in DoExecute()
597 uint32_t target_idx; in DoExecute() local
598 if (entry.ref().getAsInteger(0, target_idx)) { in DoExecute()
604 if (target_idx < num_targets) { in DoExecute()
605 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
614 target_idx, num_targets - 1); in DoExecute()
618 target_idx); in DoExecute()