Searched refs:OpCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 520 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 D | SpillUtils.cpp | 286 for (unsigned Op = 0, OpCount = CB.arg_size(); Op < OpCount; ++Op) in visitCallBase() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.cpp | 838 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 D | M68kAsmParser.cpp | 875 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 D | HexagonISelDAGToDAGHVX.cpp | 1802 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 D | AMDGPUAsmParser.cpp | 4903 unsigned OpCount = 0; in validateTrue16OpSel() local 4913 bool OpSelOpIsHi = ((OpSelOpValue & (1 << OpCount)) != 0); in validateTrue16OpSel() 4917 ++OpCount; in validateTrue16OpSel()
|