Lines Matching refs:SetCCOpcode
3634 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP, in TranslateX86CC() argument
3638 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateX86CC()
3643 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()
3647 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateX86CC()
3654 switch (SetCCOpcode) { in TranslateX86CC()
3674 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
3678 switch (SetCCOpcode) { in TranslateX86CC()
3694 switch (SetCCOpcode) { in TranslateX86CC()
12914 static int translateX86FSETCC(ISD::CondCode SetCCOpcode, SDValue &Op0, in translateX86FSETCC() argument
12928 switch (SetCCOpcode) { in translateX86FSETCC()
12999 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerIntVSETCC_AVX512() local
13004 switch (SetCCOpcode) { in LowerIntVSETCC_AVX512()
13063 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
13073 unsigned SSECC = translateX86FSETCC(SetCCOpcode, Op0, Op1); in LowerVSETCC()
13083 if (SetCCOpcode == ISD::SETUEQ) { in LowerVSETCC()
13086 assert(SetCCOpcode == ISD::SETONE); in LowerVSETCC()
13131 switch (SetCCOpcode) { in LowerVSETCC()
13155 switch (SetCCOpcode) { in LowerVSETCC()
13170 switch (SetCCOpcode) { in LowerVSETCC()