Searched refs:SETOEQ (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1050 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator in enum:llvm::ISD::CondCode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp204 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ;
225 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp195 case ISD::SETOEQ:
H A DAMDGPUISelLowering.cpp1267 case ISD::SETOEQ:
H A DSIISelLowering.cpp9891 if ((CC == ISD::SETOEQ || CC == ISD::SETONE) && LHS.getOpcode() == ISD::FABS) {
9906 unsigned Mask = CC == ISD::SETOEQ ? IsInfMask : IsFiniteMask;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp408 case ISD::SETOEQ: return "setoeq";
H A DLegalizeDAG.cpp1677 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT)
1678 && "If SETO is expanded, SETOEQ must be legal!");
1679 CC1 = ISD::SETOEQ; CC2 = ISD::SETOEQ; Opc = ISD::AND; break;
1684 case ISD::SETOEQ:
H A DTargetLowering.cpp312 case ISD::SETOEQ:
3792 if (Cond == ISD::SETOEQ &&
3805 if (Cond == ISD::SETOEQ &&
H A DLegalizeFloatTypes.cpp1710 LHSHi, RHSHi, ISD::SETOEQ);
H A DSelectionDAG.cpp436 case ISD::SETOEQ: // SETEQ & SETU[LG]E
2018 case ISD::SETOEQ:
2083 case ISD::SETOEQ: return getBoolConstant(R==APFloat::cmpEqual, dl, VT,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp856 case ISD::SETOEQ:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3864 case ISD::SETOEQ:
3901 case ISD::SETOEQ:
3902 case ISD::SETEQ: return 2; // Bit #2 = SETOEQ
3944 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break;
3952 case ISD::SETOEQ:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp543 case ISD::SETOEQ:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1828 Op->getOperand(2), ISD::SETOEQ);
H A DMipsISelLowering.cpp607 case ISD::SETOEQ: return Mips::FCOND_OEQ;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1386 case ISD::SETOEQ: return SPCC::FCC_E;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1856 case ISD::SETOEQ: CondCode = ARMCC::EQ; break;
5176 if (CC == ISD::SETOEQ)
5307 (CC == ISD::SETEQ || CC == ISD::SETOEQ ||
6277 case ISD::SETOEQ:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1556 case ISD::SETOEQ:
5464 if ((CC == ISD::SETEQ || CC == ISD::SETOEQ || CC == ISD::SETUEQ) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp192 // SETOEQ and SETUNE require checking two conditions.
193 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
194 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
195 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
4922 case ISD::SETOEQ:
21169 case ISD::SETOEQ:
21198 case ISD::SETOEQ:
22960 cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETOEQ) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2661 case ISD::SETOEQ:

Completed in 557 milliseconds