Searched refs:getOperandCycle (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h177 /// getOperandCycle - Return the cycle for the given class and
180 int getOperandCycle(unsigned ItinClassIndx, unsigned OperandIdx) const { function in class:llvm::InstrItineraryData
223 int DefCycle = getOperandCycle(DefClass, DefIdx);
227 int UseCycle = getOperandCycle(UseClass, UseIdx);
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp170 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx);
H A DTargetInstrInfo.cpp712 return ItinData->getOperandCycle(DefClass, DefIdx);
783 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx);
842 OperLatency = ItinData->getOperandCycle(DefClass, DefIdx);
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp194 Latency = std::max(Latency, IID.getOperandCycle(SCClass, OpIdx));
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3012 return ItinData->getOperandCycle(DefClass, DefIdx);
3053 return ItinData->getOperandCycle(DefClass, DefIdx);
3087 return ItinData->getOperandCycle(UseClass, UseIdx);
3127 return ItinData->getOperandCycle(UseClass, UseIdx);
3168 DefCycle = ItinData->getOperandCycle(DefClass, DefIdx);
3209 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx);
3603 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx);
3921 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx);
H A DARMISelLowering.cpp1128 Itins->getOperandCycle(MCID.getSchedClass(), 0) > 2)

Completed in 1809 milliseconds