Lines Matching defs:Args
2300 "Var args not supported with calling convention fastcc, ghc or hipe");
2723 "Var args not supported with calling convention fastcc, ghc or hipe");
2981 // and flag operands which copy the outgoing args into registers.
11256 SDValue Args[] = { Chain, Offset };
11257 Chain = DAG.getNode(X86ISD::TLSCALL, DL, NodeTys, Args);
15976 TargetLowering::ArgListTy Args;
15990 Args.push_back(Entry);
16000 Callee, std::move(Args), 0)
17138 TargetLowering::ArgListTy Args;
17145 Args.push_back(Entry);
17161 .setCallee(CallingConv::C, RetTy, Callee, std::move(Args), 0);
18013 // Address into RAX/EAX, other two args into ECX, EDX.