Home
last modified time | relevance | path

Searched refs:BundleFlags (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp52 BundleFlags = MCB.getOperand(0).getImm(); in init()
76 BundleFlags = MCB.getOperand(0).getImm(); in init()
81 MCB.addOperand(MCOperand::createImm(BundleFlags)); in copyTo()
H A DHexagonShuffler.h163 int64_t BundleFlags; variable
207 return (BundleFlags & HexagonMCInstrInfo::memReorderDisabledMask) != 0; in isMemReorderDisabled()
H A DHexagonShuffler.cpp170 : Context(Context), BundleFlags(), MCII(MCII), STI(STI), in HexagonShuffler()
177 BundleFlags = 0; in reset()