Searched defs:getOperandCycle (Results 1 - 1 of 1) 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);

Completed in 95 milliseconds