/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 238 bool isWrite) const; 553 bool isWrite) const { in getInstructionsForAccess() argument 554 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 265 bool isWrite) const; 604 bool isWrite) const { in getInstructionsForAccess() argument 605 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
|
/external/compiler-rt/lib/asan/ |
D | asan_poisoning.cc | 213 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument 221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|
D | asan_interceptors.cc | 58 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ argument 79 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 206 static bool isReadOrWriteToDSPReg(const MachineInstr &MI, bool &isWrite) { in isReadOrWriteToDSPReg() argument 212 isWrite = true; in isReadOrWriteToDSPReg() 216 isWrite = false; in isReadOrWriteToDSPReg()
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1431 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() 1432 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1686 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess() 1687 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 1417 isWrite: false, property 1429 isWrite: true, property 1441 isWrite: true, property 1492 } else if (!stream.isWrite) { 1519 } else if (!stream.isWrite) { 2499 var isWrite = accessMode != 0; 2520 if ((isWrite || isCreate || isTruncate) && target.isFolder) { 2524 if (isRead && !target.read || isWrite && !target.write) { 2565 isWrite: false, property 2583 isWrite: isWrite, property [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 42838 int isWrite, /* True to extend file if necessary */ 42888 if( !isWrite ) goto shmpage_out; 177182 int isWrite, 177223 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
|
/external/sqlite/dist/ |
D | sqlite3.c | 42854 int isWrite, /* True to extend file if necessary */ 42904 if( !isWrite ) goto shmpage_out; 177210 int isWrite, 177251 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
|