Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1812 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLD() local
1813 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVLD()
1868 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD()
1902 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVLD()
1945 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVST() local
1947 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVST()
2019 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST()
2068 SDValue Inc = N->getOperand(AddrOpIdx + 1); in SelectVST()
2092 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLDSTLane() local
2094 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVLDSTLane()
[all …]
DARMISelLowering.cpp9492 const unsigned AddrOpIdx = ((isIntrinsic || isStore) ? 2 : 1); in CombineBaseUpdate() local
9493 SDValue Addr = N->getOperand(AddrOpIdx); in CombineBaseUpdate()
9567 VecTy = N->getOperand(AddrOpIdx+1).getValueType(); in CombineBaseUpdate()
9643 Ops.push_back(N->getOperand(AddrOpIdx)); in CombineBaseUpdate()
9652 for (unsigned i = AddrOpIdx + 1; i < N->getNumOperands() - 1; ++i) in CombineBaseUpdate()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9057 unsigned AddrOpIdx = N->getNumOperands() - 1; in performNEONPostLDSTCombine() local
9058 SDValue Addr = N->getOperand(AddrOpIdx); in performNEONPostLDSTCombine()
9147 for (unsigned i = 2; i < AddrOpIdx; ++i) in performNEONPostLDSTCombine()