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