Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp638 unsigned NumCallRegArgs = in LowerAsSTATEPOINT() local
640 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32)); in LowerAsSTATEPOINT()
DFastISel.cpp794 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); in selectPatchpoint() local
795 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs)); in selectPatchpoint()
DSelectionDAGBuilder.cpp7385 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); in visitPatchpoint() local
7386 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs; in visitPatchpoint()
7387 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, dl, MVT::i32)); in visitPatchpoint()