Home
last modified time | relevance | path

Searched refs:UseRSqrt (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h85 bool UseRSqrt = false; variable
192 bool useRSqrt() const { return UseRSqrt; } in useRSqrt()
DAArch64.td106 "use-reverse-square-root", "UseRSqrt", "true", "Use reverse square root">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h193 bool UseRSqrt = false; variable
354 bool useRSqrt() const { return UseRSqrt; } in useRSqrt()
DAArch64.td234 "use-reciprocal-square-root", "UseRSqrt", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h219 bool UseRSqrt = false; variable
389 bool useRSqrt() const { return UseRSqrt; } in useRSqrt()
DAArch64.td257 "use-reciprocal-square-root", "UseRSqrt", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19305 if (Bits[AArch64::FeatureUseRSqrt]) UseRSqrt = true;