Searched refs:FPType (Results 1 – 16 of 16) sorted by relevance
64 const llvm::fltSemantics *FPType = nullptr) const override;
764 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()766 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()773 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
88 const llvm::fltSemantics *FPType = nullptr) const override;
99 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
202 const llvm::fltSemantics *FPType = nullptr) const override;
863 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()865 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
840 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
445 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
151 uint16_t FPType; /* Flat Panel Type */ member
323 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()324 return F.getDenormalMode(FPType); in getDenormalMode()
683 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
786 const llvm::fltSemantics *FPType = nullptr) const {
843 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
725 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()726 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
1873 Type *FPType = LHSConv->getType(); in visitFAdd() local1895 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()1913 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
4656 const fltSemantics &FPType = in computeKnownFPClass() local4658 DenormalMode DenormMode = F->getDenormalMode(FPType); in computeKnownFPClass()