Searched refs:FPType (Results 1 – 15 of 15) sorted by relevance
64 const llvm::fltSemantics *FPType = nullptr) const override;
653 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()655 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()662 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
90 const llvm::fltSemantics *FPType = nullptr) const override;
96 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
157 const llvm::fltSemantics *FPType = nullptr) const override;
777 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()779 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
788 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
670 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
70 FPType ::= half | bfloat | float | double | "ppc_fp128" | fp128 | "x86_fp80";
738 const llvm::fltSemantics *FPType = nullptr) const {
300 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()301 return F.getDenormalMode(FPType); in getDenormalMode()
1577 Type *FPType = LHSConv->getType(); in visitFAdd() local1599 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()1616 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
782 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
674 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()675 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()