Home
last modified time | relevance | path

Searched refs:inAbs2008Mode (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp136 if (inAbs2008Mode() && hasMips32() && !hasMips32r2()) { in MipsSubtarget()
147 assert(inAbs2008Mode()); in MipsSubtarget()
H A DMipsSubtarget.h288 bool inAbs2008Mode() const { return Abs2008; } in inAbs2008Mode() function
H A DMipsInstrInfo.td227 def UseAbs : Predicate<"Subtarget->inAbs2008Mode() ||"
H A DMipsISelLowering.cpp360 if (!(TM.Options.NoNaNsFPMath || Subtarget.inAbs2008Mode())) { in MipsTargetLowering()