Searched refs:BasePTR (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 498 SDValue BasePTR = LD->getBasePtr(); in ExpandLoad() local 533 ScalarLoad = DAG.getLoad(WideVT, dl, Chain, BasePTR, in ExpandLoad() 545 ScalarLoad = DAG.getExtLoad(ISD::EXTLOAD, dl, WideVT, Chain, BasePTR, in ExpandLoad() 555 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR, in ExpandLoad() 557 BasePTR.getValueType())); in ExpandLoad() 622 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride), in ExpandLoad() 627 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR, in ExpandLoad() 628 DAG.getConstant(Stride, dl, BasePTR.getValueType())); in ExpandLoad() 649 SDValue BasePTR = ST->getBasePtr(); in ExpandStore() local 683 SDValue Store = DAG.getTruncStore(Chain, dl, Ex, BasePTR, in ExpandStore() [all …]
|