/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 299 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore() 300 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())); in instrumentLoadOrStore() 307 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
|
D | AddressSanitizer.cpp | 260 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentMemIntrinsicParam() 337 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() 511 IRB.CreatePointerCast(AllGlobals, IntptrTy), in insertGlobalRedzones() 526 IRB.CreatePointerCast(AllGlobals, IntptrTy), in insertGlobalRedzones() 863 Value *OrigStackBase = IRB.CreatePointerCast(MyAlloca, IntptrTy); in poisonStackInFunction() 903 Value *Description = IRB.CreatePointerCast( in poisonStackInFunction()
|
/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 101 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy); in EmitDeviceStubBody() 117 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy); in EmitDeviceStubBody()
|
/external/llvm/include/llvm/Support/ |
D | NoFolder.h | 206 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function 207 return CastInst::CreatePointerCast(C, DestTy); in CreatePointerCast()
|
D | ConstantFolder.h | 159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
|
D | TargetFolder.h | 179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { in CreatePointerCast() function
|
D | IRBuilder.h | 1021 Value *CreatePointerCast(Value *V, Type *DestTy, 1026 return Insert(Folder.CreatePointerCast(VC, DestTy), Name); 1027 return Insert(CastInst::CreatePointerCast(V, DestTy), Name);
|
/external/llvm/include/llvm/ |
D | InstrTypes.h | 466 static CastInst *CreatePointerCast( 474 static CastInst *CreatePointerCast(
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 898 llvm::Value *cast = builder.CreatePointerCast(stringVar, in generateStringPrint() 1270 builder.CreatePointerCast(unwindException, in createCatchWrappedInvokeFunction() 1303 llvm::Value *typeInfoThrown = builder.CreatePointerCast( in createCatchWrappedInvokeFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 673 cpyDest = CastInst::CreatePointerCast(cpyDest, cpySrc->getType(), in performCallSlotOptzn() 679 CS.setArgument(i, CastInst::CreatePointerCast(cpyDest, in performCallSlotOptzn()
|
D | LoopStrengthReduce.cpp | 2754 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain"); in GenerateIVChain()
|
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 2361 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst 2374 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, in CreatePointerCast() function in CastInst
|
D | Core.cpp | 2171 return wrap(unwrap(B)->CreatePointerCast(unwrap(Val), unwrap(DestTy), Name)); in LLVMBuildPointerCast()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2215 See the method [llvm::LLVMBuilder::CreatePointerCast]. *)
|