Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h720 SETUEQ, // 1 0 0 1 True if unordered or equal enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp161 case FCmpInst::FCMP_UEQ: return ISD::SETUEQ; in getFCmpCondCode()
174 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstructions.td39 case ISD::SETOEQ: case ISD::SETUEQ:
DR600ISelLowering.cpp449 case ISD::SETUEQ: in LowerSELECT_CC()
/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/PowerPC/
DPPCISelDAGToDAG.cpp571 case ISD::SETUEQ: in getPredicateForSetCC()
618 case ISD::SETUEQ: in getCRIdxForSetCC()
635 case ISD::SETUEQ: in getVCmpInst()
804 case ISD::SETUEQ: in SelectSETCC()
DPPCISelLowering.cpp307 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
308 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
490 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp301 case ISD::SETUEQ: in LowerMinMax()
DAMDGPUInstructions.td42 case ISD::SETOEQ: case ISD::SETUEQ:
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp294 case ISD::SETUEQ: return "setue"; in getOperationName()
DTargetLowering.cpp175 case ISD::SETUEQ: in softenSetCCOperands()
1584 if (Cond == ISD::SETUEQ && in SimplifySetCC()
1597 if (Cond == ISD::SETUEQ && in SimplifySetCC()
DSelectionDAG.cpp310 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE in getSetCCAndOperation()
1574 case ISD::SETUEQ: in FoldSetCC()
1634 case ISD::SETUEQ: return getConstant(R==APFloat::cmpUnordered || in FoldSetCC()
DLegalizeDAG.cpp1633 case ISD::SETUEQ: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1121 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering()
1122 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td499 def SETUEQ : CondCode; def SETUGT : CondCode; def SETUGE : CondCode;
843 (setcc node:$lhs, node:$rhs, SETUEQ)>;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1702 case ISD::SETUEQ: CondCode = A64CC::EQ; Alternative = A64CC::VS; break; in FPCCToA64CC()
2460 case ISD::SETUEQ: in LowerVectorSETCC()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1235 case ISD::SETUEQ: return SPCC::FCC_UE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td968 (setcc node:$lhs, node:$rhs, SETUEQ)>;
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp479 case ISD::SETUEQ: return Mips::FCOND_UEQ; in condCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1212 case ISD::SETUEQ: CondCode = ARMCC::EQ; CondCode2 = ARMCC::VS; break; in FPCCToARMCC()
4037 case ISD::SETUEQ: Invert = true; // Fallthrough in LowerVSETCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3456 case ISD::SETUEQ: in TranslateX86CC()
9629 case ISD::SETUEQ: in translateX86FSETCC()
9691 if (SetCCOpcode == ISD::SETUEQ) { in LowerVSETCC()