Searched refs:setShadow (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2132 setShadow(&I, in handleMulByConstant() 2207 setShadow(&I, Si); in handleEqualityComparison() 2274 setShadow(&I, Si); in handleRelationalComparisonExact() 2304 setShadow(&I, Shadow); in handleSignedRelationalComparison() 2757 setShadow(&I, S); in handleVectorPackIntrinsic() 2776 setShadow(&I, S); in handleVectorSadIntrinsic() 2791 setShadow(&I, S); in handleVectorPmaddIntrinsic() 2804 setShadow(&I, S); in handleVectorComparePackedIntrinsic() 2815 setShadow(&I, S); in handleVectorCompareScalarIntrinsic() 3435 setShadow(&I, Sa); in visitSelectInst() [all …]
|
| H A D | DataFlowSanitizer.cpp | 419 void setShadow(Instruction *I, Value *Shadow); 1039 void DFSanFunction::setShadow(Instruction *I, Value *Shadow) { in setShadow() function in DFSanFunction 1157 DFSF.setShadow(&I, CombinedShadow); in visitOperandShadowInst() 1279 DFSF.setShadow(&LI, DFSF.DFS.ZeroShadow); in visitLoadInst() 1300 DFSF.setShadow(&LI, Shadow); in visitLoadInst() 1428 DFSF.setShadow(&I, DFSF.DFS.ZeroShadow); in visitAllocaInst() 1437 DFSF.setShadow( in visitSelectInst() 1632 DFSF.setShadow(CustomCI, LabelLoad); in visitCallSite() 1671 DFSF.setShadow(CS.getInstruction(), LI); in visitCallSite() 1726 DFSF.setShadow(ExVal, ExShadow); in visitCallSite() [all …]
|