Lines Matching refs:idp
165 inst->ForEachInId([&inst, &modified, this](uint32_t* idp) { in GenHalfArith() argument
166 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith()
168 GenConvert(idp, 16, inst); in GenHalfArith()
186 inst->ForEachInId([&ocnt, &prev_idp, this](uint32_t* idp) { in ProcessPhi() argument
188 prev_idp = idp; in ProcessPhi()
192 BasicBlock* bp = context()->get_instr_block(*idp); in ProcessPhi()
248 inst->ForEachInId([&inst, &modified, this](uint32_t* idp) { in ProcessDefault() argument
249 if (converted_ids_.count(*idp) == 0) return; in ProcessDefault()
250 uint32_t old_id = *idp; in ProcessDefault()
251 GenConvert(idp, 32, inst); in ProcessDefault()
252 if (*idp != old_id) modified = true; in ProcessDefault()
286 inst->ForEachInId([&relax, this](uint32_t* idp) { in CloseRelaxInst() argument
287 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in CloseRelaxInst()
289 if (!IsRelaxed(*idp)) relax = false; in CloseRelaxInst()