/external/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 249 IRB.CreatePointerCast(RealGuardArray, Int32PtrTy)); 263 IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy)); 278 {IRB.CreatePointerCast(RealGuardArray, Int32PtrTy), 281 ? IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy) 283 IRB.CreatePointerCast(ModuleName, Int8PtrTy)}); 369 {IRB.CreatePointerCast(Callee, IntptrTy), 370 IRB.CreatePointerCast(CalleeCache, IntptrTy)}); 407 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)}); 464 IRB.CreatePointerCast(GuardArray, IntptrTy), 490 IRB.CreatePointerCast(EightBitCounterArra [all...] |
H A D | ThreadSanitizer.cpp | 429 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), 430 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); 436 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); 450 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); 484 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), 491 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), 492 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), 518 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), 532 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), 549 Value *Args[] = {IRB.CreatePointerCast(Add [all...] |
H A D | MemorySanitizer.cpp | 672 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); 718 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), 920 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); 974 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); 984 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); 992 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); 1677 A = IRB.CreatePointerCast(A, Sa->getType()); 1678 B = IRB.CreatePointerCast(B, Sb->getType()); 1750 A = IRB.CreatePointerCast(A, Sa->getType()); 1751 B = IRB.CreatePointerCast( [all...] |
H A D | AddressSanitizer.cpp | 838 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), 839 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), 844 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), 953 Param[i] = IRB.CreatePointerCast(Param[i], IntptrTy); 1072 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); 1133 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); 1409 {IRB.CreatePointerCast(AllGlobals, IntptrTy), 1420 {IRB.CreatePointerCast(AllGlobals, IntptrTy), 1813 return IRB.CreatePointerCast(Alloca, IntptrTy); 1967 Value *Description = IRB.CreatePointerCast(StackDescriptionGloba [all...] |
H A D | InstrProfiling.cpp | 493 IRB.CreateCall(SetNameF, IRB.CreatePointerCast(ProfileName, Int8PtrTy));
|
H A D | SafeStack.cpp | 632 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType());
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoadCombine.cpp | 200 Builder->CreatePointerCast(Loads[0].POP.Pointer, 204 Builder->CreatePointerCast(
|
H A D | MemCpyOptimizer.cpp | 727 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(), 733 CS.setArgument(i, CastInst::CreatePointerCast(Dest,
|
H A D | LoopStrengthReduce.cpp | 2942 IVOper = Builder.CreatePointerCast(IVSrc, PostIncTy, "lsr.chain");
|
/external/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 138 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy); 154 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy);
|
H A D | CGOpenMPRuntime.cpp | 1065 CGF.Builder.CreatePointerCast(VDAddr.getPointer(), 1085 CGF.Builder.CreatePointerCast(VDAddr.getPointer(),
|
/external/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::NoFolder 220 return CastInst::CreatePointerCast(C, DestTy);
|
H A D | ConstantFolder.h | 160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::ConstantFolder
|
H A D | InstrTypes.h | 662 static CastInst *CreatePointerCast( 670 static CastInst *CreatePointerCast(
|
H A D | IRBuilder.h | 1352 Value *CreatePointerCast(Value *V, Type *DestTy, function in class:llvm::IRBuilder 1357 return Insert(Folder.CreatePointerCast(VC, DestTy), Name); 1358 return Insert(CastInst::CreatePointerCast(V, DestTy), Name);
|
/external/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const { function in class:llvm::TargetFolder
|
/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 929 llvm::Value *cast = builder.CreatePointerCast(stringVar, 1299 builder.CreatePointerCast(unwindException, 1332 llvm::Value *typeInfoThrown = builder.CreatePointerCast(
|
/external/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 284 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB); 287 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty);
|
/external/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 506 Value *Op = Builder.CreatePointerCast(CI->getArgOperand(0),
|
H A D | Instructions.cpp | 2663 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty, 2681 CastInst *CastInst::CreatePointerCast(Value *S, Type *Ty,
|
H A D | Core.cpp | 2702 return wrap(unwrap(B)->CreatePointerCast(unwrap(Val), unwrap(DestTy), Name));
|
/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2681 CastInst::CreatePointerCast(TripCount, IdxTy,
|
/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2394 See the method [llvm::LLVMBuilder::CreatePointerCast]. *)
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 10018 return IRB.CreatePointerCast(
|