Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3189 int OperandToKeep = LII.SetCR ? 1 : 0; in replaceInstrWithLI()
3194 if (LII.SetCR) { in replaceInstrWithLI()
4480 bool SetCR = false; in simplifyToLI() local
4596 SetCR = Opc == PPC::RLDICL_rec; in simplifyToLI()
4622 SetCR = Opc == PPC::RLWINM_rec || Opc == PPC::RLWINM8_rec; in simplifyToLI()
4649 if (SetCR) { in simplifyToLI()
4681 LII.SetCR = SetCR; in simplifyToLI()
4684 if (KilledDef && SetCR) in simplifyToLI()
4977 bool SetCR = Opc == PPC::SLW_rec || Opc == PPC::SRW_rec || in transformToImmFormFedByLI() local
4993 LII.SetCR = SetCR; in transformToImmFormFedByLI()
[all …]
DPPCInstrInfo.h110 unsigned SetCR : 1; member