Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp730 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName()
799 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc()
839 bool IsRead) { in findRWForSequence()
851 bool IsRead) { in findOrInsertRW()
1306 bool IsRead; member
1514 void PredTransitions::pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant()
1575 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand()
1646 IdxVec &Result, bool IsRead) { in addSequences()
2059 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
H A DCodeGenSchedule.h53 bool IsRead; member
527 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
531 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp355 void MemoryOpRemark::visitPtr(Value *Ptr, bool IsRead, DiagnosticInfoIROptimization &R) { in visitPtr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h359 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
1087 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp620 bool IsRead = false; in determinePointerAccessAttrs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8250 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local