OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOperandCycle
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrItineraries.h
177
///
getOperandCycle
- Return the cycle for the given class and
180
int
getOperandCycle
(unsigned ItinClassIndx, unsigned OperandIdx) const {
223
int DefCycle =
getOperandCycle
(DefClass, DefIdx);
227
int UseCycle =
getOperandCycle
(UseClass, UseIdx);
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
585
return ItinData->
getOperandCycle
(DefClass, DefIdx);
652
int DefCycle = ItinData->
getOperandCycle
(DefClass, DefIdx);
711
OperLatency = ItinData->
getOperandCycle
(DefClass, DefIdx);
TargetSchedule.cpp
170
OperLatency = InstrItins.
getOperandCycle
(DefClass, DefOperIdx);
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
Completed in 170 milliseconds