Lines Matching full:retty
259 Type *RetTy =
261 if (!isTypeLegal(RetTy, RetVT))
2302 Type *RetTy = II->getCalledFunction()->getReturnType();
2305 if (!isTypeLegal(RetTy, VT))
2436 Type *RetTy = II->getCalledFunction()->getReturnType();
2439 if (!isTypeLegal(RetTy, VT))
2494 Type *RetTy = Ty->getTypeAtIndex(0U);
2498 if (!isTypeLegal(RetTy, VT))
2634 Type *RetTy = II->getCalledFunction()->getReturnType();
2636 if (!isTypeLegal(RetTy, VT))
2896 CCState CCInfo(CC, IsVarArg, *FuncInfo.MF, ArgLocs, CLI.RetTy->getContext());
3131 CLI.RetTy->getContext());
3135 unsigned ResultReg = FuncInfo.CreateRegs(CLI.RetTy);