HomeSort by relevance Sort by last modified time
    Searched defs:isSoloInstruction (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 146 // isSoloInstruction - return true if instruction MI can not be packetized
148 virtual bool isSoloInstruction(MachineInstr *MI) {
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 131 // isSoloInstruction - return true if instruction MI can not be packetized
133 bool isSoloInstruction(MachineInstr *MI) override;
    [all...]

Completed in 3220 milliseconds