Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/MC/
H A DMCRegisterInfo.cpp88 int MCRegisterInfo::getCodeViewRegNum(unsigned RegNum) const { in getCodeViewRegNum() function in MCRegisterInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCRegisterInfo.cpp115 int MCRegisterInfo::getCodeViewRegNum(MCRegister RegNum) const { in getCodeViewRegNum() function in MCRegisterInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCRegisterInfo.cpp115 int MCRegisterInfo::getCodeViewRegNum(MCRegister RegNum) const { in getCodeViewRegNum() function in MCRegisterInfo
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h406 int getCodeViewRegNum(unsigned RegNum) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp307 OS << '$' << MRI->getCodeViewRegNum(LLVMReg); in printFPOReg()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp306 OS << '$' << MRI->getCodeViewRegNum(LLVMReg); in printFPOReg()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCRegisterInfo.h529 int getCodeViewRegNum(MCRegister RegNum) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCRegisterInfo.h431 int getCodeViewRegNum(MCRegister RegNum) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCRegisterInfo.h442 int getCodeViewRegNum(MCRegister RegNum) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCRegisterInfo.h522 int getCodeViewRegNum(MCRegister RegNum) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCRegisterInfo.h446 int getCodeViewRegNum(MCRegister RegNum) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCRegisterInfo.h446 int getCodeViewRegNum(MCRegister RegNum) const;
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp754 uint16_t CVReg = TRI->getCodeViewRegNum(FrameReg); in collectVariableInfoFromMMITable()
823 unsigned CVReg = TRI->getCodeViewRegNum(DVInst->getOperand(0).getReg()); in collectVariableInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1178 uint16_t CVReg = TRI->getCodeViewRegNum(FrameReg); in collectVariableInfoFromMFTable()
1254 DR.CVRegister = TRI->getCodeViewRegNum(Location->Register); in calculateRanges()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1294 uint16_t CVReg = TRI->getCodeViewRegNum(FrameReg); in collectVariableInfoFromMFTable()
1383 DR.CVRegister = TRI->getCodeViewRegNum(Location->Register); in calculateRanges()