Searched refs:HReg (Results 1 – 3 of 3) sorted by relevance
52 Register HReg; in copyHint() local55 HReg = MI->getOperand(1).getReg(); in copyHint()59 HReg = MI->getOperand(0).getReg(); in copyHint()63 if (!HReg) in copyHint()66 if (HReg.isVirtual()) in copyHint()67 return Sub == HSub ? HReg : Register(); in copyHint()70 MCRegister CopiedPReg = HSub ? TRI.getSubReg(HReg, HSub) : HReg.asMCReg(); in copyHint()
3889 MCPhysReg HReg = X86::NoRegister; in validateInstruction() local3898 HReg = Reg; in validateInstruction()3904 if (UsesRex && HReg != X86::NoRegister) { in validateInstruction()3905 StringRef RegName = X86IntelInstPrinter::getRegisterName(HReg); in validateInstruction()
20798 unsigned HReg = RISCV::F0_H + RegNo; in getRegForInlineAsmConstraint() local20799 return std::make_pair(HReg, &RISCV::FPR16RegClass); in getRegForInlineAsmConstraint()