Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td76 bits<1> isSolo = 0;
77 let TSFlags{7} = isSolo;
H A DHexagonInstrInfo.h401 bool isSolo(const MachineInstr &MI) const;
H A DHexagonNewValueJump.cpp142 if (QII->isSolo(*II)) in INITIALIZE_PASS_DEPENDENCY()
H A DHexagonPseudo.td611 let hasSideEffects = 1, isPseudo = 1, isCodeGenOnly = 1, isSolo = 1 in
H A DHexagonVLIWPacketizer.cpp1085 if (HII->isSolo(MI)) in isSoloInstruction()
H A DHexagonDepInstrInfo.td5715 let isSolo = 1;
5847 let isSolo = 1;
5861 let isSolo = 1;
5883 let isSolo = 1;
12470 let isSolo = 1;
13844 let isSolo = 1;
18281 let isSolo = 1;
18292 let isSolo = 1;
22014 let isSolo = 1;
22026 let isSolo
[all...]
H A DHexagonInstrInfo.cpp2640 bool HexagonInstrInfo::isSolo(const MachineInstr &MI) const { in isSolo() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h301 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCChecker.cpp695 if (HexagonMCInstrInfo::isSolo(MCII, I)) { in checkSolo()
H A DHexagonMCInstrInfo.cpp798 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) { in isSolo() function in HexagonMCInstrInfo