Searched refs:NextInChain (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 671 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain() local 675 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther, in distributeExtsAndCloneChain() 678 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain, in distributeExtsAndCloneChain() 698 Value *NextInChain = removeConstOffset(ChainIndex - 1); in removeConstOffset() local 703 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) { in removeConstOffset() 728 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP); in removeConstOffset() 730 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP); in removeConstOffset()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 625 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain() local 629 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther, in distributeExtsAndCloneChain() 632 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain, in distributeExtsAndCloneChain() 652 Value *NextInChain = removeConstOffset(ChainIndex - 1); in removeConstOffset() local 657 if (ConstantInt *CI = dyn_cast<ConstantInt>(NextInChain)) { in removeConstOffset() 682 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP); in removeConstOffset() 684 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP); in removeConstOffset()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11448 SDNode *NextInChain = Index->getChain().getNode(); in getStoreMergeAndAliasCandidates() local 11450 if (StoreSDNode *STn = dyn_cast<StoreSDNode>(NextInChain)) { in getStoreMergeAndAliasCandidates() 11454 } else if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(NextInChain)) { in getStoreMergeAndAliasCandidates() 11462 NextInChain = Ldn->getChain().getNode(); in getStoreMergeAndAliasCandidates() 14984 SDNode *NextInChain = Index->getChain().getNode(); in findBetterNeighborChains() local 14986 if (StoreSDNode *STn = dyn_cast<StoreSDNode>(NextInChain)) { in findBetterNeighborChains() 14995 } else if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(NextInChain)) { in findBetterNeighborChains() 14996 NextInChain = Ldn->getChain().getNode(); in findBetterNeighborChains()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 18631 SDNode *NextInChain = Index->getChain().getNode(); in findBetterNeighborChains() local 18633 if (StoreSDNode *STn = dyn_cast<StoreSDNode>(NextInChain)) { in findBetterNeighborChains() 18642 } else if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(NextInChain)) { in findBetterNeighborChains() 18643 NextInChain = Ldn->getChain().getNode(); in findBetterNeighborChains()
|