Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h630 bool matchBitfieldExtractFromShrAnd(MachineInstr &MI, BuildFnTy &MatchInfo);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td1057 [{ return Helper.matchBitfieldExtractFromShrAnd(*${root}, ${info}); }]),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp4613 bool CombinerHelper::matchBitfieldExtractFromShrAnd( in matchBitfieldExtractFromShrAnd() function in CombinerHelper