Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp641 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
643 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()
650 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DLinux.h62 const llvm::fltSemantics *FPType = nullptr) const override;
H A DPS4CPU.h99 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
H A DAMDGPU.h88 const llvm::fltSemantics *FPType = nullptr) const override;
H A DCuda.cpp762 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
764 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DCuda.h152 const llvm::fltSemantics *FPType = nullptr) const override;
H A DLinux.cpp744 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h395 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
276 return F.getDenormalMode(FPType); in getDenormalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm.grm70 FPType ::= half | bfloat | float | double | "ppc_fp128" | fp128 | "x86_fp80";
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h700 const llvm::fltSemantics *FPType = nullptr) const {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h722 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h669 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp636 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
637 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Datombios.h6894 USHORT FPType; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Datombios.h8164 USHORT FPType; member