HomeSort by relevance Sort by last modified time
    Searched refs:LFENCE (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86RetpolineThunks.cpp 144 // lfence
261 // LFENCE instruction which they have advised will stop speculation as well
266 BuildMI(CaptureSpec, DebugLoc(), TII->get(X86::LFENCE));
X86SpeculativeLoadHardening.cpp 76 STATISTIC(NumLFENCEsInserted, "Number of lfence instructions inserted");
79 PASS_KEY "-lfence",
81 "Use LFENCE along each conditional edge to harden against speculative "
376 // Loads within this basic block after an LFENCE are not at risk of
379 if (MI.getOpcode() == X86::LFENCE)
450 // We need to insert an LFENCE at the start of the function to suspend any
456 BuildMI(Entry, EntryInsertPt, Loc, TII->get(X86::LFENCE));
461 // If we guarded the entry with an LFENCE and have no conditionals to protect
550 /// Implements the naive hardening approach of putting an LFENCE after every
582 BuildMI(*MBB, InsertPt, DebugLoc(), TII->get(X86::LFENCE));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 313 LFENCE,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenGlobalISel.inc     [all...]
X86GenInstrInfo.inc 1378 LFENCE = 1363,
    [all...]
X86GenAsmMatcher.inc     [all...]
  /external/syzkaller/pkg/ifuzz/generated/
insns.go     [all...]

Completed in 173 milliseconds