Searched refs:UseClass (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h184 /// bypassed when it's read by an instruction of itinerary class UseClass,
187 unsigned UseClass, unsigned UseIdx) const {
195 unsigned FirstUseIdx = Itineraries[UseClass].FirstOperandCycle;
196 unsigned LastUseIdx = Itineraries[UseClass].LastOperandCycle;
208 unsigned UseClass, unsigned UseIdx) const {
216 int UseCycle = getOperandCycle(UseClass, UseIdx);
222 hasPipelineForwarding(DefClass, DefIdx, UseClass, UseIdx))
186 hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, unsigned UseClass, unsigned UseIdx) const argument
207 getOperandLatency(unsigned DefClass, unsigned DefIdx, unsigned UseClass, unsigned UseIdx) const argument
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h318 unsigned UseClass,
322 unsigned UseClass,
H A DARMBaseInstrInfo.cpp3229 unsigned UseClass,
3233 return ItinData->getOperandCycle(UseClass, UseIdx);
3269 unsigned UseClass,
3273 return ItinData->getOperandCycle(UseClass, UseIdx);
3302 unsigned UseClass = UseMCID.getSchedClass(); local
3305 return ItinData->getOperandLatency(DefClass, DefIdx, UseClass, UseIdx);
3355 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx);
3364 UseCycle = getVSTMUseCycle(ItinData, UseMCID, UseClass, UseIdx, UseAlign);
3382 UseCycle = getSTMUseCycle(ItinData, UseMCID, UseClass, UseIdx, UseAlign);
3396 UseClass, UseId
3227 getVSTMUseCycle(const InstrItineraryData *ItinData, const MCInstrDesc &UseMCID, unsigned UseClass, unsigned UseIdx, unsigned UseAlign) const argument
3267 getSTMUseCycle(const InstrItineraryData *ItinData, const MCInstrDesc &UseMCID, unsigned UseClass, unsigned UseIdx, unsigned UseAlign) const argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp994 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass(); local
995 return ItinData->getOperandLatency(DefClass, DefIdx, UseClass, UseIdx);
1076 unsigned UseClass = UseMI->getDesc().getSchedClass(); local
1077 return ItinData->getOperandLatency(DefClass, DefIdx, UseClass, UseIdx);

Completed in 98 milliseconds