Home
last modified time | relevance | path

Searched refs:BundleEnd (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp42 BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {} in PacketIterator()
46 : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()), in PacketIterator()
53 DuplexCurrent = BundleEnd; in operator ++()
54 DuplexEnd = BundleEnd; in operator ++()
60 if (BundleCurrent != BundleEnd) { in operator ++()
77 return BundleCurrent == Other.BundleCurrent && BundleEnd == Other.BundleEnd && in operator ==()
DHexagonMCInstrInfo.h46 MCInst::const_iterator BundleEnd; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSlotIndexes.h388 auto BundleEnd = getBundleEnd(MI.getIterator());
391 *skipDebugInstructionsForward(BundleStart, BundleEnd);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1376 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in CloneInstructionInExitBlock() local
1377 BundleIdx != BundleEnd; ++BundleIdx) { in CloneInstructionInExitBlock()