Displaying 1 result from an estimated 1 matches for "cd0972ef".
2015 Dec 04
2
InstrStage, Interpretation of getUnits()
Here is the code
<https://github.com/llvm-mirror/llvm/blob/c68dcdb413079d92118839dbd835e125293f411a/include/llvm/MC/MCInstrItineraries.h#L75>
for InstrStage::getUnits()
/// \brief Returns the choice of FUs.
unsigned getUnits() const { return Units_; }
This method returns an integer. How does one interpret it? As far as I see
it it should tell me what resources are used by a given stage but