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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h96 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.h74 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_ppc64le.h68 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.h69 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_x86.h159 bool IsFPR(unsigned reg);
167 bool IsFPR(unsigned reg, FPRType fpr_type);
H A DRegisterContextPOSIX_arm.h96 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_mips64.cpp35 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.cpp84 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_powerpc.h188 bool IsFPR(unsigned reg);
H A DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_x86.cpp301 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_x86
309 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { function in class:RegisterContextPOSIX_x86
310 bool generic_fpr = IsFPR(reg);
H A DRegisterContextPOSIX_arm.cpp81 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_ppc64le.cpp102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_arm64.cpp100 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp65 } else if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
H A DRegisterContextPOSIXCore_s390x.cpp67 if (IsFPR(reg)) {
H A DRegisterContextPOSIXCore_powerpc.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
H A DRegisterContextPOSIXCore_ppc64le.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.cpp115 if (IsFPR(reg)) {
147 } else if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp132 if (IsFPR(reg)) {
159 } else if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp118 if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp116 if (IsFPR(reg)) {
H A DRegisterContextPOSIXProcessMonitor_x86.cpp179 if (IsFPR(reg, GetFPRType())) {
275 if (IsFPR(reg, GetFPRType())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterBankInfo.cpp431 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); local
433 PartialMappingIdx RBIdx = IsFPR ? PMI_FirstFPR : PMI_FirstGPR;
453 assert(IsFPR == OpIsFPR && "Operand has incompatible type");
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5404 bool IsFPR = BaseTy->isFloatingPointTy() || BaseTy->isVectorTy();
5429 if (!IsFPR) {
5464 if (!IsFPR && !IsIndirect && TyAlign.getQuantity() > 8) {
5505 CharUnits::fromQuantity(IsFPR ? 16 : 8));

Completed in 160 milliseconds