Home | History | Annotate | Download | only in X86

Lines Matching refs:TokenFactor

39 STATISTIC(NumLoadMoved, "Number of loads moved below TokenFactor");
368 assert(Chain.getOpcode() == ISD::TokenFactor &&
376 CurDAG->getNode(ISD::TokenFactor, SDLoc(Load),
430 if (Chain.getOperand(0).getOpcode() == ISD::TokenFactor &&
1955 // Check if the chain is produced by the load or is a TokenFactor with
1963 } else if (Chain.getOpcode() == ISD::TokenFactor) {
1989 // Make a new TokenFactor with all the other input chains except
1991 InputChain = CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain),