Home
last modified time | relevance | path

Searched refs:TFOps (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp208 SDValue TFOps[6]; in EmitTargetCodeForMemcpy() local
268 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy()
273 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, ArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy()
280 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy()
288 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, ArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp29757 SmallVector<SDValue, 8> TFOps; in parallelizeChainedStores() local
29763 TFOps.push_back(SDValue(S, 0)); in parallelizeChainedStores()
29778 TFOps.push_back(NewST); in parallelizeChainedStores()
29786 bool AddNewChain = llvm::all_of(TFOps, hasImprovedChain); in parallelizeChainedStores()
29788 TFOps.insert(TFOps.begin(), NewChain); in parallelizeChainedStores()
29790 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps); in parallelizeChainedStores()