Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp361 HasXSAVES = true; in handleTargetFeatures()
871 if (HasXSAVES) in getTargetDefines()
1270 .Case("xsaves", HasXSAVES) in hasFeature()
H A DX86.h122 bool HasXSAVES = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td108 def HasXSAVES : Predicate<"Subtarget->hasXSAVES()">;
H A DX86InstrSystem.td645 [(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 DX86.td65 def FeatureXSAVES : SubtargetFeature<"xsaves", "HasXSAVES", "true",