Searched defs:isWrite (Results 1 – 7 of 7) sorted by relevance
55 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) \ in DECLARE_REAL() argument
203 CHECK_SMALL_REGION(p,size,isWrite) global() argument
471 bool isWrite() const { return write; } in isWrite() function
678 getInstructionsForAccess(Value * Ptr,bool isWrite) getInstructionsForAccess() argument
767 bool isWrite() const { return isMustWrite() || isMayWrite(); } isWrite() function
658 bool isWrite = osec.flags & SHF_WRITE; getSectionRank() local
635 rewriter.replaceOpWithNewOp<LLVM::Prefetch>(prefetchOp, dataPtr, isWrite, in matchAndRewrite() local