Searched refs:BundleEnd (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPostRABundler.cpp | 158 MachineBasicBlock::instr_iterator BundleEnd = I; in runOnMachineFunction() local 163 assert(BundleEnd != I); in runOnMachineFunction() 164 if (canBundle(*BundleEnd, *I)) { in runOnMachineFunction() 165 BundleEnd = I; in runOnMachineFunction() 180 Next = std::next(BundleEnd); in runOnMachineFunction()
|
/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 | 383 auto BundleEnd = getBundleEnd(MI.getIterator()); variable 387 : *skipDebugInstructionsForward(BundleStart, BundleEnd);
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 822 size_t BundleEnd = ReadChars = FC.find(BundleEndString, ReadChars); in ReadBundle() local 824 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 1545 auto BundleEnd = getBundleEnd(BundleStart.getIterator()); in handleMoveIntoNewBundle() local 1549 while (I != BundleEnd) { in handleMoveIntoNewBundle()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 846 auto BundleEnd = llvm::getBundleEnd(CallMI->getIterator()); in collectCallSiteParameters() local 847 (void)BundleEnd; in collectCallSiteParameters() 848 assert(std::next(Suc) == BundleEnd && in collectCallSiteParameters()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 1437 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in cloneInstructionInExitBlock() local 1438 BundleIdx != BundleEnd; ++BundleIdx) { in cloneInstructionInExitBlock()
|