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

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

Completed in 210 milliseconds