Searched refs:srcValue (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1976 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local 1981 auto *ty = cast<llvm::PointerType>(srcValue->getType()); in GenerateCopyHelperFunction() 1984 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction() 1990 EmitARCRetainNonBlock(srcValue); in GenerateCopyHelperFunction() 2001 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local 2002 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy); in GenerateCopyHelperFunction() 2006 dstAddr, srcValue, llvm::ConstantInt::get(Int32Ty, flags.getBitMask()) in GenerateCopyHelperFunction() 2168 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); in emitCopy() local 2175 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; in emitCopy()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 2746 Value *srcValue = Constant::getNullValue(PointerType::get( in LowerFormalArguments() local 2749 MachinePointerInfo(srcValue), in LowerFormalArguments()
|