Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h67 bool HasZeroCycleRegMove = false; variable
168 bool hasZeroCycleRegMove() const { return HasZeroCycleRegMove; } in hasZeroCycleRegMove()
DAArch64.td48 def FeatureZCRegMove : SubtargetFeature<"zcm", "HasZeroCycleRegMove", "true",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h157 bool HasZeroCycleRegMove = false; variable
286 bool hasZeroCycleRegMove() const { return HasZeroCycleRegMove; } in hasZeroCycleRegMove()
DAArch64.td121 def FeatureZCRegMove : SubtargetFeature<"zcm", "HasZeroCycleRegMove", "true",
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h182 bool HasZeroCycleRegMove = false; variable
317 bool hasZeroCycleRegMove() const { return HasZeroCycleRegMove; } in hasZeroCycleRegMove()
DAArch64.td144 def FeatureZCRegMove : SubtargetFeature<"zcm", "HasZeroCycleRegMove", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19307 if (Bits[AArch64::FeatureZCRegMove]) HasZeroCycleRegMove = true;