Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h49 bool IsRead; member
58 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false), in CodeGenSchedRW()
63 IsRead = Def->isSubClassOf("SchedRead"); in CodeGenSchedRW()
519 return IsRead ? getSchedRead(Idx) : getSchedWrite(Idx); in getSchedRW()
522 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
523 unsigned Idx = getSchedRWIdx(Def, IsRead); in getSchedRW()
525 IsRead ? getSchedRead(Idx) : getSchedWrite(Idx)); in getSchedRW()
531 unsigned getSchedRWIdx(const Record *Def, bool IsRead) const;
568 unsigned findOrInsertRW(ArrayRef<unsigned> Seq, bool IsRead);
584 std::string genRWName(ArrayRef<unsigned> Seq, bool IsRead);
[all …]
H A DCodeGenSchedule.cpp720 Name += getSchedRW(*I, IsRead).Name; in genRWName()
774 unsigned Idx = getSchedRWIdx(RWDef, IsRead); in findRWs()
791 expandRWSequence(I, RWSeq, IsRead); in expandRWSequence()
799 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() argument
860 CodeGenSchedRW SchedRW(RWIdx, IsRead, Seq, genRWName(Seq, IsRead)); in findOrInsertRW()
1302 bool IsRead; member
1539 if (IsRead) in pushVariant()
1555 if (IsRead) in pushVariant()
1582 if (IsRead) in substituteVariantOperand()
1597 pushVariant(*IVI, IsRead); in substituteVariantOperand()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h332 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() argument
381 inline void recordUseOfWeak(const ExprT *E, bool IsRead = true);
1001 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() argument
1004 Uses.push_back(WeakUseTy(E, IsRead)); in recordUseOfWeak()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp449 bool IsRead = false; in determinePointerReadAttrs() local
496 IsRead = true; in determinePointerReadAttrs()
538 IsRead = true; in determinePointerReadAttrs()
551 IsRead = true; in determinePointerReadAttrs()
563 return IsRead ? Attribute::ReadOnly : Attribute::ReadNone; in determinePointerReadAttrs()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h234 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge() argument
245 if (IsRead) { in addDerefEdge()
/freebsd-12.1/contrib/compiler-rt/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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp5708 bool IsRead, in EmitSpecialRegisterBuiltin() argument
5733 if (IsRead) { in EmitSpecialRegisterBuiltin()
6136 bool IsRead = BuiltinID == ARM::BI__builtin_arm_rsr || in EmitARMBuiltinExpr() local
6157 return EmitSpecialRegisterBuiltin(*this, E, RegisterType, ValueType, IsRead); in EmitARMBuiltinExpr()
7012 bool IsRead = BuiltinID == AArch64::BI__builtin_arm_rsr || in EmitAArch64BuiltinExpr() local
7032 return EmitSpecialRegisterBuiltin(*this, E, RegisterType, ValueType, IsRead); in EmitAArch64BuiltinExpr()