Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1722 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) { in TranslateIntegerM68kCC() argument
1723 switch (SetCCOpcode) { in TranslateIntegerM68kCC()
1752 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateM68kCC() argument
1757 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) { in TranslateM68kCC()
1762 if (SetCCOpcode == ISD::SETLT && RHSC->isZero()) { in TranslateM68kCC()
1766 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateM68kCC()
1773 return TranslateIntegerM68kCC(SetCCOpcode); in TranslateM68kCC()
1780 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateM68kCC()
1784 switch (SetCCOpcode) { in TranslateM68kCC()
1801 switch (SetCCOpcode) { in TranslateM68kCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp806 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
812 switch (SetCCOpcode) { in IntCondCCodeToICC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2732 switch (SetCCOpcode) { in TranslateIntegerX86CC()
2768 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) { in TranslateX86CC()
2775 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()
2783 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
2787 switch (SetCCOpcode) { in TranslateX86CC()
2803 switch (SetCCOpcode) { in TranslateX86CC()
22860 return (SetCCOpcode != ISD::SETONE) && (SetCCOpcode != ISD::SETUEQ); in cheapX86FSETCC_SSE()
22879 switch (SetCCOpcode) { in translateX86FSETCC()
22905 switch (SetCCOpcode) { in translateX86FSETCC()
22964 if (SetCCOpcode == ISD::SETLT) { in LowerIntVSETCC_AVX512()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6773 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
6795 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()
6807 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()
6818 switch (SetCCOpcode) { in LowerVSETCC()
6868 switch (SetCCOpcode) { in LowerVSETCC()