Home
last modified time | relevance | path

Searched refs:SetCCOpcode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1493 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) { in TranslateIntegerM68kCC() argument
1494 switch (SetCCOpcode) { in TranslateIntegerM68kCC()
1523 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateM68kCC() argument
1528 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()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp808 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
814 switch (SetCCOpcode) { in IntCondCCodeToICC()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5446 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 …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6690 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
6712 (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()