Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp779 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
781 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()
788 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DAMDGPU.h88 const llvm::fltSemantics *FPType = nullptr) const override;
H A DPS4CPU.h117 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
H A DCuda.h210 const llvm::fltSemantics *FPType = nullptr) const override;
H A DCuda.cpp889 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
891 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h453 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd/stand/common/
H A Dgfx_fb.h151 uint16_t FPType; /* Flat Panel Type */ member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp324 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
325 return F.getDenormalMode(FPType); in getDenormalMode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h704 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h800 const llvm::fltSemantics *FPType = nullptr) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h844 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp786 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
787 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1856 Type *FPType = V->getType()->getScalarType(); in foldICmpAndConstConst() local
1857 if (FPType->isIEEELikeFPTy() && C1 == *C2) { in foldICmpAndConstConst()
1859 APFloat::getInf(FPType->getFltSemantics()).bitcastToAPInt(); in foldICmpAndConstConst()
3334 Type *FPType = SrcType->getScalarType(); in foldICmpBitCast() local
3337 Cmp.isEquality() && FPType->isIEEELikeFPTy()) { in foldICmpBitCast()
3338 FPClassTest Mask = APFloat(FPType->getFltSemantics(), *C).classify(); in foldICmpBitCast()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1172 Type *FPType = V->getType()->getScalarType(); in computeKnownBitsFromOperator() local
1187 APFloat::getInf(FPType->getFltSemantics()).bitcastToAPInt())); in computeKnownBitsFromOperator()
1191 APInt::getZero(FPType->getScalarSizeInBits()))); in computeKnownBitsFromOperator()
5249 const fltSemantics &FPType = in computeKnownFPClass() local
5251 DenormalMode DenormMode = F->getDenormalMode(FPType); in computeKnownFPClass()