Searched refs:ignorePseudoInstruction (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h177 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
178 virtual bool ignorePseudoInstruction(const MachineInstr *I, function in class:llvm::VLIWPacketizerList
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h52 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
53 bool ignorePseudoInstruction(const MachineInstr *MI,
H A DHexagonVLIWPacketizer.cpp914 bool HexagonPacketizerList::ignorePseudoInstruction(const MachineInstr *MI, function in class:HexagonPacketizerList
/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp234 if (this->ignorePseudoInstruction(MI, MBB))
/external/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp164 // ignorePseudoInstruction - Ignore bundling of pseudo instructions.
165 bool ignorePseudoInstruction(const MachineInstr *MI,

Completed in 34 milliseconds