Searched refs:CMovOp (Results 1 – 1 of 1) sorted by relevance
752 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCFG() local758 TII->get(CMovOp), UpdatedStateReg) in tracePredStateThroughCFG()1181 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughIndirectBranches() local1184 BuildMI(MBB, InsertPt, DebugLoc(), TII->get(CMovOp), UpdatedStateReg) in tracePredStateThroughIndirectBranches()2181 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCall() local2184 auto CMovI = BuildMI(MBB, InsertPt, Loc, TII->get(CMovOp), UpdatedStateReg) in tracePredStateThroughCall()