Searched refs:FPType (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.h55 const llvm::fltSemantics *FPType = nullptr) const override;
H A DAMDGPU.h79 const llvm::fltSemantics *FPType = nullptr) const override;
H A DPS4CPU.h97 const llvm::fltSemantics *FPType) const override {
H A DAMDGPU.cpp449 const llvm::fltSemantics *FPType) const {
451 if (!FPType || FPType != &llvm::APFloat::IEEEsingle())
457 if (FPType && FPType == &llvm::APFloat::IEEEsingle() &&
H A DCuda.h152 const llvm::fltSemantics *FPType = nullptr) const override;
H A DCuda.cpp805 const llvm::fltSemantics *FPType) const {
807 if (FPType && FPType == &llvm::APFloat::IEEEsingle() &&
H A DLinux.cpp894 const llvm::fltSemantics *FPType) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h361 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
/freebsd-13-stable/stand/common/
H A Dgfx_fb.h153 uint16_t FPType; /* Flat Panel Type */ member in struct:vesa_flat_panel_info
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h655 /// environment for the given \p FPType if given. Otherwise, the default
659 const llvm::fltSemantics *FPType = nullptr) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp275 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const {
276 if (&FPType == &APFloat::IEEEsingle()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1532 Type *FPType = LHSConv->getType(); local
1554 if (IsValidPromotion(FPType, LHSIntVal->getType())) {
1571 if (IsValidPromotion(FPType, LHSIntVal->getType())) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h630 DenormalMode getDenormalMode(const fltSemantics &FPType) const;

Completed in 150 milliseconds