Home
last modified time | relevance | path

Searched refs:OpCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h520 unsigned OpCount;
542 : OpCount(DbgOps.size()), BlockNo(0), Properties(Prop), Kind(Def) {
549 OpCount = 0;
563 : OpCount(0), BlockNo(BlockNo), Properties(Prop), Kind(Kind) {
568 : OpCount(0), BlockNo(0), Properties(Prop), Kind(Kind) {
597 ArrayRef<DbgOpID> getDbgOpIDs() const { return {DbgOps, OpCount}; }
603 if (!OpCount)
605 assert(Index < OpCount);
616 OpCount = NewIDs.size();
641 bool isUnjoinedPHI() const { return Kind == VPHI && OpCount == 0; }
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSpillUtils.cpp286 for (unsigned Op = 0, OpCount = CB.arg_size(); Op < OpCount; ++Op) in visitCallBase() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp838 unsigned OpCount = SD->getLocationOps().size(); in EmitDbgInstrRef() local
839 for (unsigned OpIdx = 0; OpIdx < OpCount; ++OpIdx) { in EmitDbgInstrRef()
907 if (MOs.size() != OpCount) in EmitDbgInstrRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp875 unsigned OpCount = IsPD + IsPI + (HasIndex || HasDisplacement); in parseMemOp() local
876 if (OpCount > 1) in parseMemOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1802 std::map<SDNode *, unsigned> OpCount; in select() local
1808 OpCount.insert({T, NumDomOps}); in select()
1818 auto F = OpCount.find(U); in select()
1819 assert(F != OpCount.end()); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4903 unsigned OpCount = 0; in validateTrue16OpSel() local
4913 bool OpSelOpIsHi = ((OpSelOpValue & (1 << OpCount)) != 0); in validateTrue16OpSel()
4917 ++OpCount; in validateTrue16OpSel()