Home
last modified time | relevance | path

Searched refs:SliceInst (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10701 SDValue SliceInst = LSIt->loadSlice(); in SliceUpLoad() local
10702 CombineTo(LSIt->Inst, SliceInst, true); in SliceUpLoad()
10703 if (SliceInst.getNode()->getOpcode() != ISD::LOAD) in SliceUpLoad()
10704 SliceInst = SliceInst.getOperand(0); in SliceUpLoad()
10705 assert(SliceInst->getOpcode() == ISD::LOAD && in SliceUpLoad()
10707 ArgChains.push_back(SliceInst.getValue(1)); in SliceUpLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13236 SDValue SliceInst = LSIt->loadSlice(); in SliceUpLoad() local
13237 CombineTo(LSIt->Inst, SliceInst, true); in SliceUpLoad()
13238 if (SliceInst.getOpcode() != ISD::LOAD) in SliceUpLoad()
13239 SliceInst = SliceInst.getOperand(0); in SliceUpLoad()
13240 assert(SliceInst->getOpcode() == ISD::LOAD && in SliceUpLoad()
13242 ArgChains.push_back(SliceInst.getValue(1)); in SliceUpLoad()