Home
last modified time | relevance | path

Searched refs:OrigIns (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp151 Instruction *OrigIns, in instrumentAddressImpl() argument
180 Crash->setDebugLoc(OrigIns->getDebugLoc()); in instrumentAddressImpl()
183 void instrumentAddress(Module &M, IRBuilder<> &IRB, Instruction *OrigIns, in instrumentAddress() argument
200 M, IRB, OrigIns, InsertBefore, Addr, Alignment, FixedSize, IsWrite, in instrumentAddress()
214 instrumentAddressImpl(M, IRB, OrigIns, InsertBefore, Addr, {}, 8, IsWrite, in instrumentAddress()
216 instrumentAddressImpl(M, IRB, OrigIns, InsertBefore, LastByte, {}, 8, IsWrite, in instrumentAddress()
H A DAMDGPUAsanInstrumentation.h45 void instrumentAddress(Module &M, IRBuilder<> &IRB, Instruction *OrigIns,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp198 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
443 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
H A DMemorySanitizer.cpp1212 Instruction *OrigIns; member
1215 : Shadow(S), Origin(O), OrigIns(I) {} in ShadowOriginAndInsertPoint()
1416 ++LazyWarningDebugLocationCount[I.OrigIns->getDebugLoc()]; in shouldDisambiguateWarningLocation()
1503 Instruction *Instruction = InstructionChecks.front().OrigIns; in materializeInstructionChecks()
1506 assert(ShadowData.OrigIns == Instruction); in materializeInstructionChecks()
1557 auto OrigIns = I->OrigIns; in materializeChecks() local
1560 assert(Done.insert(OrigIns).second); in materializeChecks()
1562 [OrigIns](const ShadowOriginAndInsertPoint &R) { in materializeChecks()
1563 return OrigIns != R.OrigIns; in materializeChecks()
2183 void insertCheckShadow(Value *Shadow, Value *Origin, Instruction *OrigIns) { in insertCheckShadow()
[all …]
H A DAddressSanitizer.cpp813 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
818 Instruction *instrumentAMDGPUAddress(Instruction *OrigIns,
1856 Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, in instrumentAMDGPUAddress() argument
1901 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
1909 InsertBefore = instrumentAMDGPUAddress(OrigIns, InsertBefore, Addr, in instrumentAddress()
1983 if (OrigIns->getDebugLoc()) in instrumentAddress()
1984 Crash->setDebugLoc(OrigIns->getDebugLoc()); in instrumentAddress()