Searched refs:MCRegInfo (Results 1 – 6 of 6) sorted by relevance
71 const MCRegisterInfo *MCRegInfo) { in SetPhysRegUsed() argument74 for (const MCPhysReg &SubReg : MCRegInfo->subregs_inclusive(Reg)) { in SetPhysRegUsed()75 unsigned EncVal = MCRegInfo->getEncodingValue(SubReg); in SetPhysRegUsed()
41 const MCRegisterInfo *MCRegInfo = Context.getRegisterInfo(); in emitInstruction() local50 RegInfoRecord->SetPhysRegUsed(Reg, MCRegInfo); in emitInstruction()
658 std::unique_ptr<MCRegisterInfo> MCRegInfo; in createRegInfo() local668 MCRegInfo.reset(TheTarget->createMCRegInfo(TT.str())); in createRegInfo()669 return MCRegInfo; in createRegInfo()675 auto MCRegInfo = createRegInfo(Obj); in dumpObjectFile() local676 if (!MCRegInfo) in dumpObjectFile()681 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in dumpObjectFile()682 if (!MCRegInfo) in dumpObjectFile()685 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in dumpObjectFile()686 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in dumpObjectFile()
61 void SetPhysRegUsed(unsigned Reg, const MCRegisterInfo *MCRegInfo);
788 auto *MCRegInfo = MRI.get(); in getRegisterName() local789 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in getRegisterName()790 if (!MCRegInfo) in getRegisterName()793 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in getRegisterName()794 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in getRegisterName()
74 auto *MCRegInfo = abi ? &abi->GetMCRegisterInfo() : nullptr; in DumpLocation() local75 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, in DumpLocation()77 if (!MCRegInfo) in DumpLocation()80 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in DumpLocation()81 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in DumpLocation()