Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp699 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName()
769 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc()
808 bool IsRead) { in findOrInsertRW()
1260 bool IsRead; member
1466 void PredTransitions::pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant()
1528 bool IsRead, unsigned StartIdx) { in substituteVariantOperand()
1593 IdxVec &Result, bool IsRead) { in addSequences()
2000 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
H A DCodeGenSchedule.h54 bool IsRead; member
516 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
520 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/compiler-rt/lib/tysan/
H A Dtysan.cpp261 bool IsRead = flags & 1; in __tysan_check() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h359 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
1090 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp579 bool IsRead, bool IsWrite, Value *ShadowBase, Value *AppMemMask, in instrumentWithShadowUpdate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp871 bool IsRead = false; in determinePointerAccessAttrs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9186 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local