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.cpp954 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSH8 || in simplifyCode() local
957 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
959 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
961 else if (MIIs64Bit) in simplifyCode()
1023 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSW || in simplifyCode() local
1026 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
1028 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
1030 else if (MIIs64Bit) in simplifyCode()