Lines Matching refs:getCleanShadow
1135 ConvertedShadow, getCleanShadow(ConvertedShadow), "_mscmp"); in storeOrigin()
1150 Value *Shadow = SI->isAtomic() ? getCleanShadow(Val) : getShadow(Val); in materializeStores()
1217 getCleanShadow(ConvertedShadow), "_mscmp"); in materializeOneCheck()
1486 ShadowMap[V] = PropagateShadow ? SV : getCleanShadow(V); in setShadow()
1497 Constant *getCleanShadow(Type *OrigTy) { in getCleanShadow() function
1508 Constant *getCleanShadow(Value *V) { in getCleanShadow() function
1509 return getCleanShadow(V->getType()); in getCleanShadow()
1549 if (!PropagateShadow) return getCleanShadow(V); in getShadow()
1552 return getCleanShadow(V); in getShadow()
1563 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow()
1615 *ShadowPtr = getCleanShadow(V); in getShadow()
1619 *ShadowPtr = getCleanShadow(V); in getShadow()
1641 return getCleanShadow(V); in getShadow()
1763 setShadow(&I, getCleanShadow(&I)); in visitLoadInst()
1810 IRB.CreateStore(getCleanShadow(&I), ShadowPtr); in handleCASOrRMW()
1812 setShadow(&I, getCleanShadow(&I)); in handleCASOrRMW()
2000 IRB.CreateICmpNE(FlatShadow, MSV->getCleanShadow(FlatShadow)); in Add()
2059 return IRB.CreateICmpNE(V, getCleanShadow(V)); in CreateShadowCast()
2302 Value *Shadow = IRB.CreateICmpSLT(getShadow(op), getCleanShadow(op), in handleSignedRelationalComparison()
2350 Value *S2Conv = IRB.CreateSExt(IRB.CreateICmpNE(S2, getCleanShadow(S2)), in handleShift()
2457 setShadow(&I, getCleanShadow(&I)); in handleVectorLoadIntrinsic()
2625 setShadow(&I, getCleanShadow(&I)); in handleVectorConvertIntrinsic()
2636 Value *S2 = IRB.CreateICmpNE(S, getCleanShadow(S)); in Lower64ShadowExtend()
2644 Value *S2 = IRB.CreateICmpNE(S1, getCleanShadow(S1)); in LowerElementShadowExtend()
2651 Value *S2 = IRB.CreateICmpNE(S, getCleanShadow(S)); in VariableShadowExtend()
2827 IRB.CreateStore(getCleanShadow(Ty), in handleStmxcsr()
2899 setShadow(&I, getCleanShadow(&I)); in handleMaskedLoad()
3152 setShadow(&I, getCleanShadow(&I)); in visitIntrinsicInst()
3265 IRBBefore.CreateAlignedStore(getCleanShadow(&I), Base, kShadowTLSAlignment); in visitCallSite()
3276 setShadow(&I, getCleanShadow(&I)); in visitCallSite()
3314 Value *Shadow = getCleanShadow(RetVal); in visitReturnInst()
3327 setShadow(&I, getCleanShadow(&I)); in visitPHINode()
3388 setShadow(&I, getCleanShadow(&I)); in visitAllocaInst()
3458 setShadow(&I, getCleanShadow(&I)); in visitLandingPadInst()
3463 setShadow(&I, getCleanShadow(&I)); in visitCatchSwitchInst()
3468 setShadow(&I, getCleanShadow(&I)); in visitFuncletPadInst()
3612 setShadow(&I, getCleanShadow(&I)); in visitAsmInstruction()
3626 setShadow(&I, getCleanShadow(&I)); in visitInstruction()