Searched defs:IsRead (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 50 bool IsRead; member 321 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() 325 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
|
D | CodeGenSchedule.cpp | 334 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/ |
D | notification.cc | 106 bool Notification::IsRead() const { in IsRead() function in message_center::Notification
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 258 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/ |
D | FunctionAttrs.cpp | 422 bool IsRead = false; in determinePointerReadAttrs() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 244 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|