Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCRegisterInfo.cpp115 int MCRegisterInfo::getCodeViewRegNum(MCRegister RegNum) const { in getCodeViewRegNum() function in MCRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp306 OS << '$' << MRI->getCodeViewRegNum(LLVMReg); in printFPOReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h522 int getCodeViewRegNum(MCRegister RegNum) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1178 uint16_t CVReg = TRI->getCodeViewRegNum(FrameReg); in collectVariableInfoFromMFTable()
1254 DR.CVRegister = TRI->getCodeViewRegNum(Location->Register); in calculateRanges()