Searched refs:getAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 1586 static inline SDValue getAL(SelectionDAG *CurDAG, const SDLoc &dl) { in getAL() function 1651 SDValue Ops[]= { Base, AMOpc, getAL(CurDAG, SDLoc(N)), in tryARMIndexedLoad() 1661 SDValue Ops[]= { Base, Offset, AMOpc, getAL(CurDAG, SDLoc(N)), in tryARMIndexedLoad() 1692 SDValue Ops[]= { Base, getAL(CurDAG, SDLoc(N)), in tryT1IndexedLoad() 1740 SDValue Ops[]= { Base, Offset, getAL(CurDAG, SDLoc(N)), in tryT2IndexedLoad() 2172 SDValue Pred = getAL(CurDAG, dl); in SelectVLD() 2307 SDValue Pred = getAL(CurDAG, dl); in SelectVST() 2479 SDValue Pred = getAL(CurDAG, dl); in SelectVLDSTLane() 2644 Ops.push_back(getAL(CurDAG, Loc)); in SelectMVE_LongShift() 2924 SDValue Pred = getAL(CurDAG, Loc); in SelectCDE_CXxD() [all …]
|