OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefClass
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrItineraries.h
195
/// between instructions of itinerary classes
DefClass
and UseClasses so that
196
/// value produced by an instruction of itinerary class
DefClass
, operand
199
bool hasPipelineForwarding(unsigned
DefClass
, unsigned DefIdx,
201
unsigned FirstDefIdx = Itineraries[
DefClass
].FirstOperandCycle;
202
unsigned LastDefIdx = Itineraries[
DefClass
].LastOperandCycle;
220
int getOperandLatency(unsigned
DefClass
, unsigned DefIdx,
225
int DefCycle = getOperandCycle(
DefClass
, DefIdx);
235
hasPipelineForwarding(
DefClass
, DefIdx, UseClass, UseIdx))
/external/llvm/lib/Target/
TargetInstrInfo.cpp
71
unsigned
DefClass
= DefMI->getDesc().getSchedClass();
73
return ItinData->getOperandLatency(
DefClass
, DefIdx, UseClass, UseIdx);
86
unsigned
DefClass
= get(DefNode->getMachineOpcode()).getSchedClass();
88
return ItinData->getOperandCycle(
DefClass
, DefIdx);
90
return ItinData->getOperandLatency(
DefClass
, DefIdx, UseClass, UseIdx);
119
unsigned
DefClass
= DefMI->getDesc().getSchedClass();
120
int DefCycle = ItinData->getOperandCycle(
DefClass
, DefIdx);
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
ARMBaseInstrInfo.h
352
unsigned
DefClass
,
356
unsigned
DefClass
,
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
632
unsigned
DefClass
= DefMI->getDesc().getSchedClass();
633
Latency = InstrItins->getOperandCycle(
DefClass
, DefIdx);
Completed in 319 milliseconds