Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DAMDGPU.cpp645 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
647 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()
654 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
DLinux.h62 const llvm::fltSemantics *FPType = nullptr) const override;
DPS4CPU.h99 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
DAMDGPU.h88 const llvm::fltSemantics *FPType = nullptr) const override;
DCuda.cpp768 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
770 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
DCuda.h152 const llvm::fltSemantics *FPType = nullptr) const override;
DLinux.cpp741 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h392 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DToolChain.h704 const llvm::fltSemantics *FPType = nullptr) const {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h723 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
276 return F.getDenormalMode(FPType); in getDenormalMode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1564 Type *FPType = LHSConv->getType(); in visitFAdd() local
1586 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
1603 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h733 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DFunction.cpp629 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
630 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
/freebsd-12-stable/sys/dev/drm2/radeon/
Datombios.h6424 USHORT FPType; member