Searched refs:SetCCOpcode (Results 1 – 4 of 4) sorted by relevance
1493 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) { in TranslateIntegerM68kCC() argument1494 switch (SetCCOpcode) { in TranslateIntegerM68kCC()1523 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateM68kCC() argument1528 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateM68kCC()1533 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateM68kCC()1537 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateM68kCC()1544 return TranslateIntegerM68kCC(SetCCOpcode); in TranslateM68kCC()1551 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateM68kCC()1555 switch (SetCCOpcode) { in TranslateM68kCC()1572 switch (SetCCOpcode) { in TranslateM68kCC()
808 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local814 switch (SetCCOpcode) { in IntCondCCodeToICC()
5446 switch (SetCCOpcode) { in TranslateIntegerX86CC()5489 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()5497 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()5501 switch (SetCCOpcode) { in TranslateX86CC()5517 switch (SetCCOpcode) { in TranslateX86CC()24072 return (SetCCOpcode != ISD::SETONE) && (SetCCOpcode != ISD::SETUEQ); in cheapX86FSETCC_SSE()24091 switch (SetCCOpcode) { in translateX86FSETCC()24117 switch (SetCCOpcode) { in translateX86FSETCC()24176 if (SetCCOpcode == ISD::SETLT) { in LowerIntVSETCC_AVX512()24177 SetCCOpcode = ISD::getSetCCSwappedOperands(SetCCOpcode); in LowerIntVSETCC_AVX512()[all …]
6690 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local6712 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()6724 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()6735 switch (SetCCOpcode) { in LowerVSETCC()6785 switch (SetCCOpcode) { in LowerVSETCC()