Lines Matching refs:CombinerHelper
28 bool CombinerHelper::matchSextOfTrunc(const MachineOperand &MO, in matchSextOfTrunc()
81 bool CombinerHelper::matchZextOfTrunc(const MachineOperand &MO, in matchZextOfTrunc()
116 bool CombinerHelper::matchNonNegZext(const MachineOperand &MO, in matchNonNegZext()
137 bool CombinerHelper::matchTruncateOfExt(const MachineInstr &Root, in matchTruncateOfExt()
185 bool CombinerHelper::isCastFree(unsigned Opcode, LLT ToTy, LLT FromTy) const { in isCastFree()
200 bool CombinerHelper::matchCastOfSelect(const MachineInstr &CastMI, in matchCastOfSelect()
232 bool CombinerHelper::matchExtOfExt(const MachineInstr &FirstMI, in matchExtOfExt()
296 bool CombinerHelper::matchCastOfBuildVector(const MachineInstr &CastMI, in matchCastOfBuildVector()
336 bool CombinerHelper::matchNarrowBinop(const MachineInstr &TruncMI, in matchNarrowBinop()
361 bool CombinerHelper::matchCastOfInteger(const MachineInstr &CastMI, in matchCastOfInteger()
382 bool CombinerHelper::matchRedundantSextInReg(MachineInstr &Root, in matchRedundantSextInReg()