• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:Ops

387                                          SmallVectorImpl<SDValue> &Ops,  in lowerIncomingStatepointValue()  argument
396 Ops.push_back( in lowerIncomingStatepointValue()
398 Ops.push_back(Builder.DAG.getTargetConstant(C->getSExtValue(), MVT::i64)); in lowerIncomingStatepointValue()
403 Ops.push_back(Builder.DAG.getTargetFrameIndex(FI->getIndex(), in lowerIncomingStatepointValue()
414 Ops.push_back(Res.first); in lowerIncomingStatepointValue()
428 static void lowerStatepointMetaArgs(SmallVectorImpl<SDValue> &Ops, in lowerStatepointMetaArgs() argument
493 Ops.push_back( in lowerStatepointMetaArgs()
495 Ops.push_back(Builder.DAG.getTargetConstant(NumVMSArgs, MVT::i64)); in lowerStatepointMetaArgs()
511 lowerIncomingStatepointValue(Incoming, Ops, Builder); in lowerStatepointMetaArgs()
523 lowerIncomingStatepointValue(Incoming, Ops, Builder); in lowerStatepointMetaArgs()
535 Ops.push_back(Builder.DAG.getTargetFrameIndex(FI->getIndex(), in lowerStatepointMetaArgs()
599 SmallVector<SDValue, 40> Ops; in LowerStatepoint() local
611 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, MVT::i32)); in LowerStatepoint()
615 Ops.push_back(CallTarget); in LowerStatepoint()
624 Ops.insert(Ops.end(), CallNode->op_begin() + 2, RegMaskIt); in LowerStatepoint()
631 Ops.push_back(DAG.getTargetConstant(StackMaps::ConstantOp, MVT::i64)); in LowerStatepoint()
632 Ops.push_back( in LowerStatepoint()
636 Ops.insert(Ops.end(), LoweredArgs.begin(), LoweredArgs.end()); in LowerStatepoint()
639 Ops.push_back(*RegMaskIt); in LowerStatepoint()
642 Ops.push_back(CallNode->getOperand(0)); in LowerStatepoint()
646 Ops.push_back(Glue); in LowerStatepoint()
653 getCurSDLoc(), NodeTys, Ops); in LowerStatepoint()