HomeSort by: relevance | last modified time | path
    Searched refs:ignorePseudoInstruction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DFAPacketizer.h 160 virtual bool ignorePseudoInstruction(const MachineInstr &I,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h 85 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
86 bool ignorePseudoInstruction(const MachineInstr &MI,
HexagonVLIWPacketizer.cpp 1044 bool HexagonPacketizerList::ignorePseudoInstruction(const MachineInstr &MI,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DFAPacketizer.cpp 224 if (ignorePseudoInstruction(MI, MBB))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 155 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
156 bool ignorePseudoInstruction(const MachineInstr &MI,

Completed in 19 milliseconds