Searched defs:IsRead (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 717 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName() 799 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() 837 bool IsRead) { in findRWForSequence() 849 bool IsRead) { in findOrInsertRW() 1308 bool IsRead; member 1517 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant() 1580 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() 1649 IdxVec &Result, bool IsRead) { in addSequences() 2058 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
|
H A D | CodeGenSchedule.h | 46 bool IsRead; member 517 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() 521 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | MemoryOpRemark.cpp | 352 void MemoryOpRemark::visitPtr(Value *Ptr, bool IsRead, DiagnosticInfoIROptimization &R) { in visitPtr()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 350 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 1048 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 588 bool IsRead = false; in determinePointerAccessAttrs() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7269 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local
|