HomeSort by relevance Sort by last modified time
    Searched refs:HMI (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 40 MCInst HMI = HexagonMCInstrInfo::createBundle();
44 HMI.addOperand(MCOperand::createInst(&MCK));
45 MCB = &HMI;
HexagonAsmBackend.cpp 522 bool isInstRelaxable(MCInst const &HMI) const {
523 const MCInstrDesc &MCID = HexagonMCInstrInfo::getDesc(*MCII, HMI);
526 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ ||
527 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) ==
530 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeNV &&
532 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR &&
533 HMI.getOpcode() != Hexagon::C4_addipc))
534 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) {
537 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI));
    [all...]
HexagonMCChecker.cpp 250 for (auto HMI: HexagonMCInstrInfo::bundleInstructions(MCBDX)) {
251 MCInst const& MCI = *HMI.getInst();
468 for (auto const&HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) {
469 if(llvm::HexagonMCInstrInfo::getType(MCII, *HMI.getInst()) == HexagonII::TypeCVI_HIST) {
HexagonMCCodeEmitter.cpp 80 MCInst &HMI = const_cast<MCInst &>(*I.getInst());
81 EncodeSingleInstruction(HMI, OS, Fixups, STI,
82 parseBits(Instruction, Last, HMB, HMI),
84 *Extended = HexagonMCInstrInfo::isImmext(HMI);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 539 bool isInstRelaxable(MCInst const &HMI) const {
540 const MCInstrDesc &MCID = HexagonMCInstrInfo::getDesc(*MCII, HMI);
543 if (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeJ ||
544 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCJ &&
546 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeNCJ &&
548 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR &&
549 HMI.getOpcode() != Hexagon::C4_addipc))
550 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) {
553 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI));
    [all...]
HexagonMCChecker.cpp 363 for (auto HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) {
364 MCInst const &MCI = *HMI.getInst();
632 for (auto const &HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) {
633 if (HexagonMCInstrInfo::getType(MCII, *HMI.getInst()) ==
HexagonMCCodeEmitter.cpp 384 MCInst &HMI = const_cast<MCInst &>(*I.getInst());
385 verifyInstructionPredicates(HMI, Features);
387 EncodeSingleInstruction(HMI, OS, Fixups, STI, parseBits(Last, HMB, HMI));
388 State.Extended = HexagonMCInstrInfo::isImmext(HMI);
    [all...]

Completed in 168 milliseconds