Home
last modified time | relevance | path

Searched refs:BundleEnd (Results 1 – 8 of 8) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1426 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in cloneInstructionInExitBlock() local
1427 BundleIdx != BundleEnd; ++BundleIdx) { in cloneInstructionInExitBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp43 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 DHexagonMCInstrInfo.h50 MCInst::const_iterator BundleEnd; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1520 auto BundleEnd = getBundleEnd(BundleStart.getIterator()); in handleMoveIntoNewBundle() local
1524 while (I != BundleEnd) { in handleMoveIntoNewBundle()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp846 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/include/llvm/CodeGen/
H A DSlotIndexes.h375 auto BundleEnd = getBundleEnd(MI.getIterator());
379 : *skipDebugInstructionsForward(BundleStart, BundleEnd);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp764 size_t BundleEnd = ReadChars = FC.find(BundleEndString, ReadChars); in ReadBundle() local
766 StringRef Bundle(&FC.data()[BundleStart], BundleEnd - BundleStart); in ReadBundle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp158 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()