Home
last modified time | relevance | path

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

/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/llvm/include/llvm/CodeGen/
DISDOpcodes.h740 SETUEQ, // 1 0 0 1 True if unordered or equal enumerator
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp574 case ISD::SETUEQ: in getPredicateForSetCC()
625 case ISD::SETUEQ: in getCRIdxForSetCC()
642 case ISD::SETUEQ: in getVCmpInst()
811 case ISD::SETUEQ: in SelectSETCC()
DPPCISelLowering.cpp274 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
275 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
437 setCondCodeAction(ISD::SETUEQ, MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/R600/
DAMDGPUInstructions.td42 case ISD::SETOEQ: case ISD::SETUEQ:
DAMDGPUISelLowering.cpp202 case ISD::SETUEQ: in LowerMinMax()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFPU.td181 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUEQ),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp298 case ISD::SETUEQ: return "setue"; in getOperationName()
DTargetLowering.cpp175 case ISD::SETUEQ: in softenSetCCOperands()
1581 if (Cond == ISD::SETUEQ && in SimplifySetCC()
1594 if (Cond == ISD::SETUEQ && in SimplifySetCC()
DSelectionDAG.cpp311 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE in getSetCCAndOperation()
1575 case ISD::SETUEQ: in FoldSetCC()
1635 case ISD::SETUEQ: return getConstant(R==APFloat::cmpUnordered || in FoldSetCC()
DLegalizeDAG.cpp1627 case ISD::SETUEQ: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1129 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering()
1130 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td501 def SETUEQ : CondCode; def SETUGT : CondCode; def SETUGE : CondCode;
845 (setcc node:$lhs, node:$rhs, SETUEQ)>;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp686 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/AArch64/
DAArch64ISelLowering.cpp1646 case ISD::SETUEQ: CondCode = A64CC::EQ; Alternative = A64CC::VS; break; in FPCCToA64CC()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp642 case ISD::SETUEQ: return Mips::FCOND_UEQ; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1169 case ISD::SETUEQ: CondCode = ARMCC::EQ; CondCode2 = ARMCC::VS; break; in FPCCToARMCC()
3802 case ISD::SETUEQ: Invert = true; // Fallthrough in LowerVSETCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3254 case ISD::SETUEQ: in TranslateX86CC()
9289 case ISD::SETUEQ: in LowerVSETCC()
9299 if (SetCCOpcode == ISD::SETUEQ) { in LowerVSETCC()