Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp295 return hasFloat128Type() ? Float128 : NoFloat; in getRealTypeByWidth()
304 return NoFloat; in getRealTypeByWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h707 bool NoFloat = DAG.getMachineFunction().getFunction().hasFnAttribute( in canMergeStoresTo() local
710 if (NoFloat) in canMergeStoresTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h696 unsigned Opcode, bool NoFloat) const;
H A DSystemZISelLowering.cpp8000 bool NoFloat) const { in emitTransactionBegin()
8029 if (!NoFloat && (Control & 4) != 0) { in emitTransactionBegin()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h125 NoFloat = 255, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp11125 case TargetInfo::NoFloat: in getRealTypeForBitwidth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5402 bool NoFloat = DAG.getMachineFunction().getFunction().hasFnAttribute( in canMergeStoresTo() local
5405 if (NoFloat) { in canMergeStoresTo()