Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp249 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, in SelectBRIND() local
251 if (!NewChain.getNode()) in SelectBRIND()
253 Chain = NewChain; in SelectBRIND()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp614 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains); in ExpandLoad() local
619 AddLegalizedOperand(Op.getValue(1), NewChain); in ExpandLoad()
621 return (Op.getResNo() ? NewChain : Value); in ExpandLoad()
DLegalizeVectorTypes.cpp2422 SDValue NewChain; in WidenVecRes_LOAD() local
2424 NewChain = LdChain[0]; in WidenVecRes_LOAD()
2426 NewChain = DAG.getNode(ISD::TokenFactor, SDLoc(LD), MVT::Other, LdChain); in WidenVecRes_LOAD()
2430 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_LOAD()
DDAGCombiner.cpp5516 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains); in CombineExtLoad() local
5525 CombineTo(N0.getNode(), Trunc, NewChain); in CombineExtLoad()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp391 SDValue NewChain = in MoveBelowOrigChain() local
394 Ops.push_back(NewChain); in MoveBelowOrigChain()
DX86ISelLowering.cpp4823 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, in EltsFromConsecutiveLoads() local
4826 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
4827 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
4852 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, in EltsFromConsecutiveLoads() local
4854 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
4855 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
19498 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in PerformShuffleCombine256() local
19500 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain); in PerformShuffleCombine256()
19501 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(Ld, 1), in PerformShuffleCombine256()
22899 SDValue NewChain = NewLd.getValue(1); in PerformSTORECombine() local
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1080 SDValue NewChain = SDValue(Intr.getNode(), 0); in emitIntrinsicWithChainAndGlue() local
1081 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithChainAndGlue()