Home | History | Annotate | Download | only in NVPTX

Lines Matching full:callee

439              "type mismatch between callee prototype and arguments");
469 NVPTXTargetLowering::getArgumentAlignment(SDValue Callee,
475 GlobalAddressSDNode *Func = dyn_cast<GlobalAddressSDNode>(Callee.getNode());
479 "direct call cannot find callee");
500 SDValue Callee = CLI.Callee;
543 unsigned align = getArgumentAlignment(Callee, CS, Ty, paramCount + 1);
589 unsigned align = getArgumentAlignment(Callee, CS, Ty, paramCount + 1);
820 GlobalAddressSDNode *Func = dyn_cast<GlobalAddressSDNode>(Callee.getNode());
845 retAlignment = getArgumentAlignment(Callee, CS, retTy, 0);
888 SDValue CallVoidOps[] = { Chain, Callee, InFlag };