Home
last modified time | relevance | path

Searched refs:matchCombineExtOfExt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h386 bool matchCombineExtOfExt(MachineInstr &MI,
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td511 [{ return Helper.matchCombineExtOfExt(*${root}, ${matchinfo}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2134 bool CombinerHelper::matchCombineExtOfExt( in matchCombineExtOfExt() function in CombinerHelper