Searched refs:getMemoryAccessFuncIndex (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 145 int getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, const DataLayout &DL); 655 int Idx = getMemoryAccessFuncIndex(OrigTy, Addr, DL); in instrumentLoadOrStore() 776 int Idx = getMemoryAccessFuncIndex(OrigTy, Addr, DL); in instrumentAtomic() 791 getMemoryAccessFuncIndex(SI->getValueOperand()->getType(), Addr, DL); in instrumentAtomic() 806 getMemoryAccessFuncIndex(RMWI->getValOperand()->getType(), Addr, DL); in instrumentAtomic() 824 int Idx = getMemoryAccessFuncIndex(OrigOldValTy, Addr, DL); in instrumentAtomic() 865 int ThreadSanitizer::getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, in getMemoryAccessFuncIndex() function in ThreadSanitizer
|