Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h164 int64_t BundleFlags; variable
208 return (BundleFlags & HexagonMCInstrInfo::memReorderDisabledMask) != 0; in isMemReorderDisabled()
H A DHexagonShuffler.cpp171 : Context(Context), BundleFlags(), MCII(MCII), STI(STI), in HexagonShuffler()
178 BundleFlags = 0; in reset()