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()
4669 switch (SetCCOpcode) { in TranslateIntegerX86CC()4697 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()4708 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()4716 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()4720 switch (SetCCOpcode) { in TranslateX86CC()4736 switch (SetCCOpcode) { in TranslateX86CC()19214 switch (SetCCOpcode) { in translateX86FSETCC()19289 if ((SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE) && in LowerIntVSETCC_AVX512()19294 if (SetCCOpcode == ISD::SETLT) { in LowerIntVSETCC_AVX512()19295 SetCCOpcode = ISD::getSetCCSwappedOperands(SetCCOpcode); in LowerIntVSETCC_AVX512()[all …]
5534 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local5538 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()5550 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()5561 switch (SetCCOpcode) { in LowerVSETCC()5602 switch (SetCCOpcode) { in LowerVSETCC()