Lines Matching refs:RegPair

1355   auto GetRegPair = [this, r](RegPairVals RegPair) {  in processInstruction()  argument
1356 const std::string R1 = r + utostr(RegPair.first); in processInstruction()
1357 const std::string R2 = r + utostr(RegPair.second); in processInstruction()
1361 auto GetScalarRegs = [RI, GetRegPair](unsigned RegPair) { in processInstruction() argument
1362 const unsigned Lower = RI->getEncodingValue(RegPair); in processInstruction()
1368 const RegPairVals RegPair = in processInstruction() local
1371 return GetRegPair(RegPair); in processInstruction()
1464 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1465 MO.setReg(RegPair.first); in processInstruction()
1466 Inst.addOperand(MCOperand::createReg(RegPair.second)); in processInstruction()
1474 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1475 MO.setReg(RegPair.first); in processInstruction()
1476 Inst.addOperand(MCOperand::createReg(RegPair.second)); in processInstruction()
1485 const std::pair<unsigned, unsigned> RegPair = GetScalarRegs(MO.getReg()); in processInstruction() local
1486 MO.setReg(RegPair.first); in processInstruction()
1487 Inst.addOperand(MCOperand::createReg(RegPair.second)); in processInstruction()
1497 const std::pair<unsigned, unsigned> RegPair = GetVecRegs(MO.getReg()); in processInstruction() local
1498 MO.setReg(RegPair.first); in processInstruction()
1499 Inst.addOperand(MCOperand::createReg(RegPair.second)); in processInstruction()
1837 StringRef RegPair = Name; in processInstruction() local
1838 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1842 StringRef RegPair = Name; in processInstruction() local
1843 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1854 StringRef RegPair = Name; in processInstruction() local
1855 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1859 StringRef RegPair = Name; in processInstruction() local
1860 Rs.setReg(matchRegister(RegPair)); in processInstruction()
1871 StringRef RegPair = Name; in processInstruction() local
1872 Rt.setReg(matchRegister(RegPair)); in processInstruction()
1876 StringRef RegPair = Name; in processInstruction() local
1877 Rt.setReg(matchRegister(RegPair)); in processInstruction()
1891 StringRef RegPair = Name; in processInstruction() local
1892 Rt.setReg(matchRegister(RegPair)); in processInstruction()
1896 StringRef RegPair = Name; in processInstruction() local
1897 Rt.setReg(matchRegister(RegPair)); in processInstruction()
1914 StringRef RegPair = Name; in processInstruction() local
1915 Rt.setReg(matchRegister(RegPair)); in processInstruction()
1919 StringRef RegPair = Name; in processInstruction() local
1920 Rt.setReg(matchRegister(RegPair)); in processInstruction()