Searched refs:PredStateSizeInBytes (Results 1 – 1 of 1) sorted by relevance
754 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughCFG() local755 auto CMovOp = X86::getCMovFromCond(Cond, PredStateSizeInBytes); in tracePredStateThroughCFG()1179 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughIndirectBranches() local1180 auto CMovOp = X86::getCMovFromCond(X86::COND_NE, PredStateSizeInBytes); in tracePredStateThroughIndirectBranches()2548 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughCall() local2549 auto CMovOp = X86::getCMovFromCond(X86::COND_NE, PredStateSizeInBytes); in tracePredStateThroughCall()