Home
last modified time | relevance | path

Searched refs:FPType (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.h64 const llvm::fltSemantics *FPType = nullptr) const override;
H A DAMDGPU.cpp764 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()
H A DAMDGPU.h88 const llvm::fltSemantics *FPType = nullptr) const override;
H A DPS4CPU.h99 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
H A DCuda.h202 const llvm::fltSemantics *FPType = nullptr) const override;
H A DCuda.cpp863 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
865 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DLinux.cpp840 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h445 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-14.2/stand/common/
H A Dgfx_fb.h151 uint16_t FPType; /* Flat Panel Type */ member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp323 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
324 return F.getDenormalMode(FPType); in getDenormalMode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h683 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h786 const llvm::fltSemantics *FPType = nullptr) const {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h843 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp725 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
726 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1873 Type *FPType = LHSConv->getType(); in visitFAdd() local
1895 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
1913 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4656 const fltSemantics &FPType = in computeKnownFPClass() local
4658 DenormalMode DenormMode = F->getDenormalMode(FPType); in computeKnownFPClass()