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 180 if (this->isSoloInstruction(MI)) {
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 155 // isSoloInstruction - return true if instruction MI can not be packetized
157 bool isSoloInstruction(MachineInstr *MI) {
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 130 // isSoloInstruction - return true if instruction MI can not be packetized
132 bool isSoloInstruction(MachineInstr *MI);
    [all...]

Completed in 256 milliseconds