Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1235 unsigned SrcOpCode = SrcMI->getOpcode(); in simplifyCode() local
1236 if (SrcOpCode != PPC::RLDICL && SrcOpCode != PPC::RLDICR) in simplifyCode()
1258 (SrcOpCode == PPC::RLDICL && (RZeroAndImm + ImmSrc > 63)) || in simplifyCode()
1259 (SrcOpCode == PPC::RLDICR && LZeroAndImm > ImmSrc); in simplifyCode()
1265 ((SrcOpCode == PPC::RLDICL && LZeroAndImm >= ImmSrc) || in simplifyCode()
1266 (SrcOpCode == PPC::RLDICR && (RZeroAndImm + ImmSrc > 63))); in simplifyCode()