reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
 1984     Ops.push_back(MemAddr);
 1985     Ops.push_back(Align);
 1994         Ops.push_back(Inc);
 1998         Ops.push_back(Reg0);
 2000     Ops.push_back(Pred);
 2001     Ops.push_back(Reg0);
 2002     Ops.push_back(Chain);
 2003     VLd = CurDAG->getMachineNode(Opc, dl, ResTys, Ops);
 2020     Ops.push_back(SDValue(VLdA, 1));
 2021     Ops.push_back(Align);
 2027       Ops.push_back(Reg0);
 2029     Ops.push_back(SDValue(VLdA, 0));
 2030     Ops.push_back(Pred);
 2031     Ops.push_back(Reg0);
 2032     Ops.push_back(Chain);
 2033     VLd = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, Ops);