Searched refs:HasXSAVEC (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 359 HasXSAVEC = true; in handleTargetFeatures() 869 if (HasXSAVEC) in getTargetDefines() 1269 .Case("xsavec", HasXSAVEC) in hasFeature()
|
H A D | X86.h | 121 bool HasXSAVEC = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 107 def HasXSAVEC : Predicate<"Subtarget->hasXSAVEC()">;
|
H A D | X86InstrSystem.td | 639 [(int_x86_xsavec addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVEC]>; 642 [(int_x86_xsavec64 addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVEC, In64BitMode]>;
|
H A D | X86.td | 61 def FeatureXSAVEC : SubtargetFeature<"xsavec", "HasXSAVEC", "true",
|