Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.h130 bool HasFSGSBase; variable
415 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
DX86Subtarget.cpp255 HasFSGSBase = false; in initializeEnvironment()
DX86.td178 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
DX86InstrSystem.td572 let Predicates = [HasFSGSBase, In64BitMode] in {
DX86InstrInfo.td835 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;