Searched refs:hasFRSQRTES (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h249 bool hasFRSQRTES() const { return HasFRSQRTES; } function in class:llvm::PPCSubtarget
H A DPPCISelLowering.cpp350 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() &&
12875 if ((VT == MVT::f32 && Subtarget.hasFRSQRTES()) ||

Completed in 217 milliseconds