/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextPOSIX_riscv64.cpp | 74 bool RegisterContextPOSIX_riscv64::IsGPR(unsigned int reg) { in IsGPR() function in RegisterContextPOSIX_riscv64
|
H A D | RegisterContextPOSIX_loongarch64.cpp | 74 bool RegisterContextPOSIX_loongarch64::IsGPR(unsigned int reg) { in IsGPR() function in RegisterContextPOSIX_loongarch64
|
H A D | RegisterContextPOSIX_arm.cpp | 28 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
|
H A D | RegisterContextPOSIX_s390x.cpp | 72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_s390x
|
H A D | RegisterContextPOSIX_arm64.cpp | 28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
|
H A D | RegisterContextPOSIX_powerpc.cpp | 79 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_powerpc
|
H A D | RegisterContextPOSIX_mips64.cpp | 29 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
|
H A D | RegisterContextPOSIX_ppc64le.cpp | 98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_ppc64le
|
H A D | RegisterContextPOSIX_x86.cpp | 376 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_x86
|
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeRegisterContextLinux_loongarch64.cpp | 245 bool NativeRegisterContextLinux_loongarch64::IsGPR(unsigned reg) const { IsGPR() function in NativeRegisterContextLinux_loongarch64
|
H A D | NativeRegisterContextLinux_riscv64.cpp | 257 bool NativeRegisterContextLinux_riscv64::IsGPR(unsigned reg) const { IsGPR() function in NativeRegisterContextLinux_riscv64
|
H A D | NativeRegisterContextLinux_s390x.cpp | 178 bool NativeRegisterContextLinux_s390x::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextLinux_s390x
|
H A D | NativeRegisterContextLinux_x86_64.cpp | 885 bool NativeRegisterContextLinux_x86_64::IsGPR(uint32_t reg_index) const { IsGPR() function in NativeRegisterContextLinux_x86_64
|
H A D | NativeRegisterContextLinux_ppc64le.cpp | 445 bool NativeRegisterContextLinux_ppc64le::IsGPR(unsigned reg) const { IsGPR() function in NativeRegisterContextLinux_ppc64le
|
H A D | NativeRegisterContextLinux_arm.cpp | 264 bool NativeRegisterContextLinux_arm::IsGPR(unsigned reg) const { IsGPR() function in NativeRegisterContextLinux_arm
|
H A D | NativeRegisterContextLinux_arm64.cpp | 978 bool NativeRegisterContextLinux_arm64::IsGPR(unsigned reg) const { IsGPR() function in NativeRegisterContextLinux_arm64
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeRegisterContextWindows_arm.cpp | 134 bool NativeRegisterContextWindows_arm::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm
|
H A D | NativeRegisterContextWindows_arm64.cpp | 149 bool NativeRegisterContextWindows_arm64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm64
|
H A D | NativeRegisterContextWindows_WoW64.cpp | 94 bool NativeRegisterContextWindows_WoW64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_WoW64
|
H A D | NativeRegisterContextWindows_i386.cpp | 98 bool NativeRegisterContextWindows_i386::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_i386
|
H A D | NativeRegisterContextWindows_x86_64.cpp | 116 bool NativeRegisterContextWindows_x86_64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_x86_64
|
/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3769 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || expandMem16Inst() local 3896 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || expandMem9Inst() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 3289 bool IsGPR = select() local
|