Home
last modified time | relevance | path

Searched refs:NewChain (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp257 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, in tryBRIND() local
259 if (!NewChain.getNode()) in tryBRIND()
261 Chain = NewChain; in tryBRIND()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp277 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, in SelectBRIND() local
279 if (!NewChain.getNode()) in SelectBRIND()
281 Chain = NewChain; in SelectBRIND()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp502 SDValue NewChain; in ExpandLoad() local
622 NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains); in ExpandLoad()
628 NewChain = Scalarized.getValue(1); in ExpandLoad()
633 AddLegalizedOperand(Op.getValue(1), NewChain); in ExpandLoad()
635 return (Op.getResNo() ? NewChain : Value); in ExpandLoad()
DLegalizeVectorTypes.cpp2851 SDValue NewChain; in WidenVecRes_LOAD() local
2853 NewChain = LdChain[0]; in WidenVecRes_LOAD()
2855 NewChain = DAG.getNode(ISD::TokenFactor, SDLoc(LD), MVT::Other, LdChain); in WidenVecRes_LOAD()
2859 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_LOAD()
DTargetLowering.cpp3183 SDValue NewChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, LoadChains); in scalarizeVectorLoad() local
3186 return DAG.getMergeValues({ Value, NewChain }, SL); in scalarizeVectorLoad()
DDAGCombiner.cpp5999 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in CombineExtLoad() local
6008 CombineTo(N0.getNode(), Trunc, NewChain); in CombineExtLoad()
11317 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in MergeStoresOfConstantsOrVecElts() local
11318 SDValue NewStore = DAG.getStore(NewChain, DL, StoredVal, in MergeStoresOfConstantsOrVecElts()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1891 SDValue NewChain; in WidenVecRes_LOAD() local
1893 NewChain = LdChain[0]; in WidenVecRes_LOAD()
1895 NewChain = DAG.getNode(ISD::TokenFactor, LD->getDebugLoc(), MVT::Other, in WidenVecRes_LOAD()
1900 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_LOAD()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp375 SDValue NewChain = in MoveBelowOrigChain() local
379 Ops.push_back(NewChain); in MoveBelowOrigChain()
DX86ISelLowering.cpp13781 SDValue NewChain = NewLd.getValue(1); in PerformSTORECombine() local
13783 Ops.push_back(NewChain); in PerformSTORECombine()
13784 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0], in PerformSTORECombine()
13787 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(), in PerformSTORECombine()
13807 SDValue NewChain = LoLd.getValue(1); in PerformSTORECombine() local
13811 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, &Ops[0], in PerformSTORECombine()
13819 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr, in PerformSTORECombine()
13823 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr, in PerformSTORECombine()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp478 SDValue NewChain = in moveBelowOrigChain() local
481 Ops.push_back(NewChain); in moveBelowOrigChain()
DX86ISelLowering.cpp5639 SDValue NewChain = in EltsFromConsecutiveLoads() local
5642 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
5643 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
5708 SDValue NewChain = in EltsFromConsecutiveLoads() local
5711 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
5712 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
16310 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains); in LowerExtended1BitVectorLoad() local
16311 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain); in LowerExtended1BitVectorLoad()
24726 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in combineShuffle256() local
24728 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain); in combineShuffle256()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1472 SDValue NewChain = SDValue(Intr.getNode(), 0); in emitIntrinsicWithChainAndGlue() local
1473 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithChainAndGlue()