Home
last modified time | relevance | path

Searched refs:shouldUseFPXX (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DMips.h52 bool shouldUseFPXX(const llvm::opt::ArgList &Args, const llvm::Triple &Triple,
H A DMips.cpp359 } else if (mips::shouldUseFPXX(Args, Triple, CPUName, ABIName, FloatABI)) { in getMIPSTargetFeatures()
490 bool mips::shouldUseFPXX(const ArgList &Args, const llvm::Triple &Triple, in shouldUseFPXX() function in mips
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.cpp899 } else if (mips::shouldUseFPXX( in ConstructJob()