Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1214 unsigned SrcOpCode = SrcMI->getOpcode(); in simplifyCode() local
1215 if (SrcOpCode != PPC::RLDICL && SrcOpCode != PPC::RLDICR) in simplifyCode()
1237 (SrcOpCode == PPC::RLDICL && (RZeroAndImm + ImmSrc > 63)) || in simplifyCode()
1238 (SrcOpCode == PPC::RLDICR && LZeroAndImm > ImmSrc); in simplifyCode()
1244 ((SrcOpCode == PPC::RLDICL && LZeroAndImm >= ImmSrc) || in simplifyCode()
1245 (SrcOpCode == PPC::RLDICR && (RZeroAndImm + ImmSrc > 63))); in simplifyCode()