Searched refs:HasFSGSBase (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 130 bool HasFSGSBase; variable 415 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
|
D | X86Subtarget.cpp | 255 HasFSGSBase = false; in initializeEnvironment()
|
D | X86.td | 178 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
|
D | X86InstrSystem.td | 572 let Predicates = [HasFSGSBase, In64BitMode] in {
|
D | X86InstrInfo.td | 835 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 159 bool HasFSGSBase = false; variable 620 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
|
D | X86InstrSystem.td | 601 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
|
D | X86.td | 213 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
|
D | X86InstrInfo.td | 913 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 157 bool HasFSGSBase = false; variable 656 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
|
D | X86InstrSystem.td | 611 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
|
D | X86.td | 219 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
|
D | X86InstrInfo.td | 941 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23129 if (Bits[X86::FeatureFSGSBase]) HasFSGSBase = true;
|