Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h192 bool useRSqrt() const { return UseRSqrt; } in useRSqrt() function
DAArch64TargetMachine.cpp150 bool UseRsqrt = ST.useRSqrt(); in initReciprocals()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h270 bool useRSqrt() const { return UseRSqrt; } in useRSqrt() function
DAArch64ISelLowering.cpp5280 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()