Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h618 bool matchBitfieldExtractFromShr(MachineInstr &MI, BuildFnTy &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td747 [{ return Helper.matchBitfieldExtractFromShr(*${root}, ${info}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4339 bool CombinerHelper::matchBitfieldExtractFromShr( in matchBitfieldExtractFromShr() function in CombinerHelper