Lines Matching full:resources
53 // Check if the resources occupied by a MCInstrDesc are available in the
62 // Reserve the resources occupied by a MCInstrDesc and change the current
71 // Check if the resources occupied by a machine instruction are available
78 // Reserve the resources occupied by a machine instruction and change the
90 // RS stores the cumulative resources used up to and including the I'th
94 // Return the difference between the cumulative resources used by InstIdx and
201 LLVM_DEBUG(dbgs() << "Checking resources for adding MI to packet " << MI);
206 dbgs() << " Resources are available for adding MI to packet\n";
208 dbgs() << " Resources NOT available\n";
233 << "Resources are available, but instruction should not be "