Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h441 bool NoFloat = DAG.getMachineFunction().getFunction().hasFnAttribute( in canMergeStoresTo() local
444 if (NoFloat) in canMergeStoresTo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp280 return NoFloat; in getRealTypeByWidth()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h637 unsigned Opcode, bool NoFloat) const;
H A DSystemZISelLowering.cpp7102 bool NoFloat) const { in emitTransactionBegin()
7131 if (!NoFloat && (Control & 4) != 0) { in emitTransactionBegin()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h173 NoFloat = 255, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10044 case TargetInfo::NoFloat: in getRealTypeForBitwidth()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4949 bool NoFloat = DAG.getMachineFunction().getFunction().hasFnAttribute( in canMergeStoresTo() local
4952 if (NoFloat) { in canMergeStoresTo()