Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp507 auto CMovs = tracePredStateThroughCFG(MF, Infos); in runOnMachineFunction() local
536 CMovs.append(IndirectBrCMovs.begin(), IndirectBrCMovs.end()); in runOnMachineFunction()
546 for (MachineInstr *CMovI : CMovs) in runOnMachineFunction()
694 SmallVector<MachineInstr *, 16> CMovs; in tracePredStateThroughCFG() local
773 CMovs.push_back(&*CMovI); in tracePredStateThroughCFG()
831 return CMovs; in tracePredStateThroughCFG()
1047 SmallVector<MachineInstr *, 16> CMovs; in tracePredStateThroughIndirectBranches() local
1051 return CMovs; in tracePredStateThroughIndirectBranches()
1187 CMovs.push_back(&*CMovI); in tracePredStateThroughIndirectBranches()
1195 return CMovs; in tracePredStateThroughIndirectBranches()