Home
last modified time | relevance | path

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

/external/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()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp157 SDValue TFOps[6]; in EmitTargetCodeForMemcpy() local
217 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy()
223 makeArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy()
236 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy()
245 makeArrayRef(TFOps, i)); in EmitTargetCodeForMemcpy()
/external/llvm-project/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()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22642 SmallVector<SDValue, 8> TFOps; in parallelizeChainedStores() local
22648 TFOps.push_back(SDValue(S, 0)); in parallelizeChainedStores()
22663 TFOps.push_back(NewST); in parallelizeChainedStores()
22671 bool AddNewChain = llvm::all_of(TFOps, hasImprovedChain); in parallelizeChainedStores()
22673 TFOps.insert(TFOps.begin(), NewChain); in parallelizeChainedStores()
22675 SDValue TF = DAG.getTokenFactor(SDLoc(STChain), TFOps); in parallelizeChainedStores()