Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h6279 bool isRead;
6281 PipeType(QualType elemType, QualType CanonicalPtr, bool isRead)
6283 ElementType(elemType), isRead(isRead) {}
6296 static void Profile(llvm::FoldingSetNodeID &ID, QualType T, bool isRead) {
6298 ID.AddBoolean(isRead);
6305 bool isReadOnly() const { return isRead; }
/netbsd-src/sys/dev/ic/
H A Dmfireg.h1878 uint8_t isRead; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1452 static bool isRead(AccessKinds AK) { in isRead() function
1475 return isRead(AK) || isModification(AK); in isAnyAccess()
3715 else if (!isRead(handler.AccessKind)) { in findSubobject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4061 unsigned isRead = ~cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue() & 1; in LowerPREFETCH() local
4062 if (!isRead && in LowerPREFETCH()
4070 isRead = ~isRead & 1; in LowerPREFETCH()
4075 Op.getOperand(1), DAG.getConstant(isRead, dl, MVT::i32), in LowerPREFETCH()