Lines Matching +defs:temp +defs:buffer
839 void *buffer =
843 CGFunctionInfo *FI = new(buffer) CGFunctionInfo();
1954 FuncAttrs.addAttribute("stack-protector-buffer-size",
2953 CopyBackSwiftError(Address temp, Address arg) : Temp(temp), Arg(arg) {}
3187 RawAddress temp =
3188 CreateMemTemp(pointeeTy, getPointerAlign(), "swifterror.temp");
3192 Builder.CreateStore(incomingErrorValue, temp);
3193 V = temp.getPointer();
3198 EHStack.pushCleanup<CopyBackSwiftError>(NormalCleanup, temp, arg);
3899 // The internal return value temp always will have pointer-to-return-type
4300 Address temp =
4301 CGF.CreateTempAlloca(destElemType, CGF.getPointerAlign(), "icr.temp");
4313 CGF.Builder.CreateStore(null, temp);
4325 finalArgument = temp.emitRawPointer(CGF);
4331 temp.emitRawPointer(CGF), "icr.argument");
4356 CGF.Builder.CreateStore(src, temp);
4387 args.addWriteback(srcLV, temp, valueToUse);
5239 "indirect-arg-temp");
5337 I->Ty, ArgInfo.getIndirectAlign(), "byval-temp");
5387 CreateMemTemp(pointeeTy, getPointerAlign(), "swifterror.temp");
5456 // coerce-to logic, copy the source value into a temp alloca the size