Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h525 unsigned OpCount;
547 : OpCount(DbgOps.size()), BlockNo(0), Properties(Prop), Kind(Def) {
554 OpCount = 0;
568 : OpCount(0), BlockNo(BlockNo), Properties(Prop), Kind(Kind) {
573 : OpCount(0), BlockNo(0), Properties(Prop), Kind(Kind) {
602 ArrayRef<DbgOpID> getDbgOpIDs() const { return {DbgOps, OpCount}; }
608 if (!OpCount)
610 assert(Index < OpCount);
621 OpCount = NewIDs.size();
646 bool isUnjoinedPHI() const { return Kind == VPHI && OpCount == 0; }
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp842 unsigned OpCount = SD->getLocationOps().size(); in EmitDbgInstrRef() local
843 for (unsigned OpIdx = 0; OpIdx < OpCount; ++OpIdx) { in EmitDbgInstrRef()
911 if (MOs.size() != OpCount) in EmitDbgInstrRef()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1808 std::map<SDNode *, unsigned> OpCount; in select()
1814 OpCount.insert({T, NumDomOps}); in select()
1824 auto F = OpCount.find(U); in select()
1825 assert(F != OpCount.end()); in select()
1809 std::map<SDNode *, unsigned> OpCount; select() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1580 for (unsigned Op = 0, OpCount = CB.arg_size(); Op < OpCount; ++Op) in visitCallBase() local