Searched refs:FPType (Results 1 – 17 of 17) sorted by relevance
641 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()643 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()650 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
62 const llvm::fltSemantics *FPType = nullptr) const override;
99 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
88 const llvm::fltSemantics *FPType = nullptr) const override;
762 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()764 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
152 const llvm::fltSemantics *FPType = nullptr) const override;
744 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
395 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()276 return F.getDenormalMode(FPType); in getDenormalMode()
70 FPType ::= half | bfloat | float | double | "ppc_fp128" | fp128 | "x86_fp80";
700 const llvm::fltSemantics *FPType = nullptr) const {
722 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
1564 Type *FPType = LHSConv->getType(); in visitFAdd() local1586 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()1603 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
669 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
636 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()637 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
6894 USHORT FPType; member
8164 USHORT FPType; member