Home
last modified time | relevance | path

Searched refs:MIIs64Bit (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp937 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSH8 || in simplifyCode() local
940 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
942 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
944 else if (MIIs64Bit) in simplifyCode()
1006 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSW || in simplifyCode() local
1009 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
1011 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
1013 else if (MIIs64Bit) in simplifyCode()