Home
last modified time | relevance | path

Searched refs:HasMOVDIR64B (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h208 bool HasMOVDIR64B = false; variable
695 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
H A DX86.td491 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
H A DX86InstrInfo.td972 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 DX86.cpp292 HasMOVDIR64B = true; in handleTargetFeatures()
716 if (HasMOVDIR64B) in getTargetDefines()
971 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
H A DX86.h131 bool HasMOVDIR64B = false; variable