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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp808 unsigned NumCallRegArgs = local
810 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, getCurSDLoc(), MVT::i32));
H A DFastISel.cpp834 unsigned NumCallRegArgs = IsAnyRegCC ? NumArgs : CLI.OutRegs.size(); local
835 Ops.push_back(MachineOperand::CreateImm(NumCallRegArgs));
H A DSelectionDAGBuilder.cpp9724 unsigned NumCallRegArgs = Call->getNumOperands() - (HasGlue ? 4 : 3); local
9725 NumCallRegArgs = IsAnyRegCC ? NumArgs : NumCallRegArgs;
9726 Ops.push_back(DAG.getTargetConstant(NumCallRegArgs, dl, MVT::i32));

Completed in 216 milliseconds