Searched refs:HexagonMCShuffle (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCShuffler.h | 58 bool HexagonMCShuffle(MCContext &Context, bool ReportErrors, 61 bool HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII, 64 bool HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII,
|
H A D | HexagonMCShuffler.cpp | 103 bool llvm::HexagonMCShuffle(MCContext &Context, bool ReportErrors, in HexagonMCShuffle() function in llvm 130 bool llvm::HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII, in HexagonMCShuffle() function in llvm 179 bool llvm::HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII, in HexagonMCShuffle() function in llvm
|
H A D | HexagonMCCompound.cpp | 416 bool PreviouslyValid = llvm::HexagonMCShuffle(Context, false, MCII, STI, MCI); in tryCompound() 424 const bool IsValid = llvm::HexagonMCShuffle(Context, false, MCII, STI, MCI); in tryCompound()
|
H A D | HexagonMCInstrInfo.cpp | 138 HexagonMCShuffle(Context, false, MCII, STI, MCB); in canonicalizePacketImpl() 147 HexagonMCShuffle(Context, MCII, STI, MCB, possibleDuplexes); in canonicalizePacketImpl() 165 HexagonMCShuffle(Context, true, MCII, STI, MCB); in canonicalizePacketImpl()
|
H A D | HexagonAsmBackend.cpp | 745 bool Error = HexagonMCShuffle(Context, true, *MCII, in finishLayout()
|