Home
last modified time | relevance | path

Searched refs:HReg (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp52 Register HReg; in copyHint() local
55 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()
/src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3889 MCPhysReg HReg = X86::NoRegister; in validateInstruction() local
3898 HReg = Reg; in validateInstruction()
3904 if (UsesRex && HReg != X86::NoRegister) { in validateInstruction()
3905 StringRef RegName = X86IntelInstPrinter::getRegisterName(HReg); in validateInstruction()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20798 unsigned HReg = RISCV::F0_H + RegNo; in getRegForInlineAsmConstraint() local
20799 return std::make_pair(HReg, &RISCV::FPR16RegClass); in getRegForInlineAsmConstraint()