Searched refs:AddrOpIdx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1695 unsigned AddrOpIdx = isUpdating ? 1 : 2; local
1696 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align))
1750 SDValue Inc = N->getOperand(AddrOpIdx + 1);
1784 SDValue Inc = N->getOperand(AddrOpIdx + 1);
1828 unsigned AddrOpIdx = isUpdating ? 1 : 2; local
1829 unsigned Vec0Idx = 3; // AddrOpIdx + (isUpdating ? 2 : 1)
1830 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align))
1901 SDValue Inc = N->getOperand(AddrOpIdx + 1);
1950 SDValue Inc = N->getOperand(AddrOpIdx + 1);
1974 unsigned AddrOpIdx local
[all...]
H A DARMISelLowering.cpp8614 unsigned AddrOpIdx = (isIntrinsic ? 2 : 1); local
8615 SDValue Addr = N->getOperand(AddrOpIdx);
8683 VecTy = N->getOperand(AddrOpIdx+1).getValueType();
8711 Ops.push_back(N->getOperand(AddrOpIdx));
8713 for (unsigned i = AddrOpIdx + 1; i < N->getNumOperands(); ++i) {

Completed in 70 milliseconds