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

References

lib/Target/BPF/BPFISelLowering.cpp
  218   MachineFunction &MF = DAG.getMachineFunction();
  223   CCState CCInfo(CallConv, IsVarArg, MF, ArgLocs, *DAG.getContext());
  242         SDValue ArgValue = DAG.getCopyFromReg(Chain, DL, VReg, RegVT);
  247           ArgValue = DAG.getNode(ISD::AssertSext, DL, RegVT, ArgValue,
  248                                  DAG.getValueType(VA.getValVT()));
  250           ArgValue = DAG.getNode(ISD::AssertZext, DL, RegVT, ArgValue,
  251                                  DAG.getValueType(VA.getValVT()));
  254           ArgValue = DAG.getNode(ISD::TRUNCATE, DL, VA.getValVT(), ArgValue);
  261       fail(DL, DAG, "defined with too many args");
  262       InVals.push_back(DAG.getConstant(0, DL, VA.getLocVT()));
  267     fail(DL, DAG, "functions with VarArgs or StructRet are not supported");