Searched refs:SetCCOpcode (Results 1 – 4 of 4) sorted by relevance
1481 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) { in TranslateIntegerM68kCC() argument1482 switch (SetCCOpcode) { in TranslateIntegerM68kCC()1511 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateM68kCC() argument1516 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateM68kCC()1521 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateM68kCC()1525 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateM68kCC()1532 return TranslateIntegerM68kCC(SetCCOpcode); in TranslateM68kCC()1539 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateM68kCC()1543 switch (SetCCOpcode) { in TranslateM68kCC()1560 switch (SetCCOpcode) { in TranslateM68kCC()
803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local809 switch (SetCCOpcode) { in IntCondCCodeToICC()
5007 switch (SetCCOpcode) { in TranslateIntegerX86CC()5043 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) { in TranslateX86CC()5050 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()5058 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()5062 switch (SetCCOpcode) { in TranslateX86CC()5078 switch (SetCCOpcode) { in TranslateX86CC()22849 switch (SetCCOpcode) { in translateX86FSETCC()22875 switch (SetCCOpcode) { in translateX86FSETCC()22934 if (SetCCOpcode == ISD::SETLT) { in LowerIntVSETCC_AVX512()22935 SetCCOpcode = ISD::getSetCCSwappedOperands(SetCCOpcode); in LowerIntVSETCC_AVX512()[all …]
6589 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local6611 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()6623 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()6634 switch (SetCCOpcode) { in LowerVSETCC()6684 switch (SetCCOpcode) { in LowerVSETCC()