Home
last modified time | relevance | path

Searched defs:IsFPR (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextPOSIX_arm.cpp35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm
DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_arm64
DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_s390x
DRegisterContextPOSIX_powerpc.cpp83 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_powerpc
DRegisterContextPOSIX_ppc64le.cpp102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_ppc64le
DRegisterContextPOSIX_mips64.cpp35 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { in IsFPR() function in RegisterContextPOSIX_mips64
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
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeRegisterContextWindows_arm.cpp138 bool NativeRegisterContextWindows_arm::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_arm
DNativeRegisterContextWindows_arm64.cpp152 bool NativeRegisterContextWindows_arm64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_arm64
DNativeRegisterContextWindows_x86_64.cpp120 bool NativeRegisterContextWindows_x86_64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextWindows_x86_64
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_s390x.cpp180 bool NativeRegisterContextLinux_s390x::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextLinux_s390x
DNativeRegisterContextLinux_x86_64.cpp890 bool NativeRegisterContextLinux_x86_64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextLinux_x86_64
DNativeRegisterContextLinux_ppc64le.cpp444 bool NativeRegisterContextLinux_ppc64le::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_ppc64le
DNativeRegisterContextLinux_arm.cpp282 bool NativeRegisterContextLinux_arm::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_arm
DNativeRegisterContextLinux_arm64.cpp429 bool NativeRegisterContextLinux_arm64::IsFPR(unsigned reg) const { in IsFPR() function in NativeRegisterContextLinux_arm64
DNativeRegisterContextLinux_mips64.cpp565 bool NativeRegisterContextLinux_mips64::IsFPR(uint32_t reg_index) const { in IsFPR() function in NativeRegisterContextLinux_mips64
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp431 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping() local
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64RegisterBankInfo.cpp439 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); in getSameKindOfOperandsMapping() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp4704 bool IsFPR = BaseTy->isFloatingPointTy() || BaseTy->isVectorTy(); in EmitAAPCSVAArg() local
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp5859 bool IsFPR = BaseTy->isFloatingPointTy() || BaseTy->isVectorTy(); in EmitAAPCSVAArg() local