Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h444 bool matchRedundantSExtInReg(MachineInstr &MI);
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td408 [{ return Helper.matchRedundantSExtInReg(*${root}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp2935 bool CombinerHelper::matchRedundantSExtInReg(MachineInstr &MI) { in matchRedundantSExtInReg() function in CombinerHelper