Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h790 SETUEQ, // 1 0 0 1 True if unordered or equal enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp172 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
185 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
/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/Target/R600/
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.cpp1089 case ISD::SETUEQ: in CombineFMinMaxLegacy()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp314 case ISD::SETUEQ: return "setue"; in getOperationName()
DTargetLowering.cpp193 case ISD::SETUEQ: in softenSetCCOperands()
1778 if (Cond == ISD::SETUEQ && in SimplifySetCC()
1791 if (Cond == ISD::SETUEQ && in SimplifySetCC()
DSelectionDAG.cpp358 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE in getSetCCAndOperation()
1856 case ISD::SETUEQ: in FoldSetCC()
1916 case ISD::SETUEQ: return getConstant(R==APFloat::cmpUnordered || in FoldSetCC()
DLegalizeDAG.cpp1714 case ISD::SETUEQ: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2031 case ISD::SETUEQ: in getPredicateForSetCC()
2078 case ISD::SETUEQ: in getCRIdxForSetCC()
2155 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst()
2163 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.cpp343 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
344 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
538 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
568 setCondCodeAction(ISD::SETUEQ, MVT::v2f64, Expand); in PPCTargetLowering()
DPPCInstrInfo.td2817 // match setcc on non-i1 (non-vector) variables. Note that SETUEQ, SETOGE,
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td541 def SETUEQ : CondCode; def SETUGT : CondCode; def SETUGE : CondCode;
891 (setcc node:$lhs, node:$rhs, SETUEQ)>;
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1430 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering()
1431 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td968 (setcc node:$lhs, node:$rhs, SETUEQ)>;
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td185 def vfsetueq_v4f32 : vfsetcc_type<v4i32, v4f32, SETUEQ>;
186 def vfsetueq_v2f64 : vfsetcc_type<v2i64, v2f64, SETUEQ>;
DMipsSEISelLowering.cpp1806 Op->getOperand(2), ISD::SETUEQ); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp510 case ISD::SETUEQ: return Mips::FCOND_UEQ; in condCodeToFCC()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1365 case ISD::SETUEQ: return SPCC::FCC_UE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1057 case ISD::SETUEQ: in changeFPCCToAArch64CC()
1102 case ISD::SETUEQ: in changeVectorFPCCToAArch64CC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1250 case ISD::SETUEQ: CondCode = ARMCC::EQ; CondCode2 = ARMCC::VS; break; in FPCCToARMCC()
4379 case ISD::SETUEQ: Invert = true; // Fallthrough in LowerVSETCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3696 case ISD::SETUEQ: in TranslateX86CC()
12948 case ISD::SETUEQ: in translateX86FSETCC()
13083 if (SetCCOpcode == ISD::SETUEQ) { in LowerVSETCC()