Home
last modified time | relevance | path

Searched refs:setShadow (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1917 setShadow(&I, in visitLoadInst()
2293 setShadow(&I, in handleMulByConstant()
2633 setShadow(&I, in handleVectorLoadIntrinsic()
2953 setShadow(&I, S); in handleVectorPackIntrinsic()
2972 setShadow(&I, S); in handleVectorSadIntrinsic()
2987 setShadow(&I, S); in handleVectorPmaddIntrinsic()
3000 setShadow(&I, S); in handleVectorComparePackedIntrinsic()
3011 setShadow(&I, S); in handleVectorCompareScalarIntrinsic()
3020 setShadow(&I, S); in handleVectorReduceIntrinsic()
3038 setShadow(&I, S); in handleVectorReduceOrIntrinsic()
[all …]
H A DDataFlowSanitizer.cpp610 void setShadow(Instruction *I, Value *Shadow);
1900 DFSF.setShadow(&I, CombinedShadow); in visitInstOperands()
2254 DFSF.setShadow(&LI, Shadow); in visitLoadInst()
2539 DFSF.setShadow(&I, DFSF.DFS.getZeroShadow(&I)); in visitCASOrRMW()
2641 DFSF.setShadow(&I, ResShadow); in visitExtractValueInst()
2655 DFSF.setShadow(&I, Res); in visitInsertValueInst()
2681 DFSF.setShadow(&I, DFSF.DFS.ZeroPrimitiveShadow); in visitAllocaInst()
2724 DFSF.setShadow(&I, ClTrackSelectControlFlow in visitSelectInst()
3119 DFSF.setShadow(&CB, LI); in visitCallBase()
3188 DFSF.setShadow(ExVal, ExShadow); in visitCallBase()
[all …]