Searched refs:Duplex (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp158 auto Duplex = HeadTail.first.split('\v'); variable
159 if (!Duplex.second.empty()) {
160 OS << Indent << Duplex.first << Separator;
161 InstTxt = Duplex.second;
163 InstTxt = Duplex.first;
H A DHexagonMCCodeEmitter.cpp342 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); local
345 assert(!Duplex);
352 assert(!Duplex);
357 if (Duplex) {
H A DHexagonMCInstrInfo.cpp844 MCInst *Duplex = local
848 assert(Duplex != nullptr);
849 MCB.getOperand(Candidate.packetIndexI).setInst(Duplex);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp780 auto Duplex = HeadTail.first.split('\v');
781 if (!Duplex.second.empty()) {
782 OS << Duplex.first;
784 Inst = Duplex.second;

Completed in 114 milliseconds