Lines Matching defs:Callee
485 Function *Callee = CI->getCalledFunction();
486 FunctionType *FT = Callee->getFunctionType();
726 Function *Callee = CI->getCalledFunction();
745 Type *PT = Callee->getFunctionType()->getParamType(0);
815 Function *Callee = CI->getCalledFunction();
816 Type *PT = Callee->getFunctionType()->getParamType(0);
840 Function *Callee = CI->getCalledFunction();
916 Type *PT = Callee->getFunctionType()->getParamType(0);
2294 Function *Callee = Pow->getCalledFunction();
2295 StringRef Name = Callee->getName();
2405 Function *Callee = CI->getCalledFunction();
2406 StringRef Name = Callee->getName();
2418 const bool UseIntrinsic = Callee->isIntrinsic();
2455 Function *Callee = CI->getCalledFunction();
2456 StringRef Name = Callee->getName();
2473 Intrinsic::ID IID = Callee->getName().starts_with("fmin") ? Intrinsic::minnum
2699 Function *Callee = CI->getCalledFunction();
2705 (Callee->getName() == "sqrt" ||
2706 Callee->getIntrinsicID() == Intrinsic::sqrt))
2771 Function *Callee = CI->getCalledFunction();
2773 StringRef Name = Callee->getName();
2798 LibFunc inverseFunc = llvm::StringSwitch<LibFunc>(Callee->getName())
2855 FunctionCallee Callee = getOrInsertLibFunc(
2869 SinCos = B.CreateCall(Callee, Arg, "sincospi");
2997 Function *Callee = CI->getCalledFunction();
2999 if (!Callee || !TLI->getLibFunc(*Callee, Func) ||
3122 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg);
3126 Function *Callee = CI->getCalledFunction();
3136 isReportingError(Callee, CI, StreamArg)) {
3143 static bool isReportingError(Function *Callee, CallInst *CI, int StreamArg) {
3144 if (!Callee || !Callee->isDeclaration())
3245 Function *Callee = CI->getCalledFunction();
3246 FunctionType *FT = Callee->getFunctionType();
3258 Callee->getAttributes());
3270 Callee->getAttributes());
3366 Function *Callee = CI->getCalledFunction();
3367 FunctionType *FT = Callee->getFunctionType();
3379 FT, Callee->getAttributes());
3391 Callee->getAttributes());
3592 Function *Callee = CI->getCalledFunction();
3593 FunctionType *FT = Callee->getFunctionType();
3603 FT, Callee->getAttributes());
3616 Callee->getAttributes());
3718 Function *Callee = CI->getCalledFunction();
3720 if (TLI->getLibFunc(*Callee, Func) && isLibFuncEmittable(M, TLI, Func)) {
3945 Function *Callee = CI->getCalledFunction();
3996 if (TLI->getLibFunc(*Callee, Func) && isLibFuncEmittable(M, TLI, Func)) {
4381 Function *Callee = CI->getCalledFunction();
4392 if (!TLI->getLibFunc(*Callee, Func))