Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h612 bool matchBitfieldExtractFromSExtInReg(MachineInstr &MI,
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td741 [{ return Helper.matchBitfieldExtractFromSExtInReg(*${root}, ${info}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4274 bool CombinerHelper::matchBitfieldExtractFromSExtInReg( in matchBitfieldExtractFromSExtInReg() function in CombinerHelper