Searched refs:isSoloInstruction (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h146 // isSoloInstruction - return true if instruction MI can not be packetized
148 virtual bool isSoloInstruction(MachineInstr *MI) { function in class:llvm::VLIWPacketizerList
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp181 if (this->isSoloInstruction(MI)) {
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp130 // isSoloInstruction - return true if instruction MI can not be packetized
132 bool isSoloInstruction(MachineInstr *MI);
975 // isSoloInstruction: - Returns true for instructions that must be
977 bool HexagonPacketizerList::isSoloInstruction(MachineInstr *MI) { function in class:HexagonPacketizerList
1017 if (isSoloInstruction(I))
/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600Packetizer.cpp167 // isSoloInstruction - return true if instruction MI can not be packetized
169 bool isSoloInstruction(MachineInstr *MI) { function in class:__anon2596::R600PacketizerList

Completed in 107 milliseconds