Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1521 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) { in TranslateIntegerM68kCC() argument
1522 switch (SetCCOpcode) { in TranslateIntegerM68kCC()
1551 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateM68kCC() argument
1556 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateM68kCC()
1561 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateM68kCC()
1565 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateM68kCC()
1572 return TranslateIntegerM68kCC(SetCCOpcode); in TranslateM68kCC()
1579 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateM68kCC()
1583 switch (SetCCOpcode) { in TranslateM68kCC()
1600 switch (SetCCOpcode) { in TranslateM68kCC()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp804 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
810 switch (SetCCOpcode) { in IntCondCCodeToICC()
/aosp_15_r20/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp792 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
798 switch (SetCCOpcode) { in IntCondCCodeToICC()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp803 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in IntCondCCodeToICC() local
809 switch (SetCCOpcode) { in IntCondCCodeToICC()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3957 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) { in TranslateIntegerX86CC() argument
3958 switch (SetCCOpcode) { in TranslateIntegerX86CC()
3976 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateX86CC() argument
3981 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateX86CC()
3986 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()
3990 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) { in TranslateX86CC()
3997 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()
4005 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
4009 switch (SetCCOpcode) { in TranslateX86CC()
4025 switch (SetCCOpcode) { in TranslateX86CC()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5524 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) { in TranslateIntegerX86CC() argument
5525 switch (SetCCOpcode) { in TranslateIntegerX86CC()
5543 static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateX86CC() argument
5548 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) { in TranslateX86CC()
5553 if (SetCCOpcode == ISD::SETLT && RHSC->isZero()) { in TranslateX86CC()
5557 if (SetCCOpcode == ISD::SETGE && RHSC->isZero()) { in TranslateX86CC()
5561 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) { in TranslateX86CC()
5568 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()
5576 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
5580 switch (SetCCOpcode) { in TranslateX86CC()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4830 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) { in TranslateIntegerX86CC() argument
4831 switch (SetCCOpcode) { in TranslateIntegerX86CC()
4849 static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL, in TranslateX86CC() argument
4854 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnesValue()) { in TranslateX86CC()
4859 if (SetCCOpcode == ISD::SETLT && RHSC->isNullValue()) { in TranslateX86CC()
4863 if (SetCCOpcode == ISD::SETGE && RHSC->isNullValue()) { in TranslateX86CC()
4867 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) { in TranslateX86CC()
4874 return TranslateIntegerX86CC(SetCCOpcode); in TranslateX86CC()
4882 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode); in TranslateX86CC()
4886 switch (SetCCOpcode) { in TranslateX86CC()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6222 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
6244 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()
6256 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()
6267 switch (SetCCOpcode) { in LowerVSETCC()
6317 switch (SetCCOpcode) { in LowerVSETCC()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6717 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
6739 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) { in LowerVSETCC()
6751 if (SetCCOpcode == ISD::SETNE) in LowerVSETCC()
6762 switch (SetCCOpcode) { in LowerVSETCC()
6812 switch (SetCCOpcode) { in LowerVSETCC()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4881 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); in LowerVSETCC() local
4891 switch (SetCCOpcode) { in LowerVSETCC()
4930 switch (SetCCOpcode) { in LowerVSETCC()