Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
DMips.h49 bool isFP64ADefault(const llvm::Triple &Triple, StringRef CPUName);
DMips.cpp362 } else if (mips::isFP64ADefault(Triple, CPUName)) { in getMIPSTargetFeatures()
458 bool mips::isFP64ADefault(const llvm::Triple &Triple, StringRef CPUName) { in isFP64ADefault() function in mips