Home
last modified time | relevance | path

Searched defs:IsRead (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.h50 bool IsRead; member
321 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
325 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
DCodeGenSchedule.cpp334 std::string CodeGenSchedModels::genRWName(const IdxVec& Seq, bool IsRead) { in genRWName()
345 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead, in getSchedRWIdx()
426 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc()
466 bool IsRead) { in findRWForSequence()
480 bool IsRead) { in findOrInsertRW()
929 bool IsRead; member
1146 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant()
1217 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand()
1565 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
/external/chromium_org/ui/message_center/
Dnotification.cc106 bool Notification::IsRead() const { in IsRead() function in message_center::Notification
/external/clang/include/clang/Sema/
DScopeInfo.h258 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
800 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp422 bool IsRead = false; in determinePointerReadAttrs() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h244 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function