Home
last modified time | relevance | path

Searched refs:OperandsToInstrument (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1603 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in sanitizeFunction() local
1617 getInterestingMemoryOperands(ORE, &Inst, TLI, OperandsToInstrument); in sanitizeFunction()
1638 if (SInfo.AllocasToInstrument.empty() && OperandsToInstrument.empty() && in sanitizeFunction()
1678 for (auto &Operand : OperandsToInstrument) in sanitizeFunction()
H A DAddressSanitizer.cpp3041 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in instrumentFunction() local
3075 OperandsToInstrument.push_back(Operand); in instrumentFunction()
3102 OperandsToInstrument.size() + IntrinToInstrument.size() > in instrumentFunction()
3109 for (auto &Operand : OperandsToInstrument) { in instrumentFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSwLowerLDS.cpp1279 SmallVector<InterestingMemoryOperand, 16> OperandsToInstrument; in run() local
1283 llvm::append_range(OperandsToInstrument, InterestingOperands); in run()
1285 for (auto &Operand : OperandsToInstrument) { in run()