Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h157 bool HasFSGSBase = false; variable
664 bool hasFSGSBase() const { return HasFSGSBase; } in hasFSGSBase()
H A DX86InstrSystem.td619 let Predicates = [HasFSGSBase, In64BitMode], SchedRW = [WriteSystem] in {
H A DX86.td219 def FeatureFSGSBase : SubtargetFeature<"fsgsbase", "HasFSGSBase", "true",
H A DX86InstrInfo.td950 def HasFSGSBase : Predicate<"Subtarget->hasFSGSBase()">;