Lines Matching full:callee
1143 SDValue Callee = CLI.Callee;
1156 IsTailCall = IsEligibleForTailCallOptimization(Callee, CallConv,
1180 // FPDiff is the byte offset of the call's argument area from the callee's.
1181 // Stores to callee stack arguments will be placed in FixedStackSlots offset
1183 // caller will deallocate the entire stack and the callee still expects its
1218 // Callee does the actual widening, so all extensions just use an implicit
1322 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
1324 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy());
1325 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(Callee)) {
1327 Callee = DAG.getTargetExternalSymbol(Sym, getPointerTy());
1341 // (AArch64Call Chain, Callee, reg1, ..., regn, preserveMask, inflag?
1345 // callee" (for a direct, non-tail call).
1348 Ops.push_back(Callee);
1444 AArch64TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
1535 // Nothing more to check if the callee is taking no arguments
1835 SDValue Callee = DAG.getExternalSymbol(getLibcallName(Call), getPointerTy());
1845 // isTailCall may be true since the callee does not reference caller stack
1856 Callee, Args, DAG, SDLoc(Op));