Home
last modified time | relevance | path

Searched refs:HasFSGSBase (Results 1 – 14 of 14) 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-10.0/llvm/lib/Target/X86/
DX86Subtarget.h159 bool HasFSGSBase = false; variable
620 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
DX86InstrSystem.td601 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
DX86.td213 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
DX86InstrInfo.td913 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h157 bool HasFSGSBase = false; variable
656 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
DX86InstrSystem.td611 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
DX86.td219 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
DX86InstrInfo.td941 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23129 if (Bits[X86::FeatureFSGSBase]) HasFSGSBase = true;