Searched refs:HasPKU (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 247 bool HasPKU; variable 450 bool hasPKU() const { return HasPKU; } in hasPKU()
|
D | X86Subtarget.cpp | 270 HasPKU = false; in initializeEnvironment()
|
D | X86.td | 149 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 348 bool HasPKU = false; variable 689 bool hasPKU() const { return HasPKU; } in hasPKU()
|
D | X86.td | 166 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 353 bool HasPKU = false; variable 731 bool hasPKU() const { return HasPKU; } in hasPKU()
|
D | X86.td | 169 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 264 HasPKU = true; in handleTargetFeatures() 687 if (HasPKU) in getTargetDefines() 974 .Case("pku", HasPKU) in hasFeature()
|
D | X86.h | 115 bool HasPKU = false; variable
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 2347 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/ |
D | X86GenSubtargetInfo.inc | 23164 if (Bits[X86::FeaturePKU]) HasPKU = true;
|