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

References

lib/Target/BPF/BPFISelLowering.cpp
  227     if (VA.isRegLoc()) {
  229       EVT RegVT = VA.getLocVT();
  241         RegInfo.addLiveIn(VA.getLocReg(), VReg);
  246         if (VA.getLocInfo() == CCValAssign::SExt)
  248                                  DAG.getValueType(VA.getValVT()));
  249         else if (VA.getLocInfo() == CCValAssign::ZExt)
  251                                  DAG.getValueType(VA.getValVT()));
  253         if (VA.getLocInfo() != CCValAssign::Full)
  254           ArgValue = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), ArgValue);
  262       InVals.push_back(DAG.getConstant(0, DL, VA.getLocVT()));