Home
last modified time | relevance | path

Searched refs:isSolo (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrFormats.td74 bits<1> isSolo = 0;
75 let TSFlags{7} = isSolo;
HDHexagonInstrInfo.h392 bool isSolo(const MachineInstr &MI) const;
HDHexagonNewValueJump.cpp143 if (QII->isSolo(*II)) in INITIALIZE_PASS_DEPENDENCY()
HDHexagonPseudo.td569 let hasSideEffects = 1, isPseudo = 1, isCodeGenOnly = 1, isSolo = 1 in
HDHexagonVLIWPacketizer.cpp1078 if (HII->isSolo(MI)) in isSoloInstruction()
HDHexagonInstrInfo.cpp2568 bool HexagonInstrInfo::isSolo(const MachineInstr &MI) const { in isSolo() function in HexagonInstrInfo
HDHexagonDepInstrInfo.td5583 let isSolo = 1;
5705 let isSolo = 1;
5719 let isSolo = 1;
13655 let isSolo = 1;
26330 let isSolo = 1;
37462 let isSolo = 1;
37532 let isSolo = 1;
37541 let isSolo = 1;
37550 let isSolo = 1;
37559 let isSolo = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCInstrInfo.h280 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
HDHexagonMCChecker.cpp653 if (HexagonMCInstrInfo::isSolo(MCII, I)) { in checkSolo()
HDHexagonMCInstrInfo.cpp684 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) { in isSolo() function in HexagonMCInstrInfo