Home
last modified time | relevance | path

Searched defs:IsGPR (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.cpp28 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.cpp28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_s390x.cpp72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_powerpc.cpp79 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_ppc64le.cpp98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_mips64.cpp29 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_x86.cpp376 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_x86
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm64.cpp149 bool NativeRegisterContextWindows_arm64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm64
H A DNativeRegisterContextWindows_arm.cpp134 bool NativeRegisterContextWindows_arm::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm
H A DNativeRegisterContextWindows_WoW64.cpp94 bool NativeRegisterContextWindows_WoW64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_WoW64
H A DNativeRegisterContextWindows_i386.cpp98 bool NativeRegisterContextWindows_i386::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_i386
H A DNativeRegisterContextWindows_x86_64.cpp116 bool NativeRegisterContextWindows_x86_64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_x86_64
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_s390x.cpp173 bool NativeRegisterContextLinux_s390x::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextLinux_s390x
H A DNativeRegisterContextLinux_x86_64.cpp883 bool NativeRegisterContextLinux_x86_64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextLinux_x86_64
H A DNativeRegisterContextLinux_ppc64le.cpp439 bool NativeRegisterContextLinux_ppc64le::IsGPR(unsigned reg) const { in IsGPR() function in NativeRegisterContextLinux_ppc64le
H A DNativeRegisterContextLinux_arm64.cpp611 bool NativeRegisterContextLinux_arm64::IsGPR(unsigned reg) const { in IsGPR() function in NativeRegisterContextLinux_arm64
H A DNativeRegisterContextLinux_arm.cpp258 bool NativeRegisterContextLinux_arm::IsGPR(unsigned reg) const { in IsGPR() function in NativeRegisterContextLinux_arm
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3699 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem16Inst() local
3826 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem9Inst() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3222 bool IsGPR = in select() local