Searched refs:SetCCOpcode (Results 1 – 3 of 3) sorted by relevance
803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local809 switch (SetCCOpcode) { in IntCondCCodeToICC()
4830 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) { in TranslateIntegerX86CC() argument4831 switch (SetCCOpcode) { in TranslateIntegerX86CC()4849 static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateX86CC() argument4854 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateX86CC()4859 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()4863 if (SetCCOpcode == ISD::SETGE && RHSC->isNullValue()) { in TranslateX86CC()4867 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) { in TranslateX86CC()4874 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()4882 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()4886 switch (SetCCOpcode) { in TranslateX86CC()[all …]
6222 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local6244 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()6256 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()6267 switch (SetCCOpcode) { in LowerVSETCC()6317 switch (SetCCOpcode) { in LowerVSETCC()