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

  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 183 // isSoloInstruction - return true if instruction MI can not be packetized
185 virtual bool isSoloInstruction(const MachineInstr *MI) {
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h 56 // isSoloInstruction - return true if instruction MI can not be packetized
58 bool isSoloInstruction(const MachineInstr *MI) override;
HexagonVLIWPacketizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 228 if (this->isSoloInstruction(MI)) {
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 170 // isSoloInstruction - return true if instruction MI can not be packetized
172 bool isSoloInstruction(const MachineInstr *MI) override {

Completed in 178 milliseconds