Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp949 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSH8 || in simplifyCode() local
952 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
954 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
956 else if (MIIs64Bit) in simplifyCode()
1018 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSW || in simplifyCode() local
1021 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
1023 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
1025 else if (MIIs64Bit) in simplifyCode()