Searched defs:UseClass (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h196 /// itinerary class UseClass, operand index UseIdx.
198 unsigned UseClass, unsigned UseIdx) const {
206 unsigned FirstUseIdx = Itineraries[UseClass].FirstOperandCycle;
207 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle;
219 unsigned UseClass, unsigned UseIdx) const {
227 int UseCycle = getOperandCycle(UseClass, UseIdx);
233 hasPipelineForwarding(DefClass, DefIdx, UseClass, UseIdx))
197 hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, unsigned UseClass, unsigned UseIdx) const argument
218 getOperandLatency(unsigned DefClass, unsigned DefIdx, unsigned UseClass, unsigned UseIdx) const argument
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp713 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass(); local
714 return ItinData->getOperandLatency(DefClass, DefIdx, UseClass, UseIdx);
794 unsigned UseClass = UseMI->getDesc().getSchedClass(); local
795 return ItinData->getOperandLatency(DefClass, DefIdx, UseClass, UseIdx);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3083 unsigned UseClass,
3087 return ItinData->getOperandCycle(UseClass, UseIdx);
3123 unsigned UseClass,
3127 return ItinData->getOperandCycle(UseClass, UseIdx);
3156 unsigned UseClass = UseMCID.getSchedClass(); local
3159 return ItinData->getOperandLatency(DefClass, DefIdx, UseClass, UseIdx);
3209 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx);
3218 UseCycle = getVSTMUseCycle(ItinData, UseMCID, UseClass, UseIdx, UseAlign);
3236 UseCycle = getSTMUseCycle(ItinData, UseMCID, UseClass, UseIdx, UseAlign);
3250 UseClass, UseId
3081 getVSTMUseCycle(const InstrItineraryData *ItinData, const MCInstrDesc &UseMCID, unsigned UseClass, unsigned UseIdx, unsigned UseAlign) const argument
3121 getSTMUseCycle(const InstrItineraryData *ItinData, const MCInstrDesc &UseMCID, unsigned UseClass, unsigned UseIdx, unsigned UseAlign) const argument
[all...]

Completed in 756 milliseconds