Searched defs:IsFPR (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp33 bool RegisterContextPOSIX_mips64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_arm.cpp35 bool RegisterContextPOSIX_arm::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm
H A DRegisterContextPOSIX_s390x.cpp76 bool RegisterContextPOSIX_s390x::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_s390x
H A DRegisterContextPOSIX_loongarch64.cpp79 bool RegisterContextPOSIX_loongarch64::IsFPR(unsigned int reg) { function in class:RegisterContextPOSIX_loongarch64
H A DRegisterContextPOSIX_riscv64.cpp79 bool RegisterContextPOSIX_riscv64::IsFPR(unsigned int reg) { function in class:RegisterContextPOSIX_riscv64
H A DRegisterContextPOSIX_ppc64le.cpp102 bool RegisterContextPOSIX_ppc64le::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_ppc64le
H A DRegisterContextPOSIX_powerpc.cpp83 bool RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_powerpc
H A DRegisterContextPOSIX_arm64.cpp35 bool RegisterContextPOSIX_arm64::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_arm64
H A DRegisterContextPOSIX_x86.cpp380 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg) { function in class:RegisterContextPOSIX_x86
388 bool RegisterContextPOSIX_x86::IsFPR(unsigned reg, FPRType fpr_type) { function in class:RegisterContextPOSIX_x86
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp454 bool IsFPR = Ty.isVector() || isPreISelGenericFloatingPointOpcode(Opc); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm64.cpp153 bool NativeRegisterContextWindows_arm64::IsFPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_arm64
H A DNativeRegisterContextWindows_arm.cpp138 bool NativeRegisterContextWindows_arm::IsFPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_arm
H A DNativeRegisterContextWindows_x86_64.cpp120 bool NativeRegisterContextWindows_x86_64::IsFPR(uint32_t reg_index) const { function in class:NativeRegisterContextWindows_x86_64
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp271 bool NativeRegisterContextLinux_arm::IsFPR(unsigned reg) const { function in class:NativeRegisterContextLinux_arm
H A DNativeRegisterContextLinux_s390x.cpp184 bool NativeRegisterContextLinux_s390x::IsFPR(uint32_t reg_index) const { function in class:NativeRegisterContextLinux_s390x
H A DNativeRegisterContextLinux_x86_64.cpp894 bool NativeRegisterContextLinux_x86_64::IsFPR(uint32_t reg_index) const { function in class:NativeRegisterContextLinux_x86_64
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3254 auto IsFPR = [&](const MachineOperand &Op) { local

Completed in 248 milliseconds