OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperandCycles
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrItineraries.h
114
const unsigned *
OperandCycles
= nullptr; ///< Array of operand cycles selected
122
: SchedModel(SM), Stages(S),
OperandCycles
(OS), Forwardings(F),
176
return (int)
OperandCycles
[FirstIdx + OperandIdx];
MCSubtargetInfo.h
89
const unsigned *
OperandCycles
; // Itinerary operand cycles
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSubtargetInfo.cpp
236
OperandCycles
(OC), ForwardingPaths(FP) {
330
return InstrItineraryData(SchedModel, Stages,
OperandCycles
, ForwardingPaths);
334
InstrItins = InstrItineraryData(getSchedModel(), Stages,
OperandCycles
,
Completed in 21 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026