Home
last modified time | relevance | path

Searched refs:HasZeroCycleZeroingFPWorkaround (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h163 bool HasZeroCycleZeroingFPWorkaround = false; variable
293 return HasZeroCycleZeroingFPWorkaround; in hasZeroCycleZeroingFPWorkaround()
DAArch64.td137 "HasZeroCycleZeroingFPWorkaround", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h188 bool HasZeroCycleZeroingFPWorkaround = false; variable
324 return HasZeroCycleZeroingFPWorkaround; in hasZeroCycleZeroingFPWorkaround()
DAArch64.td160 "HasZeroCycleZeroingFPWorkaround", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19310 if (Bits[AArch64::FeatureZCZeroingFPWorkaround]) HasZeroCycleZeroingFPWorkaround = true;