Searched refs:HasXSAVES (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 361 HasXSAVES = true; in handleTargetFeatures() 871 if (HasXSAVES) in getTargetDefines() 1270 .Case("xsaves", HasXSAVES) in hasFeature()
|
H A D | X86.h | 122 bool HasXSAVES = false; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrPredicates.td | 108 def HasXSAVES : Predicate<"Subtarget->hasXSAVES()">;
|
H A D | X86InstrSystem.td | 645 [(int_x86_xsaves addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVES]>; 651 [(int_x86_xrstors addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVES]>; 654 … [(int_x86_xrstors64 addr:$dst, EDX, EAX)]>, TB, Requires<[HasXSAVES, In64BitMode]>;
|
H A D | X86.td | 65 def FeatureXSAVES : SubtargetFeature<"xsaves", "HasXSAVES", "true",
|