Searched defs:IsRead (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.cpp | 730 genRWName(ArrayRef<unsigned> Seq,bool IsRead) genRWName() argument 799 expandRWSeqForProc(unsigned RWIdx,IdxVec & RWSeq,bool IsRead,const CodeGenProcModel & ProcModel) const expandRWSeqForProc() argument 839 findRWForSequence(ArrayRef<unsigned> Seq,bool IsRead) findRWForSequence() argument 851 findOrInsertRW(ArrayRef<unsigned> Seq,bool IsRead) findOrInsertRW() argument 1306 bool IsRead; global() member 1514 pushVariant(const TransVariant & VInfo,bool IsRead) pushVariant() argument 1575 substituteVariantOperand(const SmallVectorImpl<unsigned> & RWSeq,bool IsRead,unsigned StartIdx) substituteVariantOperand() argument 1646 addSequences(CodeGenSchedModels & SchedModels,const SmallVectorImpl<SmallVector<unsigned,4>> & Seqs,IdxVec & Result,bool IsRead) addSequences() argument 2059 collectRWResources(unsigned RWIdx,bool IsRead,ArrayRef<unsigned> ProcIndices) collectRWResources() argument [all...] |
H A D | CodeGenSchedule.h | 53 bool IsRead; global() member 527 getSchedRW(unsigned Idx,bool IsRead) getSchedRW() argument 531 bool IsRead = Def->isSubClassOf("SchedRead"); getSchedRW() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryOpRemark.cpp | 355 void MemoryOpRemark::visitPtr(Value *Ptr, bool IsRead, DiagnosticInfoIROptimization &R) { in visitPtr()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 359 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() argument 1087 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 620 bool IsRead = false; determinePointerAccessAttrs() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8051 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; lowerReadWriteRegister() local
|