Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp609 unsigned NumCallRegArgs = in LowerStatepoint() local
611 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, MVT::i32)); in LowerStatepoint()
DFastISel.cpp779 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() local
780 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
DSelectionDAGBuilder.cpp7057 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint() local
7058 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
7059 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, MVT::i32)); in visitPatchpoint()