Searched refs:srcValue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1957 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local 1962 auto *ty = cast<llvm::PointerType>(srcValue->getType()); in GenerateCopyHelperFunction() 1965 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 1971 EmitARCRetainNonBlock(srcValue); in GenerateCopyHelperFunction() 1984 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local 1987 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask()) in GenerateCopyHelperFunction() 2149 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); in emitCopy() local 2156 llvm::Value *args[] = {destField.emitRawPointer(CGF), srcValue, flagsVal}; in emitCopy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 3286 Value *srcValue = Constant::getNullValue(PointerType::get( in LowerFormalArguments() local 3299 MachinePointerInfo(srcValue), PartAlign, in LowerFormalArguments()
|