Lines Matching refs:MachineRegisterInfo
218 static bool matchREV(MachineInstr &MI, MachineRegisterInfo &MRI, in matchREV()
247 static bool matchTRN(MachineInstr &MI, MachineRegisterInfo &MRI, in matchTRN()
268 static bool matchUZP(MachineInstr &MI, MachineRegisterInfo &MRI, in matchUZP()
284 static bool matchZip(MachineInstr &MI, MachineRegisterInfo &MRI, in matchZip()
302 MachineRegisterInfo &MRI, in matchDupFromInsertVectorElt()
341 MachineRegisterInfo &MRI, in matchDupFromBuildVector()
356 static bool matchDup(MachineInstr &MI, MachineRegisterInfo &MRI, in matchDup()
373 static bool matchEXT(MachineInstr &MI, MachineRegisterInfo &MRI, in matchEXT()
429 static bool matchINS(MachineInstr &MI, MachineRegisterInfo &MRI, in matchINS()
456 static bool applyINS(MachineInstr &MI, MachineRegisterInfo &MRI, in applyINS()
476 static bool isVShiftRImm(Register Reg, MachineRegisterInfo &MRI, LLT Ty, in isVShiftRImm()
489 static bool matchVAshrLshrImm(MachineInstr &MI, MachineRegisterInfo &MRI, in matchVAshrLshrImm()
499 static bool applyVAshrLshrImm(MachineInstr &MI, MachineRegisterInfo &MRI, in applyVAshrLshrImm()
521 const MachineRegisterInfo &MRI) { in tryAdjustICmpImmAndPred()
617 MachineInstr &MI, const MachineRegisterInfo &MRI, in matchAdjustICmpImmAndPred()
634 MachineRegisterInfo &MRI = *MIB.getMRI(); in applyAdjustICmpImmAndPred()
644 bool matchDupLane(MachineInstr &MI, MachineRegisterInfo &MRI, in matchDupLane()
696 bool applyDupLane(MachineInstr &MI, MachineRegisterInfo &MRI, in applyDupLane()
722 static bool matchBuildVectorToDup(MachineInstr &MI, MachineRegisterInfo &MRI) { in matchBuildVectorToDup()
736 static bool applyBuildVectorToDup(MachineInstr &MI, MachineRegisterInfo &MRI, in applyBuildVectorToDup()
748 const MachineRegisterInfo &MRI) { in getCmpOperandFoldingProfit()
803 const MachineRegisterInfo &MRI) { in trySwapICmpOperands()
858 bool NoNans, MachineRegisterInfo &MRI) { in getVectorFCMP()
911 static bool lowerVectorFCMP(MachineInstr &MI, MachineRegisterInfo &MRI, in lowerVectorFCMP()
955 static bool matchFormTruncstore(MachineInstr &MI, MachineRegisterInfo &MRI, in matchFormTruncstore()
968 static bool applyFormTruncstore(MachineInstr &MI, MachineRegisterInfo &MRI, in applyFormTruncstore()