Searched defs:IsRead (Results 1 – 5 of 5) 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 | 332 std::string CodeGenSchedModels::genRWName(const IdxVec& Seq, bool IsRead) { in genRWName() 343 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead, in getSchedRWIdx() 424 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() 464 bool IsRead) { in findRWForSequence() 478 bool IsRead) { in findOrInsertRW() 922 bool IsRead; member 1139 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant() 1210 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() 1557 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 265 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 833 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 425 bool IsRead = false; in determinePointerReadAttrs() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 250 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|