Searched refs:isWrite (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 52 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ in DECLARE_REAL() argument 73 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\ in DECLARE_REAL()
|
| H A D | asan_poisoning.cpp | 205 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument 213 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 259 bool isWrite) const; 572 bool isWrite) const { in getInstructionsForAccess() argument 573 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.cpp | 205 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg() argument 211 isWrite = true; in isReadOrWriteToDSPReg() 215 isWrite = false; in isReadOrWriteToDSPReg()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 984 bool isWrite = sec->flags & SHF_WRITE; in getSectionRank() local 987 if (isWrite) in getSectionRank() 991 } else if (isWrite) { in getSectionRank()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1743 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() 1744 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 4535 bool isWrite() const { return Kind & AK_WRITE; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 5265 if (!Acc.isWrite()) in handleLoad()
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 46573 int isWrite, /* True to extend file if necessary */ 46624 if( !isWrite ) goto shmpage_out; 206699 int isWrite, 206744 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
|