Lines Matching defs:src_id
284 for (uint32_t src_id = 1; src_id < src_->IdBound(); ++src_id) { in DumpIdMap() local
586 for (uint32_t src_id = 1; src_id < src_id_bound; ++src_id) { in MapUnmatchedIds() local
705 const uint32_t src_id = potential.src_ids[src_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()
1363 const uint32_t src_id = src_inst->result_id(); in MatchOpSpecConstant() local
1400 const uint32_t src_id = src_inst->result_id(); in MatchOpVariable() local
1545 uint32_t src_id = src_unmatched_ids[0]; in MatchTypeForwardPointersByTypeOp() local
1617 uint32_t src_id; in BestEffortMatchFunctions() member
2158 uint32_t src_id = src_insts[0]->GetSingleWordOperand(1); in MatchEntryPointIds() local
2174 uint32_t src_id = src_inst->GetSingleWordOperand(1); in MatchEntryPointIds() local
2245 for (uint32_t src_id : potential_id_map.src_ids) { in MatchTypeForwardPointers() local
2744 [this](uint32_t src_id) { return src_id_to_.IsDefined(src_id); }, in Output()