/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextPOSIX_arm.h | 50 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_loongarch64.h | 49 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_riscv64.h | 49 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_ppc64le.h | 63 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_mips64.h | 68 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_s390x.h | 62 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_loongarch64.cpp | 74 bool RegisterContextPOSIX_loongarch64::IsGPR(unsigned int reg) { in IsGPR() function in RegisterContextPOSIX_loongarch64
|
H A D | RegisterContextPOSIX_riscv64.cpp | 74 bool RegisterContextPOSIX_riscv64::IsGPR(unsigned int reg) { in IsGPR() function in RegisterContextPOSIX_riscv64
|
H A D | RegisterContextPOSIX_arm.cpp | 28 bool RegisterContextPOSIX_arm::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm
|
H A D | RegisterContextPOSIX_arm64.h | 50 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_arm64.cpp | 28 bool RegisterContextPOSIX_arm64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_arm64
|
H A D | RegisterContextPOSIX_mips64.cpp | 29 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_mips64
|
H A D | RegisterContextPOSIX_powerpc.h | 181 bool IsGPR(unsigned reg);
|
H A D | RegisterContextPOSIX_s390x.cpp | 72 bool RegisterContextPOSIX_s390x::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_s390x
|
H A D | RegisterContextPOSIX_powerpc.cpp | 79 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) { in IsGPR() function in RegisterContextPOSIX_powerpc
|
H A D | RegisterContextPOSIX_x86.h | 167 bool IsGPR(unsigned reg);
|
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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | RegisterContextPOSIXCore_mips64.cpp | 57 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
|
H A D | RegisterContextPOSIXCore_s390x.cpp | 58 if (IsGPR(reg)) { in ReadRegister()
|
H A D | RegisterContextPOSIXCore_riscv64.cpp | 64 if (IsGPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3769 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem16Inst() local 3772 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) { in expandMem16Inst() 3896 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem9Inst() local 3899 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) { in expandMem9Inst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 3304 bool IsGPR = in select() local 3306 if (LoadMI && IsGPR) { in select() 3315 if (IsGPR && SrcSize == 32 && DstSize == 64) { in select()
|