Searched refs:HReg (Results 1 – 3 of 3) sorted by relevance
51 Register HReg; in copyHint() local54 HReg = MI->getOperand(1).getReg(); in copyHint()58 HReg = MI->getOperand(0).getReg(); in copyHint()62 if (!HReg) in copyHint()65 if (HReg.isVirtual()) in copyHint()66 return Sub == HSub ? HReg : Register(); in copyHint()69 MCRegister CopiedPReg = HSub ? TRI.getSubReg(HReg, HSub) : HReg.asMCReg(); in copyHint()
3983 MCRegister HReg; in validateInstruction() local3992 HReg = Reg; in validateInstruction()3998 if (UsesRex && HReg) { in validateInstruction()3999 StringRef RegName = X86IntelInstPrinter::getRegisterName(HReg); in validateInstruction()
23226 unsigned HReg = RISCV::F0_H + RegNo; in getRegForInlineAsmConstraint() local23227 return std::make_pair(HReg, &RISCV::FPR16RegClass); in getRegForInlineAsmConstraint()