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

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h183 /// getOperandCycle - Return the cycle for the given class and
186 int getOperandCycle(unsigned ItinClassIndx, unsigned OperandIdx) const { function in class:llvm::InstrItineraryData
229 int DefCycle = getOperandCycle(DefClass, DefIdx);
233 int UseCycle = getOperandCycle(UseClass, UseIdx);

Completed in 45 milliseconds