Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h788 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/external/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td96 defm SETO : SETCC<0x90, "seto", X86_COND_O>; // is overflow bit set
/external/llvm/lib/CodeGen/
DAnalysis.cpp170 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp312 case ISD::SETO: return "seto"; in getOperationName()
DTargetLowering.cpp164 case ISD::SETO: in softenSetCCOperands()
1764 if (Cond == ISD::SETO || Cond == ISD::SETUO) in SimplifySetCC()
1830 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()
DLegalizeDAG.cpp1698 case ISD::SETO: in LegalizeSetCCCondCode()
1724 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO; in LegalizeSetCCCondCode()
1752 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) { in LegalizeSetCCCondCode()
DSelectionDAG.cpp1854 case ISD::SETO: in FoldSetCC()
1914 case ISD::SETO: return getConstant(R!=APFloat::cmpUnordered, VT); in FoldSetCC()
/external/llvm/lib/Target/R600/
DAMDGPUInstructions.td100 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
DSIISelLowering.cpp1447 if (LCC == ISD::SETO) { in performAndCombine()
DR600ISelLowering.cpp46 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
DAMDGPUISelLowering.cpp1096 case ISD::SETO: in CombineFMinMaxLegacy()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td540 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
887 (setcc node:$lhs, node:$rhs, SETO)>;
/external/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td1001 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETO),
1048 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETO),
DPPCISelDAGToDAG.cpp2049 case ISD::SETO: return PPC::PRED_NU; in getPredicateForSetCC()
2077 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
DPPCInstrInfo.td3121 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETO)),
3152 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETO)),
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1582 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in HexagonTargetLowering()
1585 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in HexagonTargetLowering()
/external/mesa3d/src/gallium/drivers/radeon/
DR600Instructions.td1225 (selectcc (f32 R600_Reg32:$src0), R600_Reg32:$src1, FP_ONE, FP_ZERO, SETO),
/external/mesa3d/src/mesa/x86/
Dassyntax.h637 #define SETO(a) CHOICE(seto a, seto a, seto a) macro
1358 #define SETO(a) seto a macro
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1093 case ISD::SETO##X: return SystemZ::CCMASK_CMP_##X; \ in CCMaskForCondCode()
1107 case ISD::SETO: return SystemZ::CCMASK_CMP_O; in CCMaskForCondCode()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td964 (setcc node:$lhs, node:$rhs, SETO)>;
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td181 def vfsetord_v4f32 : vfsetcc_type<v4i32, v4f32, SETO>;
182 def vfsetord_v2f64 : vfsetcc_type<v2i64, v2f64, SETO>;
DMipsSEISelLowering.cpp1802 Op->getOperand(2), ISD::SETO); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp507 case ISD::SETO: return Mips::FCOND_OR; in condCodeToFCC()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1363 case ISD::SETO: return SPCC::FCC_O; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1248 case ISD::SETO: CondCode = ARMCC::VC; break; in FPCCToARMCC()
3417 if (CC == ISD::SETO) { in checkVSELConstraints()
4389 case ISD::SETO: in LowerVSETCC()

12