Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h624 bool matchBitfieldExtractFromAnd(MachineInstr &MI, BuildFnTy &MatchInfo);
/src/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1033 [{ return Helper.matchBitfieldExtractFromAnd(*${root}, ${info}); }]),
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4527 bool CombinerHelper::matchBitfieldExtractFromAnd(MachineInstr &MI, in matchBitfieldExtractFromAnd() function in CombinerHelper