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

References

lib/Target/RISCV/RISCVISelLowering.cpp
 2254     Chain = DAG.getCopyToReg(Chain, DL, Reg.first, Reg.second, Glue);
 2255     Glue = Chain.getValue(1);
 2308   if (Glue.getNode())
 2309     Ops.push_back(Glue);
 2320   Glue = Chain.getValue(1);
 2326                              Glue, DL);
 2327   Glue = Chain.getValue(1);
 2338         DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), VA.getLocVT(), Glue);
 2341     Glue = RetValue.getValue(2);
 2346           DAG.getCopyFromReg(Chain, DL, ArgGPRs[1], MVT::i32, Glue);
 2348       Glue = RetValue2.getValue(2);