Home
last modified time | relevance | path

Searched refs:HasFSGSBase (Results 1 – 10 of 10) 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()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h166 bool HasFSGSBase = false; variable
574 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
DX86.td204 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
DX86InstrSystem.td607 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
DX86InstrInfo.td873 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16706 if (Bits[X86::FeatureFSGSBase]) HasFSGSBase = true;