Home
last modified time | relevance | path

Searched refs:getIEEE754Standard (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp289 if (mips::getIEEE754Standard(CPUName) & mips::Std2008) { in getMIPSTargetFeatures()
297 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) in getMIPSTargetFeatures()
311 if (mips::getIEEE754Standard(CPUName) & mips::Std2008) { in getMIPSTargetFeatures()
318 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) { in getMIPSTargetFeatures()
412 mips::IEEE754Standard mips::getIEEE754Standard(StringRef &CPU) { in getIEEE754Standard() function in mips
H A DMips.h32 IEEE754Standard getIEEE754Standard(StringRef &CPU);