Lines Matching defs:dst_id
285 uint32_t dst_id = id_map_.MappedDstId(src_id); in DumpIdMap() local
593 for (uint32_t dst_id = 1; dst_id < dst_id_bound; ++dst_id) { in MapUnmatchedIds() local
706 const uint32_t dst_id = potential.dst_ids[dst_index]; in MatchIds() local
987 bool Differ::DoIdsMatch(uint32_t src_id, uint32_t dst_id) { in DoIdsMatch()
1068 bool Differ::DoIdsMatchFuzzy(uint32_t src_id, uint32_t dst_id) { in DoIdsMatchFuzzy()
1149 bool Differ::AreIdenticalUintConstants(uint32_t src_id, uint32_t dst_id) { in AreIdenticalUintConstants()
1189 bool Differ::AreVariablesMatchable(uint32_t src_id, uint32_t dst_id, in AreVariablesMatchable()
1364 const uint32_t dst_id = dst_inst->result_id(); in MatchOpSpecConstant() local
1401 const uint32_t dst_id = dst_inst->result_id(); in MatchOpVariable() local
1546 uint32_t dst_id = dst_unmatched_ids[0]; in MatchTypeForwardPointersByTypeOp() local
1618 uint32_t dst_id; in BestEffortMatchFunctions() member
2159 uint32_t dst_id = dst_insts[0]->GetSingleWordOperand(1); in MatchEntryPointIds() local
2175 uint32_t dst_id = dst_inst->GetSingleWordOperand(1); in MatchEntryPointIds() local
2246 uint32_t dst_id = id_map_.MappedDstId(src_id); in MatchTypeForwardPointers() local
2745 [this](uint32_t dst_id) { return dst_id_to_.IsDefined(dst_id); }); in Output()