Searched refs:HasMOVDIR64B (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 208 bool HasMOVDIR64B = false; variable 695 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
|
| H A D | X86.td | 491 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
|
| H A D | X86InstrInfo.td | 972 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">; 2875 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>; 2879 T8PD, AdSize32, Requires<[HasMOVDIR64B]>; 2883 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 292 HasMOVDIR64B = true; in handleTargetFeatures() 716 if (HasMOVDIR64B) in getTargetDefines() 971 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
|
| H A D | X86.h | 131 bool HasMOVDIR64B = false; variable
|