Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1481 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) { in TranslateIntegerM68kCC() argument
1482 switch (SetCCOpcode) { in TranslateIntegerM68kCC()
1511 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateM68kCC() argument
1516 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
809 switch (SetCCOpcode) { in IntCondCCodeToICC()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5007 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6589 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
6611 (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()