Searched refs:FPType (Results 1 – 17 of 17) sorted by relevance
64 const llvm::fltSemantics *FPType = nullptr) const override;
660 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()662 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()669 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
88 const llvm::fltSemantics *FPType = nullptr) const override;
96 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
194 const llvm::fltSemantics *FPType = nullptr) const override;
839 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()841 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
803 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
70 FPType ::= half | bfloat | float | double | "ppc_fp128" | fp128 | "x86_fp80";
650 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
307 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()308 return F.getDenormalMode(FPType); in getDenormalMode()
762 const llvm::fltSemantics *FPType = nullptr) const {
799 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
1689 Type *FPType = LHSConv->getType(); in visitFAdd() local1711 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()1728 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
699 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()700 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
6892 USHORT FPType; member
8180 USHORT FPType; member