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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1321 /// getAL - Returns a ARMCC::AL immediate node.
1322 static inline SDValue getAL(SelectionDAG *CurDAG) { function
1382 SDValue Ops[]= { Base, AMOpc, getAL(CurDAG),
1389 SDValue Ops[]= { Base, Offset, AMOpc, getAL(CurDAG),
1438 SDValue Ops[]= { Base, Offset, getAL(CurDAG),
1646 SDValue Pred = getAL(CurDAG);
1773 SDValue Pred = getAL(CurDAG);
1937 SDValue Pred = getAL(CurDAG);
2034 SDValue Pred = getAL(CurDAG);
2106 Ops.push_back(getAL(CurDA
[all...]

Completed in 115 milliseconds