Home
last modified time | relevance | path

Searched refs:IsFPR (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.h169 bool IsFPR(unsigned reg);
175 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_arm.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_loongarch64.h51 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_riscv64.h51 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h65 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h70 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h64 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_loongarch64.cpp79 bool RegisterContextPOSIX_loongarch64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_loongarch64
H A DRegisterContextPOSIX_riscv64.cpp79 bool RegisterContextPOSIX_riscv64::IsFPR(unsigned int reg) { in IsFPR() function in RegisterContextPOSIX_riscv64
H A DRegisterContextPOSIX_arm.cpp35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_arm64.h52 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_x86.cpp380 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_x86
388 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { in IsFPR() function in RegisterContextPOSIX_x86
389 bool generic_fpr = IsFPR(reg); in IsFPR()
H A DRegisterContextPOSIX_mips64.cpp33 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.h183 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_powerpc.cpp83 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_ppc64le.cpp102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_ppc64le
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_s390x.cpp67 if (IsFPR(reg)) { in ReadRegister()
H A DRegisterContextPOSIXCore_riscv64.cpp66 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_powerpc.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
H A DRegisterContextPOSIXCore_ppc64le.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp558 bool IsFPR = Kind != AArch64ABIKind::AAPCSSoft && in EmitAAPCSVAArg() local
584 if (!IsFPR) { in EmitAAPCSVAArg()
619 if (!IsFPR && !IsIndirect && TyAlign.getQuantity() > 8) { in EmitAAPCSVAArg()
660 CGF.Int8Ty, CharUnits::fromQuantity(IsFPR ? 16 : 8)); in EmitAAPCSVAArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp445 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping() local
447 PartialMappingIdx RBIdx = IsFPR ? PMI_FirstFPR : PMI_FirstGPR; in getSameKindOfOperandsMapping()
467 assert(IsFPR == OpIsFPR && "Operand has incompatible type"); in getSameKindOfOperandsMapping()

12