Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp717 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName()
801 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc()
839 bool IsRead) { in findRWForSequence()
851 bool IsRead) { in findOrInsertRW()
1310 bool IsRead; member
1519 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant()
1582 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand()
1651 IdxVec &Result, bool IsRead) { in addSequences()
2060 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
H A DCodeGenSchedule.h46 bool IsRead; member
518 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
522 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_shadow.h169 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp350 void MemoryOpRemark::visitPtr(Value *Ptr, bool IsRead, DiagnosticInfoIROptimization &R) { in visitPtr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h347 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
1046 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp675 bool IsRead = false; in determinePointerAccessAttrs() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7175 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local