/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 257 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/ |
D | XCoreISelDAGToDAG.cpp | 277 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/ |
D | LegalizeVectorOps.cpp | 502 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()
|
D | LegalizeVectorTypes.cpp | 2851 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()
|
D | TargetLowering.cpp | 3183 SDValue NewChain = DAG.getNode(ISD::TokenFactor, SL, MVT::Other, LoadChains); in scalarizeVectorLoad() local 3186 return DAG.getMergeValues({ Value, NewChain }, SL); in scalarizeVectorLoad()
|
D | DAGCombiner.cpp | 5999 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/ |
D | LegalizeVectorTypes.cpp | 1891 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/ |
D | X86ISelDAGToDAG.cpp | 375 SDValue NewChain = in MoveBelowOrigChain() local 379 Ops.push_back(NewChain); in MoveBelowOrigChain()
|
D | X86ISelLowering.cpp | 13781 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/ |
D | X86ISelDAGToDAG.cpp | 478 SDValue NewChain = in moveBelowOrigChain() local 481 Ops.push_back(NewChain); in moveBelowOrigChain()
|
D | X86ISelLowering.cpp | 5639 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/ |
D | SystemZISelLowering.cpp | 1472 SDValue NewChain = SDValue(Intr.getNode(), 0); in emitIntrinsicWithChainAndGlue() local 1473 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithChainAndGlue()
|