Home
last modified time | relevance | path

Searched refs:HasPKU (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h247 bool HasPKU; variable
450 bool hasPKU() const { return HasPKU; } in hasPKU()
DX86Subtarget.cpp270 HasPKU = false; in initializeEnvironment()
DX86.td149 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h348 bool HasPKU = false; variable
689 bool hasPKU() const { return HasPKU; } in hasPKU()
DX86.td166 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h353 bool HasPKU = false; variable
731 bool hasPKU() const { return HasPKU; } in hasPKU()
DX86.td169 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp264 HasPKU = true; in handleTargetFeatures()
687 if (HasPKU) in getTargetDefines()
974 .Case("pku", HasPKU) in hasFeature()
DX86.h115 bool HasPKU = false; variable
/external/clang/lib/Basic/
DTargets.cpp2347 bool HasPKU = false; member in __anon6f485c4e0111::X86TargetInfo
3344 HasPKU = true; in handleTargetFeatures()
3665 if (HasPKU) in getTargetDefines()
3769 .Case("pku", HasPKU) in hasFeature()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23164 if (Bits[X86::FeaturePKU]) HasPKU = true;