Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h100 bool HasCCPP = false; variable
428 bool hasCCPP() const { return HasCCPP; } in hasCCPP()
DAArch64.td100 def FeatureCCPP : SubtargetFeature<"ccpp", "HasCCPP",
DAArch64SystemOperands.td20 def HasCCPP : Predicate<"Subtarget->hasCCPP()">,
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h114 bool HasCCPP = false; variable
484 bool hasCCPP() const { return HasCCPP; } in hasCCPP()
DAArch64.td105 def FeatureCCPP : SubtargetFeature<"ccpp", "HasCCPP",
DAArch64SystemOperands.td20 def HasCCPP : Predicate<"Subtarget->hasCCPP()">,
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19198 if (Bits[AArch64::FeatureCCPP]) HasCCPP = true;