Home
last modified time | relevance | path

Searched defs:IsRead (Results 1 – 5 of 5) 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.cpp332 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/
DScopeInfo.h265 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/
DFunctionAttrs.cpp425 bool IsRead = false; in determinePointerReadAttrs() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h250 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function