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

  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 140 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
141 virtual bool ignorePseudoInstruction(MachineInstr *I,
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 187 if (this->ignorePseudoInstruction(MI, MBB))
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 164 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
165 bool ignorePseudoInstruction(MachineInstr *MI,
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 127 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
128 bool ignorePseudoInstruction(MachineInstr *MI,
    [all...]

Completed in 353 milliseconds