Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h161 bool HasZeroCycleZeroingGP = false; variable
288 bool hasZeroCycleZeroingGP() const { return HasZeroCycleZeroingGP; } in hasZeroCycleZeroingGP()
DAArch64.td124 def FeatureZCZeroingGP : SubtargetFeature<"zcz-gp", "HasZeroCycleZeroingGP", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h186 bool HasZeroCycleZeroingGP = false; variable
319 bool hasZeroCycleZeroingGP() const { return HasZeroCycleZeroingGP; } in hasZeroCycleZeroingGP()
DAArch64.td147 def FeatureZCZeroingGP : SubtargetFeature<"zcz-gp", "HasZeroCycleZeroingGP", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19311 if (Bits[AArch64::FeatureZCZeroingGP]) HasZeroCycleZeroingGP = true;