Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h538 bool matchBitfieldExtractFromSExtInReg(
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td652 [{ return Helper.matchBitfieldExtractFromSExtInReg(*${root}, ${info}); }]),
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4068 bool CombinerHelper::matchBitfieldExtractFromSExtInReg( in matchBitfieldExtractFromSExtInReg() function in CombinerHelper