Searched refs:HasFSGSBase (Results 1 – 10 of 10) sorted by relevance
130 bool HasFSGSBase; variable415 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
255 HasFSGSBase = false; in initializeEnvironment()
178 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
572 let Predicates = [HasFSGSBase, In64BitMode] in {
835 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
166 bool HasFSGSBase = false; variable574 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
204 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
607 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
873 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
16706 if (Bits[X86::FeatureFSGSBase]) HasFSGSBase = true;