OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSoloInstruction
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
DFAPacketizer.h
146
//
isSoloInstruction
- return true if instruction MI can not be packetized
148
virtual bool
isSoloInstruction
(MachineInstr *MI) {
/external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp
110
//
isSoloInstruction
- return true if instruction MI can not be packetized
112
bool
isSoloInstruction
(MachineInstr *MI);
[
all
...]
Completed in 187 milliseconds