Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h232 bool hasFRSQRTES() const { return HasFRSQRTES; } in hasFRSQRTES() function
DPPCISelLowering.cpp195 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() && in PPCTargetLowering()
9457 if ((VT == MVT::f32 && Subtarget.hasFRSQRTES()) || in getRsqrtEstimate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h236 bool hasFRSQRTES() const { return HasFRSQRTES; } in hasFRSQRTES() function
DPPCISelLowering.cpp298 !(TM.Options.UnsafeFPMath && Subtarget.hasFRSQRTES() && in PPCTargetLowering()
10825 if ((VT == MVT::f32 && Subtarget.hasFRSQRTES()) || in getSqrtEstimate()