Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h654 bool matchBitfieldExtractFromAnd(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1100 [{ return Helper.matchBitfieldExtractFromAnd(*${root}, ${info}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4653 bool CombinerHelper::matchBitfieldExtractFromAnd(MachineInstr &MI, in matchBitfieldExtractFromAnd() function in CombinerHelper