Lines Matching defs:be
276 << "// This limit must be adjusted dynamically for reserved registers.\n"
293 // This table may be larger than NumRCs if some register units needed a list
411 // Store the mapping sorted by the LLVM reg num so lookup can be done
455 "Expected Alias to be present in map");
461 "Expected Reg to be present in map");
473 // Store the mapping sorted by the Dwarf reg num so lookup can be done
674 assert((!Entry || Entry == I.second) && "Expected EnumValue to be unique");
690 // for many IdxA, IdxA' pairs. Not all sub-register indexes can be composed.
691 // The illegal entries can be use as wildcards to compress the table further.
962 // The value must be kept in sync with MCRegisterInfo.h.
1007 // Emit the register list now (unless it would be a zero-length array).
1065 for (unsigned b = 0, be = BI->getNumBits(); b != be; ++b) {
1453 // Size of the emitted array should be NumRegCosts * (Regs.size() + 1).