Home
last modified time | relevance | path

Searched refs:MCRegInfo (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp74 const MCRegisterInfo *MCRegInfo) { in SetPhysRegUsed() argument
77 for (const MCPhysReg &SubReg : MCRegInfo->subregs_inclusive(Reg)) { in SetPhysRegUsed()
78 unsigned EncVal = MCRegInfo->getEncodingValue(SubReg); in SetPhysRegUsed()
DMipsELFStreamer.cpp41 const MCRegisterInfo *MCRegInfo = Context.getRegisterInfo(); in emitInstruction() local
50 RegInfoRecord->SetPhysRegUsed(Reg, MCRegInfo); in emitInstruction()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp570 std::unique_ptr<MCRegisterInfo> MCRegInfo; in createRegInfo() local
580 MCRegInfo.reset(TheTarget->createMCRegInfo(TT.str())); in createRegInfo()
581 return MCRegInfo; in createRegInfo()
587 auto MCRegInfo = createRegInfo(Obj); in dumpObjectFile() local
588 if (!MCRegInfo) in dumpObjectFile()
593 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, bool IsEH) -> StringRef { in dumpObjectFile()
594 if (!MCRegInfo) in dumpObjectFile()
597 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in dumpObjectFile()
598 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in dumpObjectFile()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsOptionRecord.h61 void SetPhysRegUsed(unsigned Reg, const MCRegisterInfo *MCRegInfo);
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp73 auto *MCRegInfo = abi ? &abi->GetMCRegisterInfo() : nullptr; in DumpLocation() local
74 auto GetRegName = [&MCRegInfo](uint64_t DwarfRegNum, in DumpLocation()
76 if (!MCRegInfo) in DumpLocation()
79 MCRegInfo->getLLVMRegNum(DwarfRegNum, IsEH)) in DumpLocation()
80 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in DumpLocation()