Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1577 static inline SDValue getAL(SelectionDAG *CurDAG, const SDLoc &dl) { in getAL() function
1642 SDValue Ops[]= { Base, AMOpc, getAL(CurDAG, SDLoc(N)), in tryARMIndexedLoad()
1652 SDValue Ops[]= { Base, Offset, AMOpc, getAL(CurDAG, SDLoc(N)), in tryARMIndexedLoad()
1683 SDValue Ops[]= { Base, getAL(CurDAG, SDLoc(N)), in tryT1IndexedLoad()
1731 SDValue Ops[]= { Base, Offset, getAL(CurDAG, SDLoc(N)), in tryT2IndexedLoad()
2163 SDValue Pred = getAL(CurDAG, dl); in SelectVLD()
2298 SDValue Pred = getAL(CurDAG, dl); in SelectVST()
2470 SDValue Pred = getAL(CurDAG, dl); in SelectVLDSTLane()
2635 Ops.push_back(getAL(CurDAG, Loc)); in SelectMVE_LongShift()
2915 SDValue Pred = getAL(CurDAG, Loc); in SelectCDE_CXxD()
[all …]