Home
last modified time | relevance | path

Searched refs:IsRead (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h50 bool IsRead; member
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW()
64 IsRead = Def->isSubClassOf("SchedRead"); in CodeGenSchedRW()
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false), in CodeGenSchedRW()
522 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() argument
523 return IsRead ? getSchedRead(Idx) : getSchedWrite(Idx); in getSchedRW()
526 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
527 unsigned Idx = getSchedRWIdx(Def, IsRead); in getSchedRW()
529 IsRead ? getSchedRead(Idx) : getSchedWrite(Idx)); in getSchedRW()
535 unsigned getSchedRWIdx(const Record *Def, bool IsRead) const;
[all …]
H A DCodeGenSchedule.cpp709 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName() argument
714 Name += getSchedRW(I, IsRead).Name; in genRWName()
721 bool IsRead) const { in getSchedRWIdx()
722 const std::vector<CodeGenSchedRW> &RWVec = IsRead ? SchedReads : SchedWrites; in getSchedRWIdx()
766 bool IsRead) const { in findRWs()
768 unsigned Idx = getSchedRWIdx(RWDef, IsRead); in findRWs()
775 bool IsRead) const { in expandRWSequence()
776 const CodeGenSchedRW &SchedRW = getSchedRW(RWIdx, IsRead); in expandRWSequence()
785 expandRWSequence(I, RWSeq, IsRead); in expandRWSequence()
793 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h342 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() argument
402 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
1037 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() argument
1040 Uses.push_back(WeakUseTy(E, IsRead)); in recordUseOfWeak()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_shadow.h167 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite()
168 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
H A Dtsan_rtl_access.cpp271 old.IsRead() <= cur.IsRead()) in ContainsSameAccessSlow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp466 bool IsRead = false; in determinePointerReadAttrs() local
513 IsRead = true; in determinePointerReadAttrs()
555 IsRead = true; in determinePointerReadAttrs()
568 IsRead = true; in determinePointerReadAttrs()
580 return IsRead ? Attribute::ReadOnly : Attribute::ReadNone; in determinePointerReadAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge() argument
242 if (IsRead) { in addDerefEdge()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h261 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite()
262 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
H A Dtsan_rtl.cc715 old.IsRead() <= cur.IsRead()) in ContainsSameAccessSlow()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h265 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite()
266 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
H A Dtsan_rtl.cc719 old.IsRead() <= cur.IsRead()) in ContainsSameAccessSlow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6759 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local
6760 int NameOpIdx = IsRead ? 1 : 0; in lowerReadWriteRegister()
6761 int ValRegIndex = IsRead ? 0 : 1; in lowerReadWriteRegister()
6772 if (IsRead) in lowerReadWriteRegister()