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 186 if (this->ignorePseudoInstruction(MI, MBB))
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 150 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
151 bool ignorePseudoInstruction(MachineInstr *MI, MachineBasicBlock *MBB) {
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 127 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
128 bool ignorePseudoInstruction(MachineInstr *MI, MachineBasicBlock *MBB);
    [all...]

Completed in 549 milliseconds