Searched refs:isNaN2008 (Results 1 – 9 of 9) sorted by relevance
112 assert(isNaN2008()); in MipsSubtarget()
226 bool isNaN2008() const { return IsNaN2008bit; } in isNaN2008() function
710 STI.isNaN2008() ? TS.emitDirectiveNaN2008() in EmitStartOfAsmFile()
136 assert(isNaN2008()); in MipsSubtarget()
275 bool isNaN2008() const { return IsNaN2008bit; } in isNaN2008() function
765 STI.isNaN2008() ? TS.emitDirectiveNaN2008() in EmitStartOfAsmFile()
302 bool isNaN2008(const llvm::opt::ArgList &Args, const llvm::Triple &Triple);
2377 addMultilibFlag(tools::mips::isNaN2008(Args, TargetTriple), "mnan=2008", in findMIPSMultilibs()4318 bool IsNaN2008 = tools::mips::isNaN2008(Args, Triple); in getDynamicLinker()
7260 bool mips::isNaN2008(const ArgList &Args, const llvm::Triple &Triple) { in isNaN2008() function in mips