Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp156 SDValue TFOps[6]; in EmitTargetCodeForMemcpy() local
216 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy()
222 makeArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy()
229 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy()
238 makeArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp21147 SmallVector<SDValue, 8> TFOps; in parallelizeChainedStores() local
21153 TFOps.push_back(SDValue(S, 0)); in parallelizeChainedStores()
21168 TFOps.push_back(NewST); in parallelizeChainedStores()
21176 bool AddNewChain = llvm::all_of(TFOps, hasImprovedChain); in parallelizeChainedStores()
21178 TFOps.insert(TFOps.begin(), NewChain); in parallelizeChainedStores()
21180 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps); in parallelizeChainedStores()