pub(super) fn fill_reg_map(
    _arch: InlineAsmArch,
    _reloc_model: RelocModel,
    _target_features: &FxIndexSet<Symbol>,
    _target: &Target,
    _map: &mut FxHashMap<InlineAsmRegClass, FxIndexSet<InlineAsmReg>>
)