Searched defs:RegSubRegPair (Results 1 – 3 of 3) sorted by relevance
494 struct RegSubRegPair { struct498 RegSubRegPair(Register Reg = Register(), unsigned SubReg = 0) argument501 bool operator==(const RegSubRegPair& P) const { argument517 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function
59 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef in __anon6f297f390111::GCNDPPCombine
99 using RegSubRegPair = TargetInstrInfo::RegSubRegPair; typedef1408 MachineInstr &MI, DenseMap<RegSubRegPair, MachineInstr *> &CopyMIs) { in foldRedundantCopy()