Searched refs:getMemoryAccessFuncIndex (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 141 int getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, const DataLayout &DL); 603 int Idx = getMemoryAccessFuncIndex(OrigTy, Addr, DL); in instrumentLoadOrStore() 723 int Idx = getMemoryAccessFuncIndex(OrigTy, Addr, DL); in instrumentAtomic() 735 getMemoryAccessFuncIndex(SI->getValueOperand()->getType(), Addr, DL); in instrumentAtomic() 749 getMemoryAccessFuncIndex(RMWI->getValOperand()->getType(), Addr, DL); in instrumentAtomic() 767 int Idx = getMemoryAccessFuncIndex(OrigOldValTy, Addr, DL); in instrumentAtomic() 807 int ThreadSanitizer::getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, in getMemoryAccessFuncIndex() function in ThreadSanitizer
|