Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp251 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut, in SelectBRIND() local
253 if (!NewChain.getNode()) in SelectBRIND()
255 Chain = NewChain; in SelectBRIND()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp608 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains); in ExpandLoad() local
613 AddLegalizedOperand(Op.getValue(1), NewChain); in ExpandLoad()
615 return (Op.getResNo() ? NewChain : Value); in ExpandLoad()
H A DLegalizeVectorTypes.cpp2401 SDValue NewChain; in WidenVecRes_LOAD() local
2403 NewChain = LdChain[0]; in WidenVecRes_LOAD()
2405 NewChain = DAG.getNode(ISD::TokenFactor, SDLoc(LD), MVT::Other, LdChain); in WidenVecRes_LOAD()
2409 ReplaceValueWith(SDValue(N, 1), NewChain); in WidenVecRes_LOAD()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp393 SDValue NewChain = in MoveBelowOrigChain() local
396 Ops.push_back(NewChain); in MoveBelowOrigChain()
H A DX86ISelLowering.cpp6080 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
6081 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
6107 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
6108 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
21872 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain); in PerformShuffleCombine256()
25054 SDValue NewChain = NewLd.getValue(1); in PerformSTORECombine() local
25056 Ops.push_back(NewChain); in PerformSTORECombine()
25059 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(), in PerformSTORECombine()
25080 SDValue NewChain = LoLd.getValue(1); in PerformSTORECombine() local
25091 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr, in PerformSTORECombine()
[all …]