Home
last modified time | relevance | path

Searched refs:srcValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2013 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local
2018 auto *ty = cast<llvm::PointerType>(srcValue->getType()); in GenerateCopyHelperFunction()
2021 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2027 EmitARCRetainNonBlock(srcValue); in GenerateCopyHelperFunction()
2040 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local
2043 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask()) in GenerateCopyHelperFunction()
2205 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); in emitCopy() local
2212 llvm::Value *args[] = {destField.emitRawPointer(CGF), srcValue, flagsVal}; in emitCopy()