Home
last modified time | relevance | path

Searched refs:NumCallRegArgs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp837 unsigned NumCallRegArgs = in LowerAsSTATEPOINT() local
839 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
H A DFastISel.cpp839 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() local
840 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
H A DSelectionDAGBuilder.cpp9476 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint() local
9477 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
9478 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, dl, MVT::i32)); in visitPatchpoint()