To do this:
- Change GlobalAddress SDNode to TargetGlobalAddress to avoid legalizer split the symbol.
- Change ExternalSymbol SDNode to TargetExternalSymbol to avoid legalizer split the symbol.
- Let PseudoCALL match direct call with target operand TargetGlobalAddress and TargetExternalSymbol.