| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGCUDARuntime.cpp | 28 ReturnValueSlot ReturnValue) {
|
| CGCUDARuntime.h | 38 class ReturnValueSlot; 81 ReturnValueSlot ReturnValue);
|
| CGGPUBuiltin.cpp | 71 ReturnValueSlot ReturnValue) { 127 ReturnValueSlot ReturnValue) {
|
| CGCall.h | 360 /// ReturnValueSlot - Contains the address where the return value of a 362 class ReturnValueSlot { 371 ReturnValueSlot() 373 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false,
|
| CGObjCRuntime.h | 168 ReturnValueSlot ReturnSlot, 182 ReturnValueSlot Return, 199 ReturnValueSlot ReturnSlot,
|
| CGObjC.cpp | 114 *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver, 228 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel, 437 CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, 572 ReturnValueSlot Return) { 734 CGF.CGM.getObjCRuntime().GenerateMessageSendSuper(CGF, ReturnValueSlot(), 841 callee, ReturnValueSlot(), args); 1107 callee, ReturnValueSlot(), args); 1208 callee, ReturnValueSlot(), args, &CallInstruction); 1327 callee, ReturnValueSlot(), args); 1365 callee, ReturnValueSlot(), args) [all...] |
| CodeGenFunction.h | 3941 ReturnValueSlot ReturnValue, const CallArgList &Args, 3945 ReturnValueSlot ReturnValue, const CallArgList &Args, 3952 ReturnValueSlot ReturnValue, llvm::Value *Chain = nullptr); 3954 ReturnValueSlot ReturnValue = ReturnValueSlot()); 3955 RValue EmitSimpleCallExpr(const CallExpr *E, ReturnValueSlot ReturnValue); 4020 ReturnValueSlot ReturnValue, llvm::Value *This, 4029 ReturnValueSlot ReturnValue); 4032 ReturnValueSlot ReturnValue, 4043 ReturnValueSlot ReturnValue) [all...] |
| CGExprCXX.cpp | 80 ReturnValueSlot ReturnValue, 116 ReturnValueSlot(), Args, nullptr, CE && CE == MustTailCall, 182 ReturnValueSlot ReturnValue) { 209 const CallExpr *CE, const CXXMethodDecl *MD, ReturnValueSlot ReturnValue, 432 ReturnValueSlot ReturnValue) { 483 ReturnValueSlot ReturnValue) { 492 ReturnValueSlot ReturnValue) { 1316 Callee, ReturnValueSlot(), Args, &CallOrInvoke);
|
| CGExprAgg.cpp | 56 // The given function should take a ReturnValueSlot, and return an RValue that 59 llvm::function_ref<RValue(ReturnValueSlot)> Fn); 255 const Expr *E, llvm::function_ref<RValue(ReturnValueSlot)> EmitCall) { 296 EmitCall(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused, 923 withReturnValueSlot(E, [&](ReturnValueSlot Slot) { 929 withReturnValueSlot(E, [&](ReturnValueSlot Slot) {
|
| CGVTables.cpp | 364 ReturnValueSlot Slot; 368 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified(),
|
| CGObjCMac.cpp | 1067 ReturnValueSlot Return, 1319 ReturnValueSlot Return, 1328 ReturnValueSlot Return, QualType ResultType, 1482 ReturnValueSlot Return, 1608 ReturnValueSlot Return, 1617 ReturnValueSlot Return, QualType ResultType, 1735 ReturnValueSlot returnSlot, 2079 ReturnValueSlot Return, 2142 ReturnValueSlot Return, 2165 ReturnValueSlot Return [all...] |
| CGCUDANV.cpp | 398 CGF.EmitCall(FI, CGCallee::forDirect(cudaLaunchKernelFn), ReturnValueSlot(),
|
| CGObjCGNU.cpp | 571 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, 577 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return, 2511 ReturnValueSlot Return, 2631 ReturnValueSlot Return,
|
| CGClass.cpp | 2185 EmitCall(Info, Callee, ReturnValueSlot(), Args, nullptr, false, Loc); 2880 ReturnValueSlot returnSlot; 2885 ReturnValueSlot(ReturnValue, resultType.isVolatileQualified(),
|
| CGExprComplex.cpp | 661 RValue Res = CGF.EmitCall(FuncInfo, Callee, ReturnValueSlot(), Args, &Call);
|
| CGExpr.cpp | 4841 ReturnValueSlot ReturnValue) { 4873 ReturnValueSlot ReturnValue) { 5120 const CallExpr *E, ReturnValueSlot ReturnValue,
|
| CGAtomic.cpp | 319 return CGF.EmitCall(fnInfo, callee, ReturnValueSlot(), args);
|
| CGException.cpp | 1743 CGF.EmitCall(FnInfo, Callee, ReturnValueSlot(), Args);
|
| CGBuiltin.cpp | 619 return CGF.EmitCall(E->getCallee()->getType(), callee, E, ReturnValueSlot()); 1835 EmitCall(FI, CGCallee::forDirect(F), ReturnValueSlot(), Args); 2188 ReturnValueSlot ReturnValue) { 3826 ReturnValueSlot(), Args); 5191 ReturnValue = ReturnValueSlot(DestPtr, false); 5216 ReturnValueSlot ReturnValue, 5262 ReturnValueSlot ReturnValue) { 7265 ReturnValueSlot ReturnValue, 8051 ReturnValueSlot ReturnValue, 8152 ReturnValueSlot ReturnValue [all...] |
| CGBlocks.cpp | 1179 ReturnValueSlot ReturnValue) {
|
| CGDecl.cpp | 606 CGF.EmitCall(FnInfo, Callee, ReturnValueSlot(), Args);
|
| MicrosoftCXXABI.cpp | 4066 CGF.EmitCall(CalleeInfo, Callee, ReturnValueSlot(), Args);
|
| CGCall.cpp | 4593 ReturnValueSlot ReturnValue,
|