Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DLinux.h64 const llvm::fltSemantics *FPType = nullptr) const override;
H A DAMDGPU.cpp660 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
662 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()
669 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DAMDGPU.h88 const llvm::fltSemantics *FPType = nullptr) const override;
H A DPS4CPU.h96 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
H A DCuda.h194 const llvm::fltSemantics *FPType = nullptr) const override;
H A DCuda.cpp839 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
841 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DLinux.cpp803 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm.grm70 FPType ::= half | bfloat | float | double | "ppc_fp128" | fp128 | "x86_fp80";
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h650 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp307 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
308 return F.getDenormalMode(FPType); in getDenormalMode()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h762 const llvm::fltSemantics *FPType = nullptr) const {
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h799 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1689 Type *FPType = LHSConv->getType(); in visitFAdd() local
1711 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
1728 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp699 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
700 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Datombios.h6892 USHORT FPType; member
/openbsd-src/sys/dev/pci/drm/amd/include/
H A Datombios.h8180 USHORT FPType; member