Lines Matching defs:dst_inst
162 bool IsDstMapped(const opt::Instruction* dst_inst) { in IsDstMapped()
175 const opt::Instruction* dst_inst) { in MapInsts()
714 const opt::Instruction* dst_inst = dst_id_to_.inst_map_[dst_id]; in MatchIds() local
748 const opt::Instruction* dst_inst = sorted_dst_insts[dst_cur]; in MatchPreambleInstructions() local
866 for (const opt::Instruction& dst_inst : dst_insts) { in MatchDebugAndAnnotationInstructions() local
1022 const opt::Instruction* dst_inst, in DoOperandsMatch()
1042 const opt::Instruction* dst_inst) { in DoInstructionsMatch()
1110 const opt::Instruction* dst_inst) { in DoInstructionsMatchFuzzy()
1157 const opt::Instruction* src_inst, const opt::Instruction* dst_inst) { in DoDebugAndAnnotationInstructionsMatch()
1252 const opt::Instruction* dst_inst, in MatchOpTypeStruct()
1311 const opt::Instruction* dst_inst, in MatchOpConstant()
1362 const opt::Instruction* dst_inst) { in MatchOpSpecConstant()
1398 const opt::Instruction* dst_inst, in MatchOpVariable()
1499 const opt::Instruction* dst_inst) { in MatchPerVertexVariable()
1731 const opt::Instruction* dst_inst) { in MatchFunctionBodies()
1763 const opt::Instruction* dst_inst = dst_body[dst_cur++]; in MatchIdsInFunctionBodies() local
1786 const opt::Instruction* src_inst, const opt::Instruction* dst_inst, in MatchVariablesUsedByMatchedInstructions()
2113 const opt::Instruction* dst_inst) { in MatchExtInstImportIds()
2144 for (const opt::Instruction& dst_inst : dst_->entry_points()) { in MatchEntryPointIds() local
2167 for (const opt::Instruction* dst_inst : dst_insts) { in MatchEntryPointIds() local
2283 const opt::Instruction* dst_inst) { in MatchTypeIds()
2373 const opt::Instruction* dst_inst) { in MatchConstants()
2453 const opt::Instruction* dst_inst) { in MatchVariableIds()
2576 const opt::Instruction* dst_inst) { in MappedSrcInst()
2724 opt::Instruction Differ::ToMappedSrcIds(const opt::Instruction& dst_inst) { in ToMappedSrcIds()