Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1942 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local
1947 auto *ty = cast<llvm::PointerType>(srcValue->getType()); in GenerateCopyHelperFunction()
1950 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
1956 EmitARCRetainNonBlock(srcValue); in GenerateCopyHelperFunction()
1967 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local
1970 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask()) in GenerateCopyHelperFunction()
2132 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); in emitCopy() local
2139 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; in emitCopy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3154 Value *srcValue = Constant::getNullValue(PointerType::get( in LowerFormalArguments() local
3157 MachinePointerInfo(srcValue), in LowerFormalArguments()