HomeSort by relevance Sort by last modified time
    Searched refs:isSoloInstruction (Results 1 - 4 of 4) 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/CodeGen/
DFAPacketizer.cpp 181 if (this->isSoloInstruction(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...]
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 170 // isSoloInstruction - return true if instruction MI can not be packetized
172 bool isSoloInstruction(MachineInstr *MI) override {

Completed in 100 milliseconds