Home
last modified time | relevance | path

Searched refs:SETUEQ (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h852 SETUEQ, // 1 0 0 1 True if unordered or equal enumerator
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td39 case ISD::SETOEQ: case ISD::SETUEQ:
DR600ISelLowering.cpp449 case ISD::SETUEQ: in LowerSELECT_CC()
/external/llvm/lib/CodeGen/
DAnalysis.cpp174 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
187 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td107 def COND_UEQ : PatLeaf <(cond), [{return N->get() == ISD::SETUEQ;}]>;
136 [{return N->get() == ISD::SETEQ || N->get() == ISD::SETUEQ;}]
DR600ISelLowering.cpp53 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
DAMDGPUISelLowering.cpp1105 case ISD::SETUEQ: in CombineFMinMaxLegacy()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp339 case ISD::SETUEQ: return "setueq"; in getOperationName()
DTargetLowering.cpp179 case ISD::SETUEQ: in softenSetCCOperands()
1833 if (Cond == ISD::SETUEQ && in SimplifySetCC()
1846 if (Cond == ISD::SETUEQ && in SimplifySetCC()
DSelectionDAG.cpp335 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE in getSetCCAndOperation()
1941 case ISD::SETUEQ: in FoldSetCC()
2001 case ISD::SETUEQ: return getConstant(R==APFloat::cmpUnordered || in FoldSetCC()
DLegalizeDAG.cpp1860 case ISD::SETUEQ: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp131 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2094 case ISD::SETUEQ: in getPredicateForSetCC()
2141 case ISD::SETUEQ: in getCRIdxForSetCC()
2218 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst()
2226 case ISD::SETUEQ: in getVCmpInst()
DPPCInstrQPX.td1004 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETUEQ),
1051 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETUEQ),
DPPCISelLowering.cpp351 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
352 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
549 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
594 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
DPPCInstrInfo.td2923 // match setcc on non-i1 (non-vector) variables. Note that SETUEQ, SETOGE,
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td582 def SETUEQ : CondCode; def SETUGT : CondCode; def SETUGE : CondCode;
965 (setcc node:$lhs, node:$rhs, SETUEQ)>;
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td966 (setcc node:$lhs, node:$rhs, SETUEQ)>;
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td175 def vfsetueq_v4f32 : vfsetcc_type<v4i32, v4f32, SETUEQ>;
176 def vfsetueq_v2f64 : vfsetcc_type<v2i64, v2f64, SETUEQ>;
DMipsSEISelLowering.cpp1822 Op->getOperand(2), ISD::SETUEQ); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp529 case ISD::SETUEQ: return Mips::FCOND_UEQ; in condCodeToFCC()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1420 case ISD::SETUEQ: return SPCC::FCC_UE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1113 case ISD::SETUEQ: in changeFPCCToAArch64CC()
1158 case ISD::SETUEQ: in changeVectorFPCCToAArch64CC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1345 case ISD::SETUEQ: CondCode = ARMCC::EQ; CondCode2 = ARMCC::VS; break; in FPCCToARMCC()
4646 case ISD::SETUEQ: Invert = true; // Fallthrough in LowerVSETCC()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2269 case ISD::SETUEQ: in lowerVectorSETCC()

12