Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h487 unsigned OpCount;
509 : OpCount(DbgOps.size()), BlockNo(0), Properties(Prop), Kind(Def) {
516 OpCount = 0;
530 : OpCount(0), BlockNo(BlockNo), Properties(Prop), Kind(Kind) {
535 : OpCount(0), BlockNo(0), Properties(Prop), Kind(Kind) {
564 ArrayRef<DbgOpID> getDbgOpIDs() const { return {DbgOps, OpCount}; }
570 if (!OpCount)
572 assert(Index < OpCount);
583 OpCount = NewIDs.size();
608 bool isUnjoinedPHI() const { return Kind == VPHI && OpCount == 0; }
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp815 unsigned OpCount = SD->getLocationOps().size(); in EmitDbgInstrRef() local
816 for (unsigned OpIdx = 0; OpIdx < OpCount; ++OpIdx) { in EmitDbgInstrRef()
884 if (MOs.size() != OpCount) in EmitDbgInstrRef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp870 unsigned OpCount = IsPD + IsPI + (HasIndex || HasDisplacement); in parseMemOp() local
871 if (OpCount > 1) in parseMemOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1808 std::map<SDNode *, unsigned> OpCount; in select() local
1814 OpCount.insert({T, NumDomOps}); in select()
1824 auto F = OpCount.find(U); in select()
1825 assert(F != OpCount.end()); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1562 for (unsigned Op = 0, OpCount = CB.arg_size(); Op < OpCount; ++Op) in visitCallBase() local