Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A 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
H A 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()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h259 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
817 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp425 bool IsRead = false; in determinePointerReadAttrs() local