Home
last modified time | relevance | path

Searched refs:getPointerTo (Results 1 – 25 of 118) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp250 return getHalfTy(C)->getPointerTo(AS); in getHalfPtrTy()
254 return getBFloatTy(C)->getPointerTo(AS); in getBFloatPtrTy()
258 return getFloatTy(C)->getPointerTo(AS); in getFloatPtrTy()
262 return getDoubleTy(C)->getPointerTo(AS); in getDoublePtrTy()
266 return getX86_FP80Ty(C)->getPointerTo(AS); in getX86_FP80PtrTy()
270 return getFP128Ty(C)->getPointerTo(AS); in getFP128PtrTy()
274 return getPPC_FP128Ty(C)->getPointerTo(AS); in getPPC_FP128PtrTy()
278 return getX86_MMXTy(C)->getPointerTo(AS); in getX86_MMXPtrTy()
282 return getX86_AMXTy(C)->getPointerTo(AS); in getX86_AMXPtrTy()
286 return getIntNTy(C, N)->getPointerTo(AS); in getIntNPtrTy()
[all …]
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp373 {Type::getInt8PtrTy(C)->getPointerTo(), Type::getInt8PtrTy(C), in createRegisterGlobalsFunction()
384 {Type::getInt8PtrTy(C)->getPointerTo(), Type::getInt8PtrTy(C), in createRegisterGlobalsFunction()
408 Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterGlobalsFunction()
534 auto *RegFatTy = FunctionType::get(Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterFatbinFunction()
541 Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterFatbinFunction()
547 Type::getInt8PtrTy(C)->getPointerTo(), in createRegisterFatbinFunction()
554 FunctionType::get(Type::getInt32Ty(C), DtorFuncTy->getPointerTo(), in createRegisterFatbinFunction()
559 M, Type::getInt8PtrTy(C)->getPointerTo(), false, in createRegisterFatbinFunction()
561 llvm::ConstantPointerNull::get(Type::getInt8PtrTy(C)->getPointerTo()), in createRegisterFatbinFunction()
583 Type::getInt8PtrTy(C)->getPointerTo(), BinaryHandleGlobal, in createRegisterFatbinFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp38 ->getPointerTo()) {} in Lowerer()
93 PointerType *FramePtrTy = FrameTy->getPointerTo(); in lowerCoroDone()
130 auto *FramePtrTy = FrameTy->getPointerTo(); in lowerCoroNoop()
133 auto *FnPtrTy = FnTy->getPointerTo(); in lowerCoroNoop()
H A DCoroCleanup.cpp37 PointerType *FramePtrTy = FrameTy->getPointerTo(); in lowerSubFn()
H A DCoroInternal.h186 FrameTy->getPointerTo(), /*IsVarArg*/false); in getResumeFunctionType()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86WinEHState.cpp215 EHLinkRegistrationTy->getPointerTo(0), // EHRegistrationNode *Next in getEHLinkRegistrationType()
408 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo()); in generateLSDAInEAXThunk()
431 Constant::getNullValue(LinkTy->getPointerTo()->getPointerTo(257)); in linkExceptionRegistration()
432 Value *Next = Builder.CreateLoad(LinkTy->getPointerTo(), FSZero); in linkExceptionRegistration()
447 Value *Next = Builder.CreateLoad(LinkTy->getPointerTo(), in unlinkExceptionRegistration()
450 Constant::getNullValue(LinkTy->getPointerTo()->getPointerTo(257)); in unlinkExceptionRegistration()
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainFDriver.cpp78 Type::getInt8Ty(mod->getContext())->getPointerTo()->getPointerTo()}, in addMainFunction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCXX.cpp136 llvm::PointerType *AliasType = AliasValueType->getPointerTo(); in TryEmitBaseDestructorAsAlias()
255 Ty = Ty->getPointerTo(); in BuildAppleKextVirtualCall()
256 VTable = CGF.Builder.CreateBitCast(VTable, Ty->getPointerTo()); in BuildAppleKextVirtualCall()
H A DItaniumCXXABI.cpp690 VirtualFn = Builder.CreateBitCast(VirtualFn, FTy->getPointerTo(), in EmitLoadOfMemberFunctionPointer()
712 VirtualFn = CGF.Builder.CreateBitCast(VirtualFn, FTy->getPointerTo()); in EmitLoadOfMemberFunctionPointer()
717 VFPAddr, FTy->getPointerTo()->getPointerTo()); in EmitLoadOfMemberFunctionPointer()
719 FTy->getPointerTo(), VFPAddr, CGF.getPointerAlign(), in EmitLoadOfMemberFunctionPointer()
761 Builder.CreateIntToPtr(FnAsInt, FTy->getPointerTo(), "memptr.nonvirtualfn"); in EmitLoadOfMemberFunctionPointer()
802 llvm::PHINode *CalleePtr = Builder.CreatePHI(FTy->getPointerTo(), 2); in EmitLoadOfMemberFunctionPointer()
829 ->getPointerTo(Base.getAddressSpace()); in EmitMemberDataPointerAddress()
1216 CGF.GetVTablePtr(Ptr, CGF.IntPtrTy->getPointerTo(), ClassDecl); in emitVirtualObjectDelete()
1421 CGF.GetVTablePtr(ThisPtr, StdTypeInfoPtrTy->getPointerTo(), ClassDecl); in EmitTypeid()
1431 Value = CGF.Builder.CreateBitCast(Value, StdTypeInfoPtrTy->getPointerTo()); in EmitTypeid()
[all …]
H A DMicrosoftCXXABI.cpp510 getImageRelativeType(getClassHierarchyDescriptorType()->getPointerTo()), in getBaseClassDescriptorType()
528 getBaseClassDescriptorType()->getPointerTo()->getPointerTo()), in getClassHierarchyDescriptorType()
544 getImageRelativeType(getClassHierarchyDescriptorType()->getPointerTo()), in getCompleteObjectLocatorType()
742 getImageRelativeType(getCatchableTypeType()->getPointerTo()); in getCatchableTypeArrayType()
769 llvm::Type *Args[] = {CGM.Int8PtrTy, getThrowInfoType()->getPointerTo()}; in getThrowFn()
902 llvm::ConstantPointerNull::get(getThrowInfoType()->getPointerTo())}; in emitRethrow()
1239 CGF.Int8Ty->getPointerTo(AS)); in initializeHiddenVirtualInheritanceMembers()
1245 VtorDispPtr, CGF.Int32Ty->getPointerTo(AS), "vtordisp.ptr"); in initializeHiddenVirtualInheritanceMembers()
1553 llvm::Type *charPtrTy = CGF.Int8Ty->getPointerTo(AS), in EmitInstanceFunctionProlog()
1933 Ty = Ty->getPointerTo(); in getVirtualFunctionPointer()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1071 llvm::PointerType *VarPtrTy = CGF.ConvertTypeForMem(VarTy)->getPointerTo(); in emitGenericVarsProlog()
1368 CastItem, Val->getType()->getPointerTo(CastItem.getAddressSpace()), in castValueToType()
1440 Ptr = Bld.CreatePointerBitCastOrAddrSpaceCast(Ptr, IntTy->getPointerTo(), in shuffleAndStore()
1443 ElemPtr, IntTy->getPointerTo(), IntTy); in shuffleAndStore()
1810 ElemTy->getPointerTo()), in emitInterWarpCopyFunction()
1884 CopyType->getPointerTo( in emitInterWarpCopyFunction()
1936 CopyType->getPointerTo( in emitInterWarpCopyFunction()
2085 ElemTy->getPointerTo()), in emitShuffleAndReduceFunction()
2242 ElemTy->getPointerTo()), in emitListToGlobalCopyFunction()
2249 LLVMReductionsBufferTy->getPointerTo()); in emitListToGlobalCopyFunction()
[all …]
H A DCGCXXABI.cpp53 llvm::Constant *FnPtr = llvm::Constant::getNullValue(FTy->getPointerTo()); in EmitLoadOfMemberFunctionPointer()
63 ->getPointerTo(Base.getAddressSpace()); in EmitMemberDataPointerAddress()
H A DAddress.h158 getPointer(), ElemTy->getPointerTo(getAddressSpace())); in getElementBitCast()
H A DCGCUDANV.cpp239 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
272 llvm::Type *Params[] = {RegisterGlobalsFnTy->getPointerTo(), VoidPtrTy, in getRegisterLinkedBinaryFnTy()
273 VoidPtrTy, CallbackFnTy->getPointerTo()}; in getRegisterLinkedBinaryFnTy()
540 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
563 llvm::ConstantPointerNull::get(IntTy->getPointerTo())}; in makeRegisterGlobalsFn()
H A DCGObjCRuntime.cpp373 CGM.getTypes().GetFunctionType(signature)->getPointerTo(ProgramAS); in getMessageSendInfo()
387 CGM.getTypes().GetFunctionType(argsInfo)->getPointerTo(ProgramAS); in getMessageSendInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalIFunc.h84 return FunctionType::get(IFuncValTy->getPointerTo(), false); in getResolverFunctionType()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp265 Type *PtrTy = Ty->getPointerTo(); in initialize()
730 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic()
745 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic()
763 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic()
778 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp330 PredType->getPointerTo(Store->getPointerAddressSpace())); in optimizePredicateStore()
390 PredType->getPointerTo(Load->getPointerAddressSpace())); in optimizePredicateLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp902 T = StructType::create(C,"ocl_image")->getPointerTo(); break; in getIntrinsicParamType()
904 T = StructType::create(C,"ocl_sampler")->getPointerTo(); break; in getIntrinsicParamType()
906 T = StructType::create(C,"ocl_event")->getPointerTo(); break; in getIntrinsicParamType()
914 T = useAddrSpace ? T->getPointerTo((P.PtrKind & AMDGPULibFunc::ADDR_SPACE) in getIntrinsicParamType()
916 : T->getPointerTo(); in getIntrinsicParamType()
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp121 C, {Type::getInt8Ty(C)->getPointerTo(0), Int32, Int32}, in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp292 ByteType, Builder.CreateBitCast(LhsSource, ByteType->getPointerTo()), in getLoadPair()
295 ByteType, Builder.CreateBitCast(RhsSource, ByteType->getPointerTo()), in getLoadPair()
300 LhsSource = Builder.CreateBitCast(LhsSource, LoadSizeType->getPointerTo()); in getLoadPair()
301 RhsSource = Builder.CreateBitCast(RhsSource, LoadSizeType->getPointerTo()); in getLoadPair()
H A DShadowStackGCLowering.cpp329 AtEntry.CreateLoad(StackEntryTy->getPointerTo(), Head, "gc_currhead"); in runOnFunction()
371 Value *SavedHead = AtExit->CreateLoad(StackEntryTy->getPointerTo(), in runOnFunction()
H A DPreISelIntrinsicLowering.cpp36 Type *Int32PtrTy = Int32Ty->getPointerTo(); in lowerLoadRelative()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp71 {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false); in emit()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp41 Type *SizePtrTy = SizeTy->getPointerTo(); in insertCall()

12345