Searched refs:isRead (Results 1 – 6 of 6) sorted by relevance
6485 bool isRead;6487 PipeType(QualType elemType, QualType CanonicalPtr, bool isRead)6489 ElementType(elemType), isRead(isRead) {}6502 static void Profile(llvm::FoldingSetNodeID &ID, QualType T, bool isRead) {6504 ID.AddBoolean(isRead);6511 bool isReadOnly() const { return isRead; }
412 if ((IsLoad && !Acc.isWriteOrAssumption()) || (!IsLoad && !Acc.isRead())) in getPotentialCopiesOfMemoryValue()
1162 (!FindInterferingReads || !Acc.isRead())) in forallInterferingAccesses()1290 if (IsByval && !RAcc.isRead()) in translateAndAddStateFromCallee()
5361 bool isRead() const { return Kind & AK_R; }
1451 static bool isRead(AccessKinds AK) { in isRead() function1474 return isRead(AK) || isModification(AK); in isAnyAccess()3734 else if (!isRead(handler.AccessKind)) { in findSubobject()
4271 unsigned isRead = ~cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() & 1; in LowerPREFETCH() local4272 if (!isRead && in LowerPREFETCH()4280 isRead = ~isRead & 1; in LowerPREFETCH()4285 Op.getOperand(1), DAG.getConstant(isRead, dl, MVT::i32), in LowerPREFETCH()