Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp1980 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local
1985 auto *ty = cast<llvm::PointerType>(srcValue->getType()); in GenerateCopyHelperFunction()
1988 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
1994 EmitARCRetainNonBlock(srcValue); in GenerateCopyHelperFunction()
2005 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local
2006 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy); in GenerateCopyHelperFunction()
2010 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask()) in GenerateCopyHelperFunction()
2172 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); in emitCopy() local
2179 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; in emitCopy()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2592 Value *srcValue = Constant::getNullValue(PointerType::get( in LowerFormalArguments() local
2596 MachinePointerInfo(srcValue), aggregateIsPacked, in LowerFormalArguments()