Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.h50 bool IsRead; member
330 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
334 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
DCodeGenSchedule.cpp329 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName()
340 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead, in getSchedRWIdx()
421 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc()
461 bool IsRead) { in findRWForSequence()
475 bool IsRead) { in findOrInsertRW()
930 bool IsRead; member
1147 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant()
1218 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand()
1625 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.cpp709 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName()
793 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc()
831 bool IsRead) { in findRWForSequence()
843 bool IsRead) { in findOrInsertRW()
1304 bool IsRead; member
1513 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant()
1578 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand()
1651 IdxVec &Result, bool IsRead) { in addSequences()
2063 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
DCodeGenSchedule.h50 bool IsRead; member
522 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
526 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
/external/clang/include/clang/Sema/
DScopeInfo.h284 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
870 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h338 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
1033 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLGraph.h231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge()
/external/llvm-project/llvm/lib/Analysis/
DCFLGraph.h231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp369 bool IsRead = false; in determinePointerReadAttrs() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h251 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h258 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp456 bool IsRead = false; in determinePointerReadAttrs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp455 bool IsRead = false; in determinePointerReadAttrs() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3861 bool IsRead, in EmitSpecialRegisterBuiltin()
4241 bool IsRead = BuiltinID == ARM::BI__builtin_arm_rsr || in EmitARMBuiltinExpr() local
4997 bool IsRead = BuiltinID == AArch64::BI__builtin_arm_rsr || in EmitAArch64BuiltinExpr() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3838 static int getMClassRegisterMask(StringRef Reg, StringRef Flags, bool IsRead, in getMClassRegisterMask()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp6164 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local