OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOperandCycle
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrItineraries.h
167
int
getOperandCycle
(unsigned ItinClassIndx, unsigned OperandIdx) const {
210
int DefCycle =
getOperandCycle
(DefClass, DefIdx);
214
int UseCycle =
getOperandCycle
(UseClass, UseIdx);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSchedule.cpp
199
OperLatency = InstrItins.
getOperandCycle
(DefClass, DefOperIdx);
TargetInstrInfo.cpp
1100
return ItinData->
getOperandCycle
(DefClass, DefIdx);
1170
int DefCycle = ItinData->
getOperandCycle
(DefClass, DefIdx);
/src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
Disassembler.cpp
187
Latency = std::max(Latency, IID.
getOperandCycle
(SCClass, OpIdx));
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
3848
return ItinData->
getOperandCycle
(DefClass, DefIdx);
3889
return ItinData->
getOperandCycle
(DefClass, DefIdx);
3923
return ItinData->
getOperandCycle
(UseClass, UseIdx);
3963
return ItinData->
getOperandCycle
(UseClass, UseIdx);
4004
DefCycle = ItinData->
getOperandCycle
(DefClass, DefIdx);
4045
UseCycle = ItinData->
getOperandCycle
(UseClass, UseIdx);
4442
int Latency = ItinData->
getOperandCycle
(DefMCID.getSchedClass(), DefIdx);
4804
int DefCycle = ItinData->
getOperandCycle
(DefClass, DefIdx);
ARMISelLowering.cpp
1890
Itins->
getOperandCycle
(MCID.getSchedClass(), 0) > 2)
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp
156
int Cycle = ItinData->
getOperandCycle
(DefClass, i);
Completed in 39 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026