Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DLinux.h64 const llvm::fltSemantics *FPType = nullptr) const override;
H A DAMDGPU.cpp653 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
655 if (!FPType || FPType != &llvm::APFloat::IEEEsingle()) in getDefaultDenormalModeForType()
662 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DAMDGPU.h90 const llvm::fltSemantics *FPType = nullptr) const override;
H A DPS4CPU.h96 const llvm::fltSemantics *FPType) const override { in getDefaultDenormalModeForType() argument
H A DCuda.h157 const llvm::fltSemantics *FPType = nullptr) const override;
H A DCuda.cpp777 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
779 if (FPType && FPType == &llvm::APFloat::IEEEsingle() && in getDefaultDenormalModeForType()
H A DLinux.cpp788 const llvm::fltSemantics *FPType) const { in getDefaultDenormalModeForType()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h670 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/llvm-project-15.0.7/llvm/utils/
H A Dllvm.grm70 FPType ::= half | bfloat | float | double | "ppc_fp128" | fp128 | "x86_fp80";
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h738 const llvm::fltSemantics *FPType = nullptr) const {
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp300 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
301 return F.getDenormalMode(FPType); in getDenormalMode()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1577 Type *FPType = LHSConv->getType(); in visitFAdd() local
1599 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
1616 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h782 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp674 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode()
675 if (&FPType == &APFloat::IEEEsingle()) { in getDenormalMode()