Home
last modified time | relevance | path

Searched defs:MCB (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp33 void HexagonMCShuffler::init(MCInst &MCB) { in init()
55 void HexagonMCShuffler::init(MCInst &MCB, MCInst const &AddMI, in init()
79 void HexagonMCShuffler::copyTo(MCInst &MCB) { in copyTo()
93 bool HexagonMCShuffler::reshuffleTo(MCInst &MCB) { in reshuffleTo()
105 MCInst &MCB) { in HexagonMCShuffle()
131 MCSubtargetInfo const &STI, MCInst &MCB, in HexagonMCShuffle()
180 MCSubtargetInfo const &STI, MCInst &MCB, in HexagonMCShuffle()
H A DHexagonMCShuffler.h33 MCInst &MCB) in HexagonMCShuffler()
40 MCInst &MCB, MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler()
H A DHexagonMCInstrInfo.cpp88 MCInstrInfo const &MCII, MCInst &MCB, in addConstExtender()
125 MCContext &Context, MCInst &MCB, in canonicalizePacketImpl()
173 MCContext &Context, MCInst &MCB, in canonicalizePacket()
222 MCInst const *HexagonMCInstrInfo::extenderForIndex(MCInst const &MCB, in extenderForIndex()
235 MCInstrInfo const &MCII, MCInst &MCB, in extendIfNeeded()
496 bool HexagonMCInstrInfo::hasExtenderForIndex(MCInst const &MCB, size_t Index) { in hasExtenderForIndex()
526 MCInst const &HexagonMCInstrInfo::instruction(MCInst const &MCB, size_t Index) { in instruction()
921 void HexagonMCInstrInfo::padEndloop(MCInst &MCB, MCContext &Context) { in padEndloop()
993 void HexagonMCInstrInfo::replaceDuplex(MCContext &Context, MCInst &MCB, in replaceDuplex()
1038 bool HexagonMCInstrInfo::LoopNeedsPadding(MCInst const &MCB) { in LoopNeedsPadding()
H A DHexagonMCChecker.h36 MCInst &MCB; variable
H A DHexagonMCELFStreamer.cpp62 void HexagonMCELFStreamer::emitInstruction(const MCInst &MCB, in emitInstruction()
H A DHexagonMCDuplexInfo.cpp1030 MCInst const &MCB) { in getDuplexPossibilties()
H A DHexagonMCCodeEmitter.cpp340 uint32_t HexagonMCCodeEmitter::parseBits(size_t Last, MCInst const &MCB, in parseBits()
H A DHexagonAsmBackend.cpp577 MCInst const &MCB = DF->getInst(); in fixupNeedsRelaxationAdvanced() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp98 MCInst &MCB, HexagonAsmPrinter &AP) { in HexagonLowerToMC()
H A DHexagonAsmPrinter.cpp749 MCInst MCB; in emitInstruction() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp302 DecodeStatus HexagonDisassembler::getSingleInstruction(MCInst &MI, MCInst &MCB, in getSingleInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp95 MCInst MCB; member in __anondb6d46610111::HexagonAsmParser