Searched defs:isRead (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ | ||
H A D | OneShotModuleBufferize.cpp | 171 annotateFuncArgAccess(func::FuncOp funcOp,int64_t idx,bool isRead,bool isWritten) annotateFuncArgAccess() argument |
/llvm-project/polly/include/polly/ | ||
H A D | ScopInfo.h | 758 bool isRead() const { return AccType == MemoryAccess::READ; } isRead() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 1510 static bool isRead(AccessKinds AK) { isRead() function |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 4325 unsigned isRead = ~Op.getConstantOperandVal(2) & 1; LowerPREFETCH() local |