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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1722 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) { argument
1723 switch (SetCCOpcode) {
1752 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL, argument
1757 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) {
1762 if (SetCCOpcode == ISD::SETLT && RHSC->isZero()) {
1766 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
1773 return TranslateIntegerM68kCC(SetCCOpcode);
1780 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
1784 switch (SetCCOpcode) {
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp806 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
812 switch (SetCCOpcode) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2731 static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) { argument
2732 switch (SetCCOpcode) {
2750 static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL, argument
2755 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) {
2760 if (SetCCOpcode == ISD::SETLT && RHSC->isZero()) {
2764 if (SetCCOpcode == ISD::SETGE && RHSC->isZero()) {
2768 if (SetCCOpcode == ISD::SETLT && RHSC->isOne()) {
2775 return TranslateIntegerX86CC(SetCCOpcode);
2783 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6773 ISD::CondCode SetCCOpcode = cast<CondCodeSDNode>(CC)->get(); local
6795 (SetCCOpcode == ISD::SETEQ || SetCCOpcode == ISD::SETNE)) {
6807 if (SetCCOpcode == ISD::SETNE)
6818 switch (SetCCOpcode) {
6868 switch (SetCCOpcode) {

Completed in 281 milliseconds