Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp153 unsigned PoisonReg = 0; member
448 PS->PoisonReg = MRI->createVirtualRegister(PS->RC); in runOnMachineFunction()
449 BuildMI(Entry, EntryInsertPt, Loc, TII->get(X86::MOV64ri32), PS->PoisonReg) in runOnMachineFunction()
761 .addReg(PS->PoisonReg) in tracePredStateThroughCFG()
1187 .addReg(PS->PoisonReg) in tracePredStateThroughIndirectBranches()
2193 .addReg(PS->PoisonReg) in tracePredStateThroughCall()