Searched refs:IsGPR (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h91 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm64.cpp28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_arm64.h60 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h72 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h63 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h64 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_powerpc.h183 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_arm.cpp77 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_mips64.cpp31 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.cpp78 "GPRs must index starting at 0, or fix IsGPR()");
79 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_s390x.cpp72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_x86.h154 bool IsGPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.cpp98 bool RegisterContextPOSIX_ppc64le::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_x86.cpp297 bool RegisterContextPOSIX_x86::IsGPR(unsigned reg) { function in class:RegisterContextPOSIX_x86
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp57 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
H A DRegisterContextPOSIXCore_s390x.cpp58 if (IsGPR(reg)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp137 } else if (IsGPR(reg)) {
157 if (IsGPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_arm.cpp145 if (IsGPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp157 if (IsGPR(reg))
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp153 if (IsGPR(reg))
H A DRegisterContextPOSIXProcessMonitor_x86.cpp272 if (IsGPR(reg))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2619 bool IsGPR = local
2621 if (LoadMI && IsGPR) {
2631 if (IsGPR && SrcSize == 32 && DstSize == 64) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3699 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local
3702 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) {
3826 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || local
3829 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) {

Completed in 217 milliseconds