Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h220 bool hasFRSQRTES() const { return HasFRSQRTES; } in hasFRSQRTES() function
DPPCISelLowering.cpp183 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() && in PPCTargetLowering()
9160 if ((VT == MVT::f32 && Subtarget.hasFRSQRTES()) || in getRsqrtEstimate()