Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h159 bool HasFSGSBase = false; variable
620 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
DX86.td213 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
DX86InstrSystem.td601 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
DX86InstrInfo.td913 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23129 if (Bits[X86::FeatureFSGSBase]) HasFSGSBase = true;