Searched refs:BundleEnd (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPostRABundler.cpp | 176 MachineBasicBlock::instr_iterator BundleEnd = I; in run() local 181 assert(BundleEnd != I); in run() 182 if (canBundle(*BundleEnd, *I)) { in run() 183 BundleEnd = I; in run() 198 Next = std::next(BundleEnd); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCInstrInfo.cpp | 43 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator() 47 : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()), in PacketIterator() 54 DuplexCurrent = BundleEnd; in operator ++() 55 DuplexEnd = BundleEnd; in operator ++() 61 if (BundleCurrent != BundleEnd) { in operator ++() 78 return BundleCurrent == Other.BundleCurrent && BundleEnd == Other.BundleEnd && in operator ==()
|
| H A D | HexagonMCInstrInfo.h | 50 MCInst::const_iterator BundleEnd; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 384 auto BundleEnd = getBundleEnd(MI.getIterator()); variable 388 : *skipDebugInstructionsForward(BundleStart, BundleEnd);
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 836 size_t BundleEnd = ReadChars = FC.find(BundleEndString, ReadChars); in ReadBundle() local 838 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 1581 auto BundleEnd = getBundleEnd(BundleStart.getIterator()); in handleMoveIntoNewBundle() local 1585 while (I != BundleEnd) { in handleMoveIntoNewBundle()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 852 auto BundleEnd = llvm::getBundleEnd(CallMI->getIterator()); in collectCallSiteParameters() local 853 (void)BundleEnd; in collectCallSiteParameters() 854 assert(std::next(Suc) == BundleEnd && in collectCallSiteParameters()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1369 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in cloneInstructionInExitBlock() local 1370 BundleIdx != BundleEnd; ++BundleIdx) { in cloneInstructionInExitBlock()
|