Searched refs:HasPTWRITE (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 213 bool HasPTWRITE = false; variable 645 bool hasPTWRITE() const { return HasPTWRITE; } in hasPTWRITE()
|
D | X86InstrSystem.td | 704 Requires<[HasPTWRITE]>; 707 Requires<[In64BitMode, HasPTWRITE]>; 711 Requires<[HasPTWRITE]>; 714 Requires<[In64BitMode, HasPTWRITE]>;
|
D | X86.td | 242 def FeaturePTWRITE : SubtargetFeature<"ptwrite", "HasPTWRITE", "true",
|
D | X86InstrInfo.td | 937 def HasPTWRITE : Predicate<"Subtarget->hasPTWRITE()">;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 211 bool HasPTWRITE = false; variable 688 bool hasPTWRITE() const { return HasPTWRITE; } in hasPTWRITE()
|
D | X86InstrSystem.td | 714 Requires<[HasPTWRITE]>; 717 Requires<[In64BitMode, HasPTWRITE]>; 721 Requires<[HasPTWRITE]>; 724 Requires<[In64BitMode, HasPTWRITE]>;
|
D | X86.td | 248 def FeaturePTWRITE : SubtargetFeature<"ptwrite", "HasPTWRITE", "true",
|
D | X86InstrInfo.td | 964 def HasPTWRITE : Predicate<"Subtarget->hasPTWRITE()">;
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 296 HasPTWRITE = true; in handleTargetFeatures() 719 if (HasPTWRITE) in getTargetDefines() 978 .Case("ptwrite", HasPTWRITE) in hasFeature()
|
D | X86.h | 127 bool HasPTWRITE = false; variable
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23169 if (Bits[X86::FeaturePTWRITE]) HasPTWRITE = true;
|