Home
last modified time | relevance | path

Searched refs:isWrite (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h238 bool isWrite) const;
553 bool isWrite) const { in getInstructionsForAccess() argument
554 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h265 bool isWrite) const;
604 bool isWrite) const { in getInstructionsForAccess() argument
605 return DepChecker->getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc213 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument
221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
Dasan_interceptors.cc58 #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/
DMipsSEInstrInfo.cpp206 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/
DLoopAccessAnalysis.cpp1431 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/
DLoopAccessAnalysis.cpp1686 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess()
1687 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1417 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/
Dsqlite3.c42838 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/
Dsqlite3.c42854 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);