Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h728 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td95 defm SETO : SETCC<0x90, "seto", X86_COND_O>; // is overflow bit set
DX86ISelLowering.cpp3500 case ISD::SETO: return X86::COND_NP; in TranslateX86CC()
9807 case ISD::SETO: SSECC = 7; break; in translateX86FSETCC()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp159 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp294 case ISD::SETO: return "seto"; in getOperationName()
DTargetLowering.cpp160 case ISD::SETO: in softenSetCCOperands()
1632 if (Cond == ISD::SETO || Cond == ISD::SETUO) in SimplifySetCC()
1698 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()
DLegalizeDAG.cpp1640 case ISD::SETO: in LegalizeSetCCCondCode()
1666 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO; in LegalizeSetCCCondCode()
1694 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) { in LegalizeSetCCCondCode()
DSelectionDAG.cpp1654 case ISD::SETO: in FoldSetCC()
1714 case ISD::SETO: return getConstant(R!=APFloat::cmpUnordered, VT); in FoldSetCC()
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUInstructions.td74 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
DAMDGPUISelLowering.cpp459 case ISD::SETO: in LowerMinMax()
DR600ISelLowering.cpp42 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
DSIInstructions.td2110 (i1 (setcc f32:$src0, f32:$src1, SETO)),
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp589 case ISD::SETO: return PPC::PRED_NU; in getPredicateForSetCC()
617 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
DPPCISelLowering.cpp492 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1284 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in HexagonTargetLowering()
1287 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in HexagonTargetLowering()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td501 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
842 (setcc node:$lhs, node:$rhs, SETO)>;
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp981 case ISD::SETO##X: return SystemZ::CCMASK_CMP_##X; \ in CCMaskForCondCode()
995 case ISD::SETO: return SystemZ::CCMASK_CMP_O; in CCMaskForCondCode()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1884 case ISD::SETO: CondCode = A64CC::VC; break; in FPCCToA64CC()
2694 case ISD::SETO: in LowerVectorSETCC()
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXVector.td964 (setcc node:$lhs, node:$rhs, SETO)>;
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td172 def vfsetord_v4f32 : vfsetcc_type<v4i32, v4f32, SETO>;
173 def vfsetord_v2f64 : vfsetcc_type<v2i64, v2f64, SETO>;
DMipsSEISelLowering.cpp1681 Op->getOperand(2), ISD::SETO); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp466 case ISD::SETO: return Mips::FCOND_OR; in condCodeToFCC()
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1363 case ISD::SETO: return SPCC::FCC_O; in FPCondCCodeToFCC()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp1249 case ISD::SETO: CondCode = ARMCC::VC; break; in FPCCToARMCC()
3321 if (CC == ISD::SETO) { in checkVSELConstraints()
4211 case ISD::SETO: in LowerVSETCC()