Lines Matching refs:getInt8Ty

694   Type *RetTy = StructType::get(PointerType::get(IRB.getInt8Ty(), 0),  in createKernelApi()
703 name_load, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
705 name_store, RetTy, PointerType::get(IRB.getInt8Ty(), 0)); in createKernelApi()
710 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
713 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
817 PointerType::get(IRB.getInt8Ty(), 0), IntptrTy); in initializeCallbacks()
1418 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernel()
1599 getShadowOriginPtr(V, EntryIRB, EntryIRB.getInt8Ty(), ArgAlign, in getShadow()
1606 CpShadowPtr, Constant::getNullValue(EntryIRB.getInt8Ty()), in getShadow()
3228 getShadowOriginPtr(A, IRB, IRB.getInt8Ty(), Alignment, in visitCallSite()
3360 getShadowOriginPtr(&I, IRB, IRB.getInt8Ty(), 1, /*isStore*/ true); in instrumentAllocaUserspace()
3716 MSV.getShadowOriginPtr(A, IRB, IRB.getInt8Ty(), kShadowTLSAlignment, in visitCallSite()
3810 MSV.getShadowOriginPtr(VAListTag, IRB, IRB.getInt8Ty(), Alignment, in unpoisonVAListTagForInst()
3815 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in unpoisonVAListTagForInst()
3844 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
3847 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
3867 MSV.getShadowOriginPtr(RegSaveAreaPtr, IRB, IRB.getInt8Ty(), in finalizeInstrumentation()
3881 MSV.getShadowOriginPtr(OverflowArgAreaPtr, IRB, IRB.getInt8Ty(), in finalizeInstrumentation()
3883 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
3888 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in finalizeInstrumentation()
3959 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVAStartInst()
3960 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
3971 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVACopyInst()
3972 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
3987 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
4004 MSV.getShadowOriginPtr(RegSaveAreaPtr, IRB, IRB.getInt8Ty(), in finalizeInstrumentation()
4126 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVAStartInst()
4127 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
4138 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVACopyInst()
4139 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
4175 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
4226 MSV.getShadowOriginPtr(GrRegSaveAreaPtr, IRB, IRB.getInt8Ty(), in finalizeInstrumentation()
4230 Value *GrSrcPtr = IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
4241 MSV.getShadowOriginPtr(VrRegSaveAreaPtr, IRB, IRB.getInt8Ty(), in finalizeInstrumentation()
4246 IRB.getInt8Ty(), in finalizeInstrumentation()
4247 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
4256 MSV.getShadowOriginPtr(StackSaveAreaPtr, IRB, IRB.getInt8Ty(), in finalizeInstrumentation()
4261 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
4322 MSV.getShadowOriginPtr(A, IRB, IRB.getInt8Ty(), in visitCallSite()
4392 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVAStartInst()
4393 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
4403 VAListTag, IRB, IRB.getInt8Ty(), Alignment, /*isStore*/ true); in visitVACopyInst()
4406 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
4421 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
4438 MSV.getShadowOriginPtr(RegSaveAreaPtr, IRB, IRB.getInt8Ty(), in finalizeInstrumentation()