Home
last modified time | relevance | path

Searched refs:NoFloat (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp307 : FloatModeKind::NoFloat; in getRealTypeByWidth()
310 : FloatModeKind::NoFloat; in getRealTypeByWidth()
319 return FloatModeKind::NoFloat; in getRealTypeByWidth()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h743 bool NoFloat = MF.getFunction().hasFnAttribute(Attribute::NoImplicitFloat); in canMergeStoresTo() local
745 if (NoFloat) in canMergeStoresTo()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h756 unsigned Opcode, bool NoFloat) const;
H A DSystemZISelLowering.cpp8597 bool NoFloat) const { in emitTransactionBegin()
8626 if (!NoFloat && (Control & 4) != 0) { in emitTransactionBegin()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h56 NoFloat = 0, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp4452 ExplicitType = FloatModeKind::NoFloat; in parseModeAttrArg()
4541 FloatModeKind ExplicitType = FloatModeKind::NoFloat; in AddModeAttr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11842 case FloatModeKind::NoFloat: in getRealTypeForBitwidth()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5872 bool NoFloat = MF.getFunction().hasFnAttribute(Attribute::NoImplicitFloat); in canMergeStoresTo() local
5874 if (NoFloat) { in canMergeStoresTo()