Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DMips.h48 bool isFP64ADefault(const llvm::Triple &Triple, StringRef CPUName);
H A DMips.cpp362 } else if (mips::isFP64ADefault(Triple, CPUName)) { in getMIPSTargetFeatures()
457 bool mips::isFP64ADefault(const llvm::Triple &Triple, StringRef CPUName) { in isFP64ADefault() function in mips