Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp41 if (std::optional<MCRegister> LLVMRegNum = in print() local
43 if (const char *RegName = MRI.getName(*LLVMRegNum)) in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp278 MCRegister LLVMRegNum = *TRI->getLLVMRegNum(DwarfRegNum, false); in parseOperand() local
279 unsigned SubRegIdx = TRI->getSubRegIndex(LLVMRegNum, MOI->getReg()); in parseOperand()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp697 if (std::optional<MCRegister> LLVMRegNum = in dumpObjectFile() local
699 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in dumpObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp591 if (std::optional<MCRegister> LLVMRegNum = in getRegisterName() local
593 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in getRegisterName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp76 if (std::optional<unsigned> LLVMRegNum = in DumpLocation() local
78 if (const char *RegName = MCRegInfo->getName(*LLVMRegNum)) in DumpLocation()