| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 123 Instruction *CreatePointerBitCastOrAddrSpaceCast( in CreatePointerBitCastOrAddrSpaceCast() function 125 return CastInst::CreatePointerBitCastOrAddrSpaceCast(C, DestTy); in CreatePointerBitCastOrAddrSpaceCast()
|
| H A D | IRBuilderFolder.h | 80 virtual Value *CreatePointerBitCastOrAddrSpaceCast(Constant *C,
|
| H A D | ConstantFolder.h | 186 Constant *CreatePointerBitCastOrAddrSpaceCast(Constant *C, in CreatePointerBitCastOrAddrSpaceCast() function
|
| H A D | InstrTypes.h | 520 static CastInst *CreatePointerBitCastOrAddrSpaceCast( 528 static CastInst *CreatePointerBitCastOrAddrSpaceCast(
|
| H A D | IRBuilder.h | 2063 Value *CreatePointerBitCastOrAddrSpaceCast(Value *V, Type *DestTy, 2069 return Insert(Folder.CreatePointerBitCastOrAddrSpaceCast(VC, DestTy), 2073 return Insert(CastInst::CreatePointerBitCastOrAddrSpaceCast(V, DestTy),
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1072 llvm::Value *CastedVoidPtr = Bld.CreatePointerBitCastOrAddrSpaceCast( in emitGenericVarsProlog() 1207 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall() 1367 Address ValCastItem = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in castValueToType() 1431 Address PtrEnd = Bld.CreatePointerBitCastOrAddrSpaceCast( in shuffleAndStore() 1440 Ptr = Bld.CreatePointerBitCastOrAddrSpaceCast(Ptr, IntTy->getPointerTo(), in shuffleAndStore() 1442 ElemPtr = Bld.CreatePointerBitCastOrAddrSpaceCast( in shuffleAndStore() 1461 Bld.CreatePointerBitCastOrAddrSpaceCast(Ptr.getPointer(), in shuffleAndStore() 1684 CGF.EmitStoreOfScalar(Bld.CreatePointerBitCastOrAddrSpaceCast( 1806 Bld.CreatePointerBitCastOrAddrSpaceCast( in emitInterWarpCopyFunction() 2082 Bld.CreatePointerBitCastOrAddrSpaceCast( in emitShuffleAndReduceFunction() [all …]
|
| H A D | CGBuilder.h | 175 using CGBuilderBaseTy::CreatePointerBitCastOrAddrSpaceCast; 176 Address CreatePointerBitCastOrAddrSpaceCast(Address Addr, llvm::Type *Ty, 180 CreatePointerBitCastOrAddrSpaceCast(Addr.getPointer(), Ty, Name);
|
| H A D | CGOpenMPRuntime.cpp | 958 Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in castToBase() 964 Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in castToBase() 1003 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in adjustPrivateAddress() 1981 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(GAddr, CGM.VoidPtrTy), in getAddrOfArtificialThreadPrivate() 1988 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in getAddrOfArtificialThreadPrivate() 2340 Address LHS(CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitCopyprivateCopyFunction() 2344 Address RHS(CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitCopyprivateCopyFunction() 2428 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitSingleRegion() 2439 Address CL = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitSingleRegion() 3230 llvm::Value *SharedsParam = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in emitProxyTaskFunction() [all …]
|
| H A D | CGAtomic.cpp | 90 auto Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in AtomicInfo() 306 return CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in CreateTempAlloca()
|
| H A D | CGStmtOpenMP.cpp | 670 LV.setAddress(WrapperCGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in GenerateOpenMPCapturedStmtFunction() 1645 Allocator = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(Allocator, in getAddressOfLocalVariable() 1655 Addr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in getAddressOfLocalVariable() 4800 CopyFn = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in EmitOMPTaskBasedDirective() 5085 CopyFn = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in EmitOMPTargetTaskBasedDirective()
|
| H A D | CodeGenFunction.cpp | 1112 Builder.CreateStore(Builder.CreatePointerBitCastOrAddrSpaceCast( in StartFunction()
|
| H A D | CGExprScalar.cpp | 1637 return Builder.CreatePointerBitCastOrAddrSpaceCast(GlobalConstStr, ExprTy, in VisitSYCLUniqueStableNameExpr() 4964 return Builder.CreatePointerBitCastOrAddrSpaceCast(Src, DstTy, Name); in createCastsForTypeOfSameSize()
|
| H A D | ItaniumCXXABI.cpp | 3023 Val = Builder.CreatePointerBitCastOrAddrSpaceCast( in EmitThreadLocalInitFuncs()
|
| H A D | CGCall.cpp | 1379 Src = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(Src, DstTy); in CreateCoercedStore()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 166 Value *CreatePointerBitCastOrAddrSpaceCast(Constant *C, in CreatePointerBitCastOrAddrSpaceCast() function 170 return ConstFolder.CreatePointerBitCastOrAddrSpaceCast(C, DestTy); in CreatePointerBitCastOrAddrSpaceCast()
|
| H A D | TargetFolder.h | 235 Constant *CreatePointerBitCastOrAddrSpaceCast(Constant *C, in CreatePointerBitCastOrAddrSpaceCast() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULateCodeGenPrepare.cpp | 168 IRB.CreatePointerBitCastOrAddrSpaceCast(Base, Int8PtrTy), in visitLoadInst()
|
| H A D | AMDGPULowerKernelArguments.cpp | 114 Value *CastOffsetPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2492 return CastInst::CreatePointerBitCastOrAddrSpaceCast(Y, GEPType); in visitGetElementPtrInst() 2586 return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP, GEPType); in visitGetElementPtrInst() 2620 return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP, in visitGetElementPtrInst() 2661 return CastInst::CreatePointerBitCastOrAddrSpaceCast(NewGEP, in visitGetElementPtrInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 264 Value *CastedPtr = Builder.CreatePointerBitCastOrAddrSpaceCast( in vectorizeLoadInsert() 327 Builder.CreatePointerBitCastOrAddrSpaceCast(SrcPtr, Ty->getPointerTo(AS)); in widenSubvectorLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 663 return CastInst::CreatePointerBitCastOrAddrSpaceCast(Src, NewPtrType); in cloneInstructionWithNewAddressSpace()
|
| H A D | SROA.cpp | 1600 Ptr = BitCastInst::CreatePointerBitCastOrAddrSpaceCast( in rewriteMemOpOfSelect() 1787 return IRB.CreatePointerBitCastOrAddrSpaceCast(Ptr, PointerTy, in getAdjustedPtr() 1885 Ptr = IRB.CreatePointerBitCastOrAddrSpaceCast(Ptr, in getAdjustedPtr()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3461 return CreatePointerBitCastOrAddrSpaceCast(S, Ty, Name, InsertAtEnd); in CreatePointerCast() 3480 return CreatePointerBitCastOrAddrSpaceCast(S, Ty, Name, InsertBefore); in CreatePointerCast() 3483 CastInst *CastInst::CreatePointerBitCastOrAddrSpaceCast( in CreatePointerBitCastOrAddrSpaceCast() function in CastInst 3496 CastInst *CastInst::CreatePointerBitCastOrAddrSpaceCast( in CreatePointerBitCastOrAddrSpaceCast() function in CastInst
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 304 Ptr = IRB.CreatePointerBitCastOrAddrSpaceCast(Ptr, ResTy, in constructPointer() 6069 : BitCastInst::CreatePointerBitCastOrAddrSpaceCast(&V, &Ty, in ensureType() 6714 Alloca = BitCastInst::CreatePointerBitCastOrAddrSpaceCast( in manifest() 7439 Base = BitCastInst::CreatePointerBitCastOrAddrSpaceCast( in createReplacementValues() 7515 AI = BitCastInst::CreatePointerBitCastOrAddrSpaceCast( in manifest()
|
| H A D | OpenMPOpt.cpp | 4293 Value *WorkFnCast = BitCastInst::CreatePointerBitCastOrAddrSpaceCast( in buildCustomStateMachine()
|