Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h210 bool HasMOVDIR64B = false; variable
644 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
DX86.td432 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
DX86InstrInfo.td936 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
2801 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
2805 T8PD, AdSize32, Requires<[HasMOVDIR64B]>;
2809 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h208 bool HasMOVDIR64B = false; variable
687 bool hasMOVDIR64B() const { return HasMOVDIR64B; } in hasMOVDIR64B()
DX86.td491 def FeatureMOVDIR64B : SubtargetFeature<"movdir64b", "HasMOVDIR64B", "true",
DX86InstrInfo.td963 def HasMOVDIR64B : Predicate<"Subtarget->hasMOVDIR64B()">;
2866 T8PD, AdSize16, Requires<[HasMOVDIR64B, Not64BitMode]>;
2870 T8PD, AdSize32, Requires<[HasMOVDIR64B]>;
2874 T8PD, AdSize64, Requires<[HasMOVDIR64B, In64BitMode]>;
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp292 HasMOVDIR64B = true; in handleTargetFeatures()
715 if (HasMOVDIR64B) in getTargetDefines()
970 .Case("movdir64b", HasMOVDIR64B) in hasFeature()
DX86.h126 bool HasMOVDIR64B = false; variable
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23155 if (Bits[X86::FeatureMOVDIR64B]) HasMOVDIR64B = true;