Lines Matching refs:getShadowTy

1558   Type *getShadowTy(Value *V) { return getShadowTy(V->getType()); }  in getShadowTy()  function
1561 Type *getShadowTy(Type *OrigTy) { in getShadowTy() function
1576 return ArrayType::get(getShadowTy(AT->getElementType()), in getShadowTy()
1582 Elements.push_back(getShadowTy(ST->getElementType(i))); in getShadowTy()
1879 Type *ShadowTy = getShadowTy(OrigTy); in getCleanShadow()
1912 Type *ShadowTy = getShadowTy(V); in getPoisonedShadow()
2011 ShadowPtr = EntryIRB.CreateAlignedLoad(getShadowTy(&FArg), Base, in getShadow()
2195 Type *ShadowTy = getShadowTy(&I); in visitLoadInst()
2241 Value *ShadowPtr = getShadowOriginPtr(Addr, IRB, getShadowTy(Val), Align(1), in handleCASOrRMW()
2325 setShadow(&I, IRB.CreateBitCast(getShadow(&I, 0), getShadowTy(&I))); in visitBitCastInst()
2331 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, in visitPtrToIntInst()
2338 setShadow(&I, IRB.CreateIntCast(getShadow(&I, 0), getShadowTy(&I), false, in visitIntToPtrInst()
2464 Shadow = MSV->CreateShadowCast(IRB, Shadow, MSV->getShadowTy(I)); in Done()
2521 Type *ShadowTy = getShadowTy(V); in CreateAppToShadowCast()
2915 Type *ShadowTy = getShadowTy(&I); in handleVectorLoadIntrinsic()
3044 IRB.CreateSExt(BoolShadow, getShadowTy(Src), "_mscz_os"); in handleCountZeroes()
3170 : Lower64ShadowExtend(IRB, S2, getShadowTy(&I)); in handleVectorShiftIntrinsic()
3175 Shift = IRB.CreateBitCast(Shift, getShadowTy(&I)); in handleVectorShiftIntrinsic()
3259 S = IRB.CreateBitCast(S, getShadowTy(&I)); in handleVectorPackIntrinsic()
3280 S = IRB.CreateBitCast(S, getShadowTy(&I)); in handleVectorSadIntrinsic()
3297 S = IRB.CreateBitCast(S, getShadowTy(&I)); in handleVectorPmaddIntrinsic()
3307 Type *ResTy = getShadowTy(&I); in handleVectorComparePackedIntrinsic()
3325 Value *S = LowerElementShadowExtend(IRB, S0, getShadowTy(&I)); in handleVectorCompareScalarIntrinsic()
3425 Type *ShadowTy = getShadowTy(&I); in handleMaskedExpandLoad()
3452 getShadowTy(cast<VectorType>(Values->getType())->getElementType()); in handleMaskedCompressStore()
3469 Type *PtrsShadowTy = getShadowTy(Ptrs); in handleMaskedGather()
3484 Type *ShadowTy = getShadowTy(&I); in handleMaskedGather()
3507 Type *PtrsShadowTy = getShadowTy(Ptrs); in handleMaskedScatter()
3518 getShadowTy(cast<VectorType>(Values->getType())->getElementType()); in handleMaskedScatter()
3576 Type *ShadowTy = getShadowTy(&I); in handleMaskedLoad()
3605 Type *ShadowTy = getShadowTy(&I); in handleBmiIntrinsic()
3677 Value *Shadow = IRB.CreateZExt(Scalar, getShadowTy(&I)); in handleVtestIntrinsic()
4293 getShadowTy(&CB), getShadowPtrForRetval(IRBAfter), in visitCallBase()
4352 setShadow(&I, IRB.CreatePHI(getShadowTy(&I), I.getNumIncomingValues(), in visitPHINode()
4446 Sa1 = getPoisonedShadow(getShadowTy(I.getType())); in visitSelectInst()
4687 return IRB.CreateIntToPtr(Base, PointerType::get(MSV.getShadowTy(Ty), 0), in getShadowPtrForVAArgument()