Searched refs:BasePTR (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 512 SDValue BasePTR = LD->getBasePtr(); in ExpandLoad() local 538 ScalarLoad = DAG.getLoad(WideVT, dl, Chain, BasePTR, in ExpandLoad() 550 ScalarLoad = DAG.getExtLoad(ISD::EXTLOAD, dl, WideVT, Chain, BasePTR, in ExpandLoad() 560 BasePTR = DAG.getNode(ISD::ADD, dl, BasePTR.getValueType(), BasePTR, in ExpandLoad() 562 BasePTR.getValueType())); in ExpandLoad()
|
D | TargetLowering.cpp | 3151 SDValue BasePTR = LD->getBasePtr(); in scalarizeVectorLoad() local 3163 EVT PtrVT = BasePTR.getValueType(); in scalarizeVectorLoad() 3171 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride), in scalarizeVectorLoad() 3176 BasePTR = DAG.getNode(ISD::ADD, SL, PtrVT, BasePTR, in scalarizeVectorLoad()
|