Home
last modified time | relevance | path

Searched refs:CreatePointerBitCastOrAddrSpaceCast (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1396 llvm::Value *ID = Bld.CreatePointerBitCastOrAddrSpaceCast(W, CGM.Int8PtrTy); in emitWorkerLoop()
1792 GlobalRecCastAddr = Bld.CreatePointerBitCastOrAddrSpaceCast( in emitGenericVarsProlog()
1845 llvm::Value *ResAddr = Bld.CreatePointerBitCastOrAddrSpaceCast( in emitGenericVarsProlog()
1871 GlobalRecCastAddr = Bld.CreatePointerBitCastOrAddrSpaceCast( in emitGenericVarsProlog()
1887 GlobalRecCastAddr = Bld.CreatePointerBitCastOrAddrSpaceCast( in emitGenericVarsProlog()
1904 Bld.CreatePointerBitCastOrAddrSpaceCast( in emitGenericVarsProlog()
1988 llvm::Value *GlobalRecCastAddr = Bld.CreatePointerBitCastOrAddrSpaceCast( in emitGenericVarsProlog()
2123 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall()
2278 Address ValCastItem = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in castValueToType()
2341 Address PtrEnd = Bld.CreatePointerBitCastOrAddrSpaceCast( in shuffleAndStore()
[all …]
H A DCGBuilder.h172 using CGBuilderBaseTy::CreatePointerBitCastOrAddrSpaceCast;
173 Address CreatePointerBitCastOrAddrSpaceCast(Address Addr, llvm::Type *Ty,
176 CreatePointerBitCastOrAddrSpaceCast(Addr.getPointer(), Ty, Name);
H A DCGOpenMPRuntime.cpp976 Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(Addr, Ty); in castToBase()
1016 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in adjustPrivateAddress()
2017 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(GAddr, CGM.VoidPtrTy), in getAddrOfArtificialThreadPrivate()
2023 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in getAddrOfArtificialThreadPrivate()
2392 Address LHS(CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitCopyprivateCopyFunction()
2395 Address RHS(CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitCopyprivateCopyFunction()
2478 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitSingleRegion()
2490 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(CopyprivateList, in emitSingleRegion()
3609 llvm::Value *SharedsParam = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitProxyTaskFunction()
3617 PrivatesParam = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitProxyTaskFunction()
[all …]
H A DCGAtomic.cpp89 auto Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in AtomicInfo()
298 return CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in CreateTempAlloca()
H A DCGClass.cpp2521 VTableField = Builder.CreatePointerBitCastOrAddrSpaceCast( in InitializeVTablePointer()
2523 VTableAddressPoint = Builder.CreatePointerBitCastOrAddrSpaceCast( in InitializeVTablePointer()
H A DCGStmtOpenMP.cpp658 LV.setAddress(WrapperCGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in GenerateOpenMPCapturedStmtFunction()
1637 Allocator = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(Allocator, in getAddressOfLocalVariable()
1647 Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in getAddressOfLocalVariable()
4409 CopyFn = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in EmitOMPTaskBasedDirective()
4680 CopyFn = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in EmitOMPTargetTaskBasedDirective()
6546 PrivAddr = Builder.CreatePointerBitCastOrAddrSpaceCast(PrivAddr, RealTy); in EmitOMPUseDeviceAddrClause()
H A DCodeGenFunction.cpp1061 Builder.CreateStore(Builder.CreatePointerBitCastOrAddrSpaceCast( in StartFunction()
H A DItaniumCXXABI.cpp2995 Val = Builder.CreatePointerBitCastOrAddrSpaceCast( in EmitThreadLocalInitFuncs()
H A DCGCall.cpp1340 Src = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(Src, DstTy); in CreateCoercedStore()
H A DCGExprScalar.cpp4717 return Builder.CreatePointerBitCastOrAddrSpaceCast(Src, DstTy, Name); in createCastsForTypeOfSameSize()
H A DCGExpr.cpp2703 Addr = Builder.CreatePointerBitCastOrAddrSpaceCast(Addr, PTy); in EmitDeclRefLValue()
H A DTargetInfo.cpp475 return CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in performAddrSpaceCast()
H A DCGBuiltin.cpp15707 Src0 = Builder.CreatePointerBitCastOrAddrSpaceCast(Src0, PTy); in EmitAMDGPUBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h231 Instruction *CreatePointerBitCastOrAddrSpaceCast( in CreatePointerBitCastOrAddrSpaceCast() function
233 return CastInst::CreatePointerBitCastOrAddrSpaceCast(C, DestTy); in CreatePointerBitCastOrAddrSpaceCast()
H A DIRBuilderFolder.h101 virtual Value *CreatePointerBitCastOrAddrSpaceCast(Constant *C,
H A DConstantFolder.h197 Constant *CreatePointerBitCastOrAddrSpaceCast(Constant *C, in CreatePointerBitCastOrAddrSpaceCast() function
H A DInstrTypes.h524 static CastInst *CreatePointerBitCastOrAddrSpaceCast(
532 static CastInst *CreatePointerBitCastOrAddrSpaceCast(
H A DIRBuilder.h2121 Value *CreatePointerBitCastOrAddrSpaceCast(Value *V, Type *DestTy,
2127 return Insert(Folder.CreatePointerBitCastOrAddrSpaceCast(VC, DestTy),
2131 return Insert(CastInst::CreatePointerBitCastOrAddrSpaceCast(V, DestTy),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp168 IRB.CreateConstGEP1_64(IRB.CreatePointerBitCastOrAddrSpaceCast(Base, Int8PtrTy), in visitLoadInst()
H A DAMDGPULowerKernelArguments.cpp114 Value *CastOffsetPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h223 Constant *CreatePointerBitCastOrAddrSpaceCast(Constant *C, in CreatePointerBitCastOrAddrSpaceCast() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2184 return CastInst::CreatePointerBitCastOrAddrSpaceCast(Y, GEPType); in visitGetElementPtrInst()
2281 return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP, GEPType); in visitGetElementPtrInst()
2317 return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP, in visitGetElementPtrInst()
2361 return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP, in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3053 return CreatePointerBitCastOrAddrSpaceCast(S, Ty, Name, InsertAtEnd); in CreatePointerCast()
3072 return CreatePointerBitCastOrAddrSpaceCast(S, Ty, Name, InsertBefore); in CreatePointerCast()
3075 CastInst *CastInst::CreatePointerBitCastOrAddrSpaceCast( in CreatePointerBitCastOrAddrSpaceCast() function in CastInst
3088 CastInst *CastInst::CreatePointerBitCastOrAddrSpaceCast( in CreatePointerBitCastOrAddrSpaceCast() function in CastInst
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1684 Ptr = IRB.CreatePointerBitCastOrAddrSpaceCast(Ptr, in getAdjustedPtr()