Lines Matching defs:TFOps
29171 SmallVector<SDValue, 8> TFOps;
29177 TFOps.push_back(SDValue(S, 0));
29192 TFOps.push_back(NewST);
29194 // If we improved every element of TFOps, then we've lost the dependence on
29195 // NewChain to successors of St and we need to add it back to TFOps. Do so at
29200 bool AddNewChain = llvm::all_of(TFOps, hasImprovedChain);
29202 TFOps.insert(TFOps.begin(), NewChain);
29204 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps);