Lines Matching defs:TFOps
28629 SmallVector<SDValue, 8> TFOps;
28635 TFOps.push_back(SDValue(S, 0));
28650 TFOps.push_back(NewST);
28652 // If we improved every element of TFOps, then we've lost the dependence on
28653 // NewChain to successors of St and we need to add it back to TFOps. Do so at
28658 bool AddNewChain = llvm::all_of(TFOps, hasImprovedChain);
28660 TFOps.insert(TFOps.begin(), NewChain);
28662 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps);