Home
last modified time | relevance | path

Searched refs:useRSqrt (Results 1 – 6 of 6) 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-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h354 bool useRSqrt() const { return UseRSqrt; } in useRSqrt() function
DAArch64ISelLowering.cpp6062 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h389 bool useRSqrt() const { return UseRSqrt; } in useRSqrt() function
DAArch64ISelLowering.cpp7338 (Enabled == ReciprocalEstimate::Unspecified && Subtarget->useRSqrt())) in getSqrtEstimate()