Home
last modified time | relevance | path

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

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