Searched refs:isNaN2008 (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.h47 bool isNaN2008(const llvm::opt::ArgList &Args, const llvm::Triple &Triple);
H A DMips.cpp444 bool mips::isNaN2008(const ArgList &Args, const llvm::Triple &Triple) { function in class:mips
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp146 assert(isNaN2008());
H A DMipsSubtarget.h284 bool isNaN2008() const { return IsNaN2008bit; } function in class:llvm::MipsSubtarget
H A DMipsAsmPrinter.cpp812 STI.isNaN2008() ? TS.emitDirectiveNaN2008()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp576 bool IsNaN2008 = tools::mips::isNaN2008(Args, Triple);
H A DGnu.cpp1415 addMultilibFlag(tools::mips::isNaN2008(Args, TargetTriple), "mnan=2008",

Completed in 143 milliseconds