HomeSort by relevance Sort by last modified time
    Searched full:issolo (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonSystemInst.td 54 let isSolo = 1, Rs = 0, Rt = 0, Rd = 0 in {
77 let hasSideEffects = 0, isSolo = 1 in
105 let hasSideEffects = 0, isSolo = 1 in
118 let hasSideEffects = 0, isSolo = 1 in
HexagonInstrFormats.td 105 bits<1> isSolo = 0;
106 let TSFlags{5} = isSolo;
HexagonInstrInfo.h 339 bool isSolo(const MachineInstr* MI) const;
HexagonInstrInfoV60.td     [all...]
HexagonVLIWPacketizer.cpp     [all...]
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 259 bool isSolo(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonShuffler.cpp 197 if (HexagonMCInstrInfo::isSolo(MCII, *ID))
HexagonMCChecker.cpp 492 if (llvm::HexagonMCInstrInfo::isSolo(MCII, *I.getInst())) {
HexagonMCInstrInfo.cpp 584 bool HexagonMCInstrInfo::isSolo(MCInstrInfo const &MCII, MCInst const &MCI) {

Completed in 8976 milliseconds