Home
last modified time | relevance | path

Searched refs:getCodeViewRegNum (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/MC/
DMCRegisterInfo.cpp88 int MCRegisterInfo::getCodeViewRegNum(unsigned RegNum) const { in getCodeViewRegNum() function in MCRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCRegisterInfo.cpp125 int MCRegisterInfo::getCodeViewRegNum(unsigned RegNum) const { in getCodeViewRegNum() function in MCRegisterInfo
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h406 int getCodeViewRegNum(unsigned RegNum) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCRegisterInfo.h425 int getCodeViewRegNum(unsigned RegNum) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp279 OS << '$' << MRI->getCodeViewRegNum(LLVMReg); in printFPOReg()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp754 uint16_t CVReg = TRI->getCodeViewRegNum(FrameReg); in collectVariableInfoFromMMITable()
823 unsigned CVReg = TRI->getCodeViewRegNum(DVInst->getOperand(0).getReg()); in collectVariableInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1080 uint16_t CVReg = TRI->getCodeViewRegNum(FrameReg); in collectVariableInfoFromMFTable()
1150 DR.CVRegister = TRI->getCodeViewRegNum(Location->Register); in calculateRanges()