Home
last modified time | relevance | path

Searched defs:isRead (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp171 annotateFuncArgAccess(func::FuncOp funcOp,int64_t idx,bool isRead,bool isWritten) annotateFuncArgAccess() argument
199 bool isRead; funcOpBbArgReadWriteAnalysis() local
/llvm-project/polly/include/polly/
H A DScopInfo.h758 bool isRead() const { return AccType == MemoryAccess::READ; } isRead() function
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1510 static bool isRead(AccessKinds AK) { isRead() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4325 unsigned isRead = ~Op.getConstantOperandVal(2) & 1; LowerPREFETCH() local