OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperandCycles
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCSubtargetInfo.h
43
const unsigned *
OperandCycles
; // Itinerary operand cycles
MCInstrItineraries.h
113
const unsigned *
OperandCycles
; ///< Array of operand cycles selected
119
Stages(nullptr),
OperandCycles
(nullptr),
124
: SchedModel(SM), Stages(S),
OperandCycles
(OS), Forwardings(F),
178
return (int)
OperandCycles
[FirstIdx + OperandIdx];
Completed in 70 milliseconds