Home
last modified time | relevance | path

Searched defs:src_inst (Results 1 – 2 of 2) sorted by relevance

/third_party/spirv-tools/source/diff/
Ddiff.cpp174 void MapInsts(const opt::Instruction* src_inst, in MapInsts()
713 const opt::Instruction* src_inst = src_id_to_.inst_map_[src_id]; in MatchIds() local
747 const opt::Instruction* src_inst = sorted_src_insts[src_cur]; in MatchPreambleInstructions() local
865 for (const opt::Instruction& src_inst : src_insts) { in MatchDebugAndAnnotationInstructions() local
1021 bool Differ::DoOperandsMatch(const opt::Instruction* src_inst, in DoOperandsMatch()
1041 bool Differ::DoInstructionsMatch(const opt::Instruction* src_inst, in DoInstructionsMatch()
1109 bool Differ::DoInstructionsMatchFuzzy(const opt::Instruction* src_inst, in DoInstructionsMatchFuzzy()
1157 const opt::Instruction* src_inst, const opt::Instruction* dst_inst) { in DoDebugAndAnnotationInstructionsMatch()
1251 bool Differ::MatchOpTypeStruct(const opt::Instruction* src_inst, in MatchOpTypeStruct()
1310 bool Differ::MatchOpConstant(const opt::Instruction* src_inst, in MatchOpConstant()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_opt_address_reg_load.cpp34 fs_inst *src_inst = defs.get(inst->src[0]); in opt_address_reg_load_local() local