Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_arm.cpp28 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
DRegisterContextPOSIX_arm64.cpp28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
DRegisterContextPOSIX_s390x.cpp72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_s390x
DRegisterContextPOSIX_powerpc.cpp79 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_powerpc
DRegisterContextPOSIX_ppc64le.cpp98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_ppc64le
DRegisterContextPOSIX_mips64.cpp31 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
DRegisterContextPOSIX_x86.cpp376 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_x86
/external/swiftshader/third_party/subzero/src/
DIceRegistersMIPS32.h75 bool IsGPR = ((int(Reg_GPR_First) <= int(RegNum)) && in isGPRReg() local
DIceAssemblerX86Base.h826 static constexpr bool IsGPR = in is8BitRegisterRequiringRex() local
DIceRegistersARM32.h93 unsigned IsGPR : 1; member
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeRegisterContextWindows_arm.cpp134 bool NativeRegisterContextWindows_arm::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm
DNativeRegisterContextWindows_arm64.cpp148 bool NativeRegisterContextWindows_arm64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_arm64
DNativeRegisterContextWindows_WoW64.cpp94 bool NativeRegisterContextWindows_WoW64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_WoW64
DNativeRegisterContextWindows_i386.cpp98 bool NativeRegisterContextWindows_i386::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_i386
DNativeRegisterContextWindows_x86_64.cpp116 bool NativeRegisterContextWindows_x86_64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextWindows_x86_64
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_s390x.cpp174 bool NativeRegisterContextLinux_s390x::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextLinux_s390x
DNativeRegisterContextLinux_ppc64le.cpp440 bool NativeRegisterContextLinux_ppc64le::IsGPR(unsigned reg) const { in IsGPR() function in NativeRegisterContextLinux_ppc64le
DNativeRegisterContextLinux_x86_64.cpp885 bool NativeRegisterContextLinux_x86_64::IsGPR(uint32_t reg_index) const { in IsGPR() function in NativeRegisterContextLinux_x86_64
DNativeRegisterContextLinux_arm.cpp275 bool NativeRegisterContextLinux_arm::IsGPR(unsigned reg) const { in IsGPR() function in NativeRegisterContextLinux_arm
DNativeRegisterContextLinux_arm64.cpp422 bool NativeRegisterContextLinux_arm64::IsGPR(unsigned reg) const { in IsGPR() function in NativeRegisterContextLinux_arm64
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp879 bool IsGPR; member
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3699 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem16Inst() local
3826 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem9Inst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3671 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem16Inst() local
3798 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem9Inst() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2652 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandLoadInst() local
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp2908 bool IsGPR = in select() local