Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp152 unsigned PoisonReg = 0; member
447 PS->PoisonReg = MRI->createVirtualRegister(PS->RC); in runOnMachineFunction()
448 BuildMI(Entry, EntryInsertPt, Loc, TII->get(X86::MOV64ri32), PS->PoisonReg) in runOnMachineFunction()
760 .addReg(PS->PoisonReg) in tracePredStateThroughCFG()
1186 .addReg(PS->PoisonReg) in tracePredStateThroughIndirectBranches()
2186 .addReg(PS->PoisonReg) in tracePredStateThroughCall()