Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp51 Register HReg; in copyHint() local
54 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3983 MCRegister HReg; in validateInstruction() local
3992 HReg = Reg; in validateInstruction()
3998 if (UsesRex && HReg) { in validateInstruction()
3999 StringRef RegName = X86IntelInstPrinter::getRegisterName(HReg); in validateInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp23226 unsigned HReg = RISCV::F0_H + RegNo; in getRegForInlineAsmConstraint() local
23227 return std::make_pair(HReg, &RISCV::FPR16RegClass); in getRegForInlineAsmConstraint()