Searched refs:getAL (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 1581 static inline SDValue getAL(SelectionDAG *CurDAG, const SDLoc &dl) { in getAL() function 1646 SDValue Ops[]= { Base, AMOpc, getAL(CurDAG, SDLoc(N)), in tryARMIndexedLoad() 1656 SDValue Ops[]= { Base, Offset, AMOpc, getAL(CurDAG, SDLoc(N)), in tryARMIndexedLoad() 1687 SDValue Ops[]= { Base, getAL(CurDAG, SDLoc(N)), in tryT1IndexedLoad() 1735 SDValue Ops[]= { Base, Offset, getAL(CurDAG, SDLoc(N)), in tryT2IndexedLoad() 2167 SDValue Pred = getAL(CurDAG, dl); in SelectVLD() 2302 SDValue Pred = getAL(CurDAG, dl); in SelectVST() 2475 SDValue Pred = getAL(CurDAG, dl); in SelectVLDSTLane() 2640 Ops.push_back(getAL(CurDAG, Loc)); in SelectMVE_LongShift() 2923 SDValue Pred = getAL(CurDAG, Loc); in SelectCDE_CXxD() [all …]
|