Home
last modified time | relevance | path

Searched refs:AddrOpIdx (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1780 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLD() local
1781 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVLD()
1836 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD()
1870 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD()
1913 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVST() local
1915 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVST()
1987 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST()
2036 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST()
2060 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLDSTLane() local
2062 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVLDSTLane()
[all …]
DARMISelLowering.cpp8758 const unsigned AddrOpIdx = ((isIntrinsic || isStore) ? 2 : 1); in CombineBaseUpdate() local
8759 SDValue Addr = N->getOperand(AddrOpIdx); in CombineBaseUpdate()
8832 VecTy = N->getOperand(AddrOpIdx+1).getValueType(); in CombineBaseUpdate()
8908 Ops.push_back(N->getOperand(AddrOpIdx)); in CombineBaseUpdate()
8917 for (unsigned i = AddrOpIdx + 1; i < N->getNumOperands() - 1; ++i) in CombineBaseUpdate()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8166 unsigned AddrOpIdx = N->getNumOperands() - 1; in performNEONPostLDSTCombine() local
8167 SDValue Addr = N->getOperand(AddrOpIdx); in performNEONPostLDSTCombine()
8256 for (unsigned i = 2; i < AddrOpIdx; ++i) in performNEONPostLDSTCombine()